Move navigation from _menu.json files in each navigation-parent directory to a naviga...
[ndcode_site.git] / _config / navigation.json
1 {
2   "title": "Home",
3   "children": {
4     "blog": {
5       "title": "Blog",
6       "children": {
7         "20220114": {
8           "title": "14/01/2022",
9           "children": {},
10           "menu": [],
11           "description": "Log-structured JSON database",
12           "author": "Nick Downing",
13           "image": "image.svg",
14           "thumbnail": "thumbnail.svg"
15         }
16       },
17       "menu": [
18         "20220114"
19       ]
20     },
21     "projects": {
22       "title": "Projects",
23       "children": {},
24       "menu": []
25     },
26     "sphinx": {
27       "title": "Documentation",
28       "children": {},
29       "menu": []
30     },
31     "contact": {
32       "title": "Contact",
33       "children": {},
34       "menu": []
35     },
36     "my_account": {
37       "title": "My account",
38       "children": {
39         "sign_up": {
40           "title": "Sign up",
41           "children": {},
42           "menu": [],
43           "icon": "/_svg/icon_sign_up.svg"
44         },
45         "send_verification_email": {
46           "title": "Send verification email",
47           "children": {},
48           "menu": []
49         },
50         "verify_email": {
51           "title": "Verify email",
52           "children": {},
53           "menu": []
54         },
55         "password_reset": {
56           "title": "Password reset",
57           "children": {},
58           "menu": [],
59           "icon": "/_svg/icon_password_reset.svg"
60         },
61         "verify_password": {
62           "title": "Verify password",
63           "children": {},
64           "menu": []
65         }
66       },
67       "menu": [
68         "sign_up",
69         "password_reset"
70       ]
71     },
72     "search": {
73       "title": "Search",
74       "children": {},
75       "menu": []
76     }
77   },
78   "menu": [
79     "blog",
80     "projects",
81     "sphinx",
82     "contact",
83     "my_account"
84   ]
85 }