d574b4365289479a9ddfcc17f1b689d80f651bfb
[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         "20220128": {
17           "title": "28/01/2022",
18           "children": {},
19           "menu": [],
20           "description": "Refactoring",
21           "author": "Nick Downing",
22           "image": "image.svg",
23           "thumbnail": "thumbnail.svg"
24         }
25       },
26       "menu": [
27         "20220114",
28         "20220128"
29       ]
30     },
31     "projects": {
32       "title": "Projects",
33       "children": {},
34       "menu": []
35     },
36     "sphinx": {
37       "title": "Documentation",
38       "children": {},
39       "menu": []
40     },
41     "contact": {
42       "title": "Contact",
43       "children": {},
44       "menu": []
45     },
46     "my_account": {
47       "title": "My account",
48       "children": {
49         "sign_up": {
50           "title": "Sign up",
51           "children": {},
52           "menu": [],
53           "icon": "/_svg/icon_sign_up.svg"
54         },
55         "send_verification_email": {
56           "title": "Send verification email",
57           "children": {},
58           "menu": []
59         },
60         "verify_email": {
61           "title": "Verify email",
62           "children": {},
63           "menu": []
64         },
65         "password_reset": {
66           "title": "Password reset",
67           "children": {},
68           "menu": [],
69           "icon": "/_svg/icon_password_reset.svg"
70         },
71         "verify_password": {
72           "title": "Verify password",
73           "children": {},
74           "menu": []
75         }
76       },
77       "menu": [
78         "sign_up",
79         "password_reset"
80       ]
81     },
82     "search": {
83       "title": "Search",
84       "children": {},
85       "menu": []
86     }
87   },
88   "menu": [
89     "blog",
90     "projects",
91     "sphinx",
92     "contact",
93     "my_account"
94   ]
95 }