-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkb-docs.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathkb-docs.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
{
"kbVersion": "1",
"apps": [
{
"slug": "user-guide",
"name": "Knowledge Base User Guide",
"description": "Everything you need to create and publish your own documentation to the Knowledge Base — tools setup, template walkthrough, and registration steps.",
"icon": "book-open",
"tags": [
"guide",
"getting-started",
"template"
],
"entryPoint": "index.html",
"pages": [
{
"title": "Overview",
"path": "docs/index.html",
"order": 1
},
{
"title": "Customising",
"path": "docs/customising/index.html",
"order": 2
},
{
"title": "Adding Pages",
"path": "docs/adding-pages/index.html",
"order": 3
},
{
"title": "Publishing to the Knowledge Base",
"path": "docs/publishing/index.html",
"order": 5
},
{
"title": "Test page",
"path": "docs/test-page/index.html",
"order": 6,
"section": "Playground"
}
]
}
]
}