forked from ComPlat/chemotion_saurus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
45 lines (44 loc) · 886 Bytes
/
sidebars.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
41
42
43
44
45
module.exports = {
elnSidebar: {
ELN: [
'eln/videos_eln',
{
Installation: [
'eln/native_installation',
'eln/dockerinstall'
]
},
'eln/settings',
{
Usage: [
'eln/about',
'eln/intro',
'eln/browser',
'eln/structure',
'eln/firststeps',
'eln/collections',
'eln/problems',
]
},
],
},
repoSidebar: {
REPO: [
'repo/videos_repo',
{
Usage: [
'repo/review_glossary',
'repo/new_entry',
'repo/publication_review',
'repo/details_analytics',
'repo/data_types',
'repo/format_descriptions',
'repo/references',
'repo/embargo_topics',
'repo/request_physical_samples'
]
},
'repo/faq'
],
},
}