forked from coreemu/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (86 loc) · 2.53 KB
/
mkdocs.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
site_name: CORE Documentation
site_url: https://coreemu.github.io/core
repo_name: coreemu/core
repo_url: https://github.com/coreemu/core
use_directory_urls: false
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to Light Mode
primary: teal
accent: teal
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to Dark Mode
primary: teal
accent: teal
features:
- navigation.path
- navigation.instant
- navigation.footer
- content.code.copy
markdown_extensions:
- pymdownx.snippets:
base_path: docs
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
nav:
- Home: index.md
- Overview:
- Architecture: architecture.md
- Performance: performance.md
- Installation:
- Overview: install.md
- Ubuntu: install_ubuntu.md
- Rocky: install_rocky.md
- Docker: install_docker.md
- Tutorials:
- Overview: tutorials/overview.md
- Setup: tutorials/setup.md
- Tutorial 1 - Wired Network: tutorials/tutorial1.md
- Tutorial 2 - Wireless Network: tutorials/tutorial2.md
- Tutorial 3 - Basic Mobility: tutorials/tutorial3.md
- Tutorial 4 - Tests: tutorials/tutorial4.md
- Tutorial 5 - RJ45 Node: tutorials/tutorial5.md
- Tutorial 6 - Improve Visuals: tutorials/tutorial6.md
- Tutorial 7 - EMANE: tutorials/tutorial7.md
- Detailed Topics:
- GUI: gui.md
- Node Types:
- Overview: nodetypes.md
- Docker: docker.md
- Services:
- Overview: services.md
- Provided:
- Bird: services/bird.md
- EMANE: services/emane.md
- FRR: services/frr.md
- NRL: services/nrl.md
- Quagga: services/quagga.md
- SDN: services/sdn.md
- Security: services/security.md
- Utility: services/utility.md
- XORP: services/xorp.md
- API:
- Python: python.md
- gRPC: grpc.md
- Distributed: distributed.md
- Control Network: ctrlnet.md
- Hardware In The Loop: hitl.md
- EMANE:
- Overview: emane.md
- Examples:
- Antenna: emane/antenna.md
- EEL: emane/eel.md
- Files: emane/files.md
- GPSD: emane/gpsd.md
- Precomputed: emane/precomputed.md
- Developers Guide: devguide.md