Upgrade to nick_site commit f981fa57, adds alerts and inactive sidebar option
[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           "images": [
12             "image.svg",
13             "image.svg",
14             "thumbnail.svg"
15           ],
16           "description": "Log-structured JSON database",
17           "author": "Nick Downing"
18         },
19         "20220128": {
20           "title": "28/01/2022",
21           "children": {},
22           "menu": [],
23           "images": [
24             "image.svg",
25             "image.svg",
26             "thumbnail.svg"
27           ],
28           "description": "Refactoring",
29           "author": "Nick Downing"
30         }
31       },
32       "menu": [
33         "20220114",
34         "20220128"
35       ]
36     },
37     "projects": {
38       "title": "Projects",
39       "children": {
40         "jst": {
41           "title": "JST",
42           "description": "Create websites efficiently",
43           "children": {},
44           "menu": [],
45           "icon": "/_svg/icon_jst.svg"
46         },
47         "pitree": {
48           "title": "Ď€tree",
49           "description": "Create languages efficiently",
50           "children": {},
51           "menu": [],
52           "icon": "/_svg/icon_pitree.svg"
53         }
54       },
55       "menu": [
56         "jst",
57         "pitree"
58       ]
59     },
60     "sphinx": {
61       "title": "Documentation",
62       "children": {},
63       "menu": []
64     },
65     "contact": {
66       "title": "Contact",
67       "children": {},
68       "menu": []
69     },
70     "my_account": {
71       "title": "My account",
72       "children": {
73         "sign_up": {
74           "title": "Sign up",
75           "children": {},
76           "menu": [],
77           "icon": "/_svg/icon_sign_up.svg"
78         },
79         "send_verification_email": {
80           "title": "Send verification email",
81           "children": {},
82           "menu": []
83         },
84         "verify_email": {
85           "title": "Verify email",
86           "children": {},
87           "menu": []
88         },
89         "password_reset": {
90           "title": "Password reset",
91           "children": {},
92           "menu": [],
93           "icon": "/_svg/icon_password_reset.svg"
94         },
95         "verify_password": {
96           "title": "Verify password",
97           "children": {},
98           "menu": []
99         }
100       },
101       "menu": [
102         "sign_up",
103         "password_reset"
104       ]
105     },
106     "search": {
107       "title": "Search",
108       "children": {},
109       "menu": []
110     }
111   },
112   "menu": [
113     "blog",
114     "projects",
115     "sphinx",
116     "contact",
117     "my_account"
118   ]
119 }