-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
109 lines (108 loc) · 2.47 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"version":"1.0.0",
"wiki_name":"DocketWiki",
"wiki_root_url":"/wiki/",
"start_page":"about",
"sidebar":{
"menu":[
{
"type":"link",
"icon":"icon1",
"name":"About",
"url":"about"
},
{
"type":"subtitle",
"name":"How To"
},
{
"type":"link",
"icon":"icon1",
"name":"Getting Started",
"url":"how_to/getting_started"
},
{
"type":"link",
"icon":"icon2",
"name":"Requirements",
"url":"how_to/requirements"
},
{
"type":"link",
"icon":"icon3",
"name":"Install",
"url":"how_to/install"
},
{
"type":"link",
"icon":"icon4",
"name":"Files and Directories",
"url":"how_to/files_and_directories"
},
{
"type":"link",
"icon":"icon1",
"name":"Configuration",
"url":"how_to/configuration"
},
{
"type":"subtitle",
"name":"Elements"
},
{
"type":"link",
"icon":"icon1",
"name":"Headings",
"url":"elements/headings"
},
{
"type":"link",
"icon":"icon1",
"name":"Texts",
"url":"elements/texts"
},
{
"type":"link",
"icon":"icon1",
"name":"Tables",
"url":"elements/headings"
},
{
"type":"link",
"icon":"icon1",
"name":"Lists",
"url":"elements/lists"
},
{
"type":"link",
"icon":"icon1",
"name":"Images",
"url":"elements/images"
},
{
"type":"link",
"icon":"icon1",
"name":"Alerts",
"url":"elements/alerts"
},
{
"type":"link",
"icon":"icon1",
"name":"Headings",
"url":"elements/accordeon"
},
{
"type":"link",
"icon":"icon1",
"name":"Icons",
"url":"elements/icons"
},
{
"type":"link",
"icon":"icon1",
"name":"HTML tags",
"url":"elements/html_tags"
}
]
}
}