2023-03-08 05:49:50 +00:00
|
|
|
site_name: CORE Documentation
|
|
|
|
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
|
|
|
|
- CentOS: install_centos.md
|
2023-06-05 21:07:59 +01:00
|
|
|
- Tutorials:
|
2023-06-06 17:40:44 +01:00
|
|
|
- Overview: tutorials/overview.md
|
2023-06-05 21:07:59 +01:00
|
|
|
- Setup: tutorials/setup.md
|
|
|
|
- Tutorial 1: tutorials/tutorial1.md
|
2023-06-05 21:27:34 +01:00
|
|
|
- Tutorial 4: tutorials/tutorial4.md
|
2023-06-06 23:06:41 +01:00
|
|
|
- Tutorial 5: tutorials/tutorial5.md
|
2023-06-06 17:40:44 +01:00
|
|
|
- Tutorial 6: tutorials/tutorial6.md
|
2023-06-05 21:57:06 +01:00
|
|
|
- Tutorial 7: tutorials/tutorial7.md
|
2023-03-08 05:49:50 +00:00
|
|
|
- Detailed Topics:
|
|
|
|
- GUI: gui.md
|
|
|
|
- Node Types:
|
|
|
|
- Overview: nodetypes.md
|
|
|
|
- Docker: docker.md
|
|
|
|
- LXC: lxc.md
|
2023-03-13 23:22:08 +00:00
|
|
|
- Services:
|
|
|
|
- Config Services: configservices.md
|
|
|
|
- Services (Deprecated): services.md
|
2023-04-20 20:01:39 +01:00
|
|
|
- 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
|
2023-03-13 23:22:08 +00:00
|
|
|
- API:
|
|
|
|
- Python: python.md
|
|
|
|
- gRPC: grpc.md
|
2023-03-08 05:49:50 +00:00
|
|
|
- Distributed: distributed.md
|
|
|
|
- Control Network: ctrlnet.md
|
2023-03-13 23:22:08 +00:00
|
|
|
- Hardware In The Loop: hitl.md
|
2023-04-20 20:01:39 +01:00
|
|
|
- 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
|
2023-03-08 05:49:50 +00:00
|
|
|
- Developers Guide: devguide.md
|