forked from ILLIXR/ILLIXR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 1.62 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
site_name: ILLIXR Docs
theme: readthedocs
site_dir: site/docs
site_url: https://illixr.github.io/ILLIXR/docs
nav:
- 'Latest Documentation':
- 'ILLIXR (Version 2)': index.md
- 'Getting Started (Version 2)': getting_started.md
- 'Building ILLIXR (Version 2)': building_illixr.md
- 'ILLIXR Debugging Tips (Version 2)': debugging_illixr.md
- 'ILLIXR under Virtualization (Version 2)': virtualization.md
- 'ILLIXR Plugins (Version 2)': illixr_plugins.md
- 'Modifying a Plugin (Version 2)': modifying_a_plugin.md
- 'Writing your Plugin (Version 2)': writing_your_plugin.md
- 'Monado Overview (Version 2)': monado_illixr_runtime_overview.md
- 'Monado Dataflow (Version 2)': monado_integration_dataflow.md
- 'Logging and Metrics (Version 2)': logging_and_metrics.md
- 'ILLIXR Glossary (Version 2)': glossary.md
- 'ILLIXR API (Version 2)': api/html/annotated.html
- 'ILLIXR License (Version 2)': LICENSE.md
- 'Contributing Guidelines (Version 2)': CONTRIBUTING.md
- 'Using Switchboard and Phonebook Externally (Version 2)': external_switchboard_and_phonebook.md
- 'Legacy Documentation':
- 'ILLIXR (Version 1)': legacy/v1/index.md
- 'Audio Pipeline (Version 1)': legacy/v1/README-audio.md
- 'ElasticFusion (Version 1)': legacy/v1/README-efusion.md
- 'HOTlab (Version 1)': legacy/v1/README-hotlab.md
- 'OpenVINS (Version 1)': legacy/v1/README-openvins.md
- 'RITnet (Version 1)': legacy/v1/README-ritnet.md
- 'Visual Post-processing (Version 1)': legacy/v1/README-visualpp.md