-
Notifications
You must be signed in to change notification settings - Fork 16
/
retype.json
101 lines (101 loc) · 2.1 KB
/
retype.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
{
"input": "./docs",
"output": "./public",
"base": "/",
"name": "Knotie-AI Documentation",
"icon": "info",
"search": true,
"sections": [
{
"label": "Introduction",
"file": "index.md"
},
{
"label": "Self-Hosting Guide",
"icon": "server",
"sections": [
{
"label": "Prerequisites",
"file": "Self-Hosting/prerequisites.md"
},
{
"label": "Configuration & Secret Management",
"file": "Self-Hosting/installation.md"
},
{
"label": "Configuration",
"file": "Self-Hosting/configuration.md"
},
{
"label": "Deployment",
"file": "Self-Hosting/deployment.md"
},
{
"label": "Setup",
"file": "setup.md"
}
]
},
{
"label": "Cloud Guide",
"icon": "cloud",
"sections": [
{
"label": "Overview",
"file": "Cloud-Hosting/index.md"
},
{
"label": "Setup",
"file": "Cloud-Hosting/setup.md"
},
{
"label": "Scaling",
"file": "Cloud-Hosting/scaling.md"
}
]
},
{
"label": "How-To Guide",
"icon": "lightbulb",
"sections": [
{
"label": "Overview",
"file": "How-To-Guide/index.md"
},
{
"label": "Usage",
"file": "How-To-Guide/usage.md"
},
{
"label": "Troubleshooting",
"file": "How-To-Guide/troubleshooting.md"
}
]
},
{
"label": "Other Guides",
"sections": [
{
"label": "Testing",
"file": "testing.md"
},
{
"label": "Configuration",
"file": "configuration.md"
},
{
"label": "Contribution",
"file": "contribution.md"
},
{
"label": "Further Improvements",
"file": "improvements.md"
},
{
"label": "Code of Conduct",
"file": "CODE_OF_CONDUCT.md"
}
]
}
]
}