-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain_sidebar.yml
66 lines (60 loc) · 1.47 KB
/
main_sidebar.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
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
entries:
- title: sidebar
product: Navigation
folders:
# - title: Overview
# output: web
# folderitems:
# - title: Welcome
# url: /index.html
# output: web
# - title: Team
# url: /team.html
# output: web
# - title: Roadmap
# url: /roadmap.html
# output: web
# - title: Challenges
# url: /challenges.html
# output: web
- title: Overview
output: web
folderitems:
- title: Install
url: /install.html
output: web
type: homepage
- title: Platform Instructions
url: /platforms.html
output: web
- title: Library ports for Genode
url: /library-ports.html
output: web
- title: Simulator Coupling
url: /sim-coupling.html
output: web
# - title: QEMU
# url: /qemu.html
# output: web
- title: DHCP / TFTP / PXE
url: /dhcp.html
output: web
- title: dom0-HW
url: /dom0-HW.html
output: web
# - title: Contribute
# output: web
# folderitems:
# - title: How to contribute
# url: /contribute.html
# output: web
# - title: Repository Structure
# url: /repo_structure.html
# output: web
# - title: Code Structure
# url: /code_structure.html
# output: web
# - title: Coding Standards
# url: /code_standards.html
# output: web