-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
52 lines (52 loc) · 1.29 KB
/
sidebars.js
File metadata and controls
52 lines (52 loc) · 1.29 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
module.exports = {
generalSidebar: [
{
type: 'category',
label: 'Guides',
link: {type: 'doc', id: "Guides/Getting-Started/getting-started"},
items: [
"Guides/Getting-Started/file-formats",
"Guides/Getting-Started/command-line",
"Guides/Getting-Started/color-guide",
"Guides/Getting-Started/logging-manager",
],
},
"Guides/tool-index",
{
type: 'category',
label: 'Tutorials',
// link: {type: 'doc', id: "/path/to/doc"},
items: [
"Guides/Tutorials/chipexo-tutorial",
"Guides/Tutorials/genomic-features-tutorial",
"Guides/Tutorials/genome-tracks-tutorial",
"Guides/Tutorials/atac-seq-tutorial"
],
},
{
type: 'category',
label: 'Contributing',
// link: {type: 'doc', id: "/path/to/doc"},
items : [
"Guides/Contributing/developer-guidelines",
"Guides/Contributing/code-snippets",
"Guides/Contributing/testing",
],
},
{
type: 'category',
label: 'Community',
// link: {type: 'doc', id: "/path/to/doc"},
items: [
"Guides/Community/code-of-conduct"
],
},
"Guides/citing-us",
],
toolSidebar: [
{
type: 'autogenerated',
dirName: 'Tools',
},
],
};