Added "circuitpython-ebyte-e32" project

Update content.json, content.json, and 5 more files...
This commit is contained in:
2023-12-15 08:09:28 +01:00
parent 364354c335
commit 195e58fadb
7 changed files with 472 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ include 'commons/DOM/sidebar.php';
// Preparing the array of IDs
$shown_projects = ["lscom-cli-dotnet", "youtube-auto-archiver",
"excel-worksheet-password-remover", "dotnet-arguments"];
"excel-worksheet-password-remover", "dotnet-arguments", "circuitpython-ebyte-e32"];
shuffle($shown_projects);
$shown_projects = array_slice($shown_projects, 0, 4);
sort($shown_projects);