Move navigation from _menu.json files in each navigation-parent directory to a naviga...
[ndcode_site.git] / _config / navigation.json
diff --git a/_config/navigation.json b/_config/navigation.json
new file mode 100644 (file)
index 0000000..cca630b
--- /dev/null
@@ -0,0 +1,85 @@
+{
+  "title": "Home",
+  "children": {
+    "blog": {
+      "title": "Blog",
+      "children": {
+        "20220114": {
+          "title": "14/01/2022",
+          "children": {},
+          "menu": [],
+          "description": "Log-structured JSON database",
+          "author": "Nick Downing",
+          "image": "image.svg",
+          "thumbnail": "thumbnail.svg"
+        }
+      },
+      "menu": [
+        "20220114"
+      ]
+    },
+    "projects": {
+      "title": "Projects",
+      "children": {},
+      "menu": []
+    },
+    "sphinx": {
+      "title": "Documentation",
+      "children": {},
+      "menu": []
+    },
+    "contact": {
+      "title": "Contact",
+      "children": {},
+      "menu": []
+    },
+    "my_account": {
+      "title": "My account",
+      "children": {
+        "sign_up": {
+          "title": "Sign up",
+          "children": {},
+          "menu": [],
+          "icon": "/_svg/icon_sign_up.svg"
+        },
+        "send_verification_email": {
+          "title": "Send verification email",
+          "children": {},
+          "menu": []
+        },
+        "verify_email": {
+          "title": "Verify email",
+          "children": {},
+          "menu": []
+        },
+        "password_reset": {
+          "title": "Password reset",
+          "children": {},
+          "menu": [],
+          "icon": "/_svg/icon_password_reset.svg"
+        },
+        "verify_password": {
+          "title": "Verify password",
+          "children": {},
+          "menu": []
+        }
+      },
+      "menu": [
+        "sign_up",
+        "password_reset"
+      ]
+    },
+    "search": {
+      "title": "Search",
+      "children": {},
+      "menu": []
+    }
+  },
+  "menu": [
+    "blog",
+    "projects",
+    "sphinx",
+    "contact",
+    "my_account"
+  ]
+}