-
Notifications
You must be signed in to change notification settings - Fork 0
/
doczrc.js
42 lines (40 loc) · 1.05 KB
/
doczrc.js
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
export default {
title: 'WMN CMS Documentation',
dest: '/docs',
base: '/wmn-cms-docs',
ignore: [
'README.md',
],
menu: [
'Introduction',
{ name: 'Basics', menu: ['Logging In and Out', 'Umbraco Interface'] },
{ name: 'Content', menu: ['Creating, Saving and Publishing Content', 'Edit Content', 'Ordering Pages', 'Deleting and Restoring Pages'] },
{ name: 'Misc', menu: ['Search'] },
{ name: 'Major Roadworks & Events', menu: ['Overview', 'Travel Tips', 'Edit the main hub page', 'Add or Edit a main event page'] }
],
menuDisplayName: {
UI: "User Interface",
Main: "Main Container",
},
groups: {
'': [],
'CMS': ['Basics', 'Content', 'Misc' ],
'Pages': ['Major Roadworks & Events']
},
themeConfig: {
menu: {
headings: {
rightSide: true,
scrollspy: true,
depth: 3,
},
},
header: {
fixed: true,
},
mainContainer: {
fullscreen: false,
align: 'left',
},
},
}