ovni/mkdocs.yml

23 lines
439 B
YAML
Raw Normal View History

site_name: ovni
theme: readthedocs
docs_dir: doc
2022-08-29 17:10:38 +02:00
extra_css: [extra.css]
markdown_extensions:
- admonition
- toc:
permalink: "#"
separator: "_"
nav:
- index.md
- 'Runtime':
- runtime/tracing.md
- runtime/kernel.md
2022-08-29 17:10:38 +02:00
- runtime/trace_spec.md
- 'Emulation':
- emulation/index.md
- emulation/ovni.md
- emulation/nosv.md
- emulation/nanos6.md
- emulation/events.md
- emulation/channels.md