-
Notifications
You must be signed in to change notification settings - Fork 21
/
pagesconfig.json
106 lines (106 loc) · 2.03 KB
/
pagesconfig.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
{
"groups": [
{
"title": "Getting Started",
"source": "./getting-started",
"pages": [
{
"title": "Quick Start",
"source": "./quick-start.md"
},
{
"title": "Creating Pages",
"source": "./creating-pages.md"
},
{
"title": "Page Organization",
"source": "./page-organization.md",
"children": [
{
"title": "Page Groups",
"source": "./organization/page-groups.md"
},
{
"title": "Child Pages",
"source": "./organization/child-pages.md"
},
{
"title": "Page Sections",
"source": "./organization/page-sections.md"
}
]
}
]
},
{
"output": "configuration",
"title": "Configuration",
"pages": [
{
"title": "Configuration File",
"source": "./configuration/configuration-file.md"
},
{
"title": "Reflection Navigation Title",
"source": "./configuration/reflection-navigation-title.md"
},
{
"title": "Search Integration",
"source": "./configuration/search-integration.md"
}
]
},
{
"title": "Advanced Content",
"source": "./advanced-content",
"pages": [
{
"title": "Images",
"source": "./images.md"
},
{
"title": "Code Links",
"source": "./code-links.md"
},
{
"title": "Page Links",
"source": "./page-links.md",
"output": "page-links.html"
}
]
},
{
"output": "themes",
"title": "Themes",
"source": "themes",
"pages": [
{
"title": "Built-In Theme",
"source": "./built-in-theme.md"
},
{
"title": "Custom Themes",
"output": "custom",
"source": "custom",
"groups": [
{
"output": "basic",
"title": "Custom Themes",
"pages": [
{
"title": "Overview",
"source": "./overview.md"
}
]
}
]
}
]
}
],
"listInvalidPageLinks": false,
"output": "pages",
"reflectionNavigationTitle": "Development API",
"replaceGlobalsPage": true,
"source": "./docs-source"
}