-
Notifications
You must be signed in to change notification settings - Fork 2
/
toc.yml
94 lines (84 loc) · 2.37 KB
/
toc.yml
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
# This file contains the order and numbering for all sections in the book.
# _includes/sidebar.html renders this as a sidebar.
#
# Each entry has the following schema:
#
# title: Title of chapter or section
# url: URL of section. Use absolute URLs to link between pages
# class: (optional) a CSS class to add to this link
# sections: Contains chapter's sections
# not_numbered: true if the section shouldn't have a number in the sidebar
# (e.g. Introduction or appendices)
# divider: true if this entry should just be rendered as a horizontal divider
# in the sidebar. All other values are ignored.
- title: '<img src="/lab-wiki/images/search.svg" alt="Search The Site">'
search: true
- title: Home
url: /index
not_numbered: true
- title: Orientation
url: /orientation/index
not_numbered: true
expand_sections: false
sections:
- title: 5 minutes git
url: /orientation/5m-git
not_numbered: true
- title: Use github issues
url: /orientation/github-issues
not_numbered: true
- title: Debian based Linux setup
url: /orientation/debian-setup
not_numbered: true
- title: Jupyter and SoS suite setup
url: /orientation/jupyter-setup
not_numbered: true
- title: Projects
url: /project_resource/index
not_numbered: true
expand_sections: true
sections:
- title: Project repositories
url: /project_resource/project
not_numbered: true
- title: Pipelines & workflows
url: /project_resource/pipeline
not_numbered: true
- title: Shared computing
url: /shared_computing/index
not_numbered: true
expand_sections: true
sections:
- title: Data resources
url: /shared_computing/data
not_numbered: true
- title: Sharing guidelines
url: /shared_computing/sharing-guideline
not_numbered: true
- title: RCC Directories
url: /shared_computing/rcc_directories
not_numbered: true
##
- divider: true
- header: Resources
- title: Learning resource
url: /learning_center/index
not_numbered: true
- title: Research resource
url: /research_resource/index
not_numbered: true
- title: Productivity tips
url: /productivity_tips/index
not_numbered: true
- title: This and that
url: /this_that/index
not_numbered: true
##
- divider: true
- header: Tutorials
- title: Computing
url: /computing_tutorial/index
not_numbered: true
- title: Computational biology
url: /compbio_tutorial/index
not_numbered: true