-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathsidebars.js
More file actions
128 lines (126 loc) · 3.42 KB
/
Copy pathsidebars.js
File metadata and controls
128 lines (126 loc) · 3.42 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
module.exports = {
About: [
{
type: 'doc',
id: 'about/humhub'
},
{
type: 'category',
label: 'Release Notes',
items: [
'about/releasenotes/release_notes',
'about/releasenotes/release_notes_1_19',
'about/releasenotes/release_notes_1_18',
'about/releasenotes/release_notes_1_17',
'about/releasenotes/release_notes_1_16',
'about/releasenotes/release_notes_1_15'
]
},
{
type: 'doc',
id: 'about/contribution'
},
{
type: 'doc',
id: 'about/support'
},
/* {
type: 'link',
label: 'License',
href: 'https://www.humhub.com/licenses/'
}, */
/* 'Release Notes': [
'about/spaces',
],
'Contribution': [
'about/humhub',
],*/
],
Administration: {
'Introduction': [
'admin/introduction',
],
'Installation': [
'admin/requirements',
'admin/server-setup',
'admin/installation',
],
'Configuration': [
'admin/advanced-configuration',
'admin/dot-env',
'admin/config-options',
'admin/ldap',
'admin/oauth',
'admin/performance',
'admin/search',
'admin/uploads',
'admin/cron-jobs',
'admin/asynchronous-tasks',
'admin/permissions',
'admin/redis',
'admin/reverse-proxy',
'admin/logging',
'admin/translations',
'admin/security',
],
'Maintenance': [
'admin/backup',
'admin/console',
'admin/modules',
'admin/troubleshooting'
],
'Updating': [
'admin/updating',
'admin/updating-migration',
],
/* 'HIDDEN': [
'admin/push-updates',
'admin/images',
{
type: 'category',
label: 'User & space administration',
items: [
'adminuser/spaces',
'adminuser/adminusers',
'adminuser/permissions',
'adminuser/modules',
'adminuser/notifications',
'adminuser/activities',
'adminuser/emailsummaries',
],
},
{
type: 'category',
label: 'User guide (draft)',
items: [
'user/spaces',
'user/user-management',
'user/md-cheatsheet',
'user/emoji-cheatsheet',
],
},
], */
},
Professional: {
'Overview': [
'professional-edition/pe-intro',
'professional-edition/features',
'professional-edition/support',
'professional-edition/saas',
'professional-edition/ee',
]
},
/*
User: {
'Overview': [
// 'user/gettingstarted',
]
}
*/
};