Upgrade to nick_site commit f981fa57, adds alerts and inactive sidebar option
[ndcode_site.git] / _config / navigation.json
index d574b43..10f7294 100644 (file)
@@ -8,19 +8,25 @@
           "title": "14/01/2022",
           "children": {},
           "menu": [],
+          "images": [
+            "image.svg",
+            "image.svg",
+            "thumbnail.svg"
+          ],
           "description": "Log-structured JSON database",
-          "author": "Nick Downing",
-          "image": "image.svg",
-          "thumbnail": "thumbnail.svg"
+          "author": "Nick Downing"
         },
         "20220128": {
           "title": "28/01/2022",
           "children": {},
           "menu": [],
+          "images": [
+            "image.svg",
+            "image.svg",
+            "thumbnail.svg"
+          ],
           "description": "Refactoring",
-          "author": "Nick Downing",
-          "image": "image.svg",
-          "thumbnail": "thumbnail.svg"
+          "author": "Nick Downing"
         }
       },
       "menu": [
     },
     "projects": {
       "title": "Projects",
-      "children": {},
-      "menu": []
+      "children": {
+        "jst": {
+          "title": "JST",
+          "description": "Create websites efficiently",
+          "children": {},
+          "menu": [],
+          "icon": "/_svg/icon_jst.svg"
+        },
+        "pitree": {
+          "title": "Ď€tree",
+          "description": "Create languages efficiently",
+          "children": {},
+          "menu": [],
+          "icon": "/_svg/icon_pitree.svg"
+        }
+      },
+      "menu": [
+        "jst",
+        "pitree"
+      ]
     },
     "sphinx": {
       "title": "Documentation",