21 lines
388 B
YAML
21 lines
388 B
YAML
site_name: ovni
|
|
theme: readthedocs
|
|
docs_dir: doc
|
|
markdown_extensions:
|
|
- admonition
|
|
- toc:
|
|
permalink: "#"
|
|
separator: "_"
|
|
nav:
|
|
- index.md
|
|
- 'Runtime':
|
|
- runtime/tracing.md
|
|
- runtime/kernel.md
|
|
- 'Emulation':
|
|
- emulation/index.md
|
|
- emulation/ovni.md
|
|
- emulation/nosv.md
|
|
- emulation/nanos6.md
|
|
- emulation/events.md
|
|
- emulation/channels.md
|