ovni/mkdocs.yml

43 lines
927 B
YAML
Raw Normal View History

site_name: ovni
docs_dir: doc
2022-08-29 17:10:38 +02:00
extra_css: [extra.css]
2022-08-31 11:31:55 +02:00
theme:
name: readthedocs
sticky_navigation: false
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- admonition
2022-08-31 11:31:55 +02:00
- attr_list
- def_list
- mdx_math:
use_gitlab_delimiters: true
enable_dollar_delimiter: true
add_preview: true
- toc:
permalink: "#"
separator: "_"
nav:
- index.md
2022-08-31 11:31:55 +02:00
- concepts.md
2022-11-11 11:39:41 +01:00
- installation.md
- 'Runtime':
- runtime/tracing.md
- runtime/distributed.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
2022-08-31 11:31:55 +02:00
- 'Developer guide':
2023-02-14 16:38:43 +01:00
- dev/index.md
- dev/channels.md
- dev/patchbay.md
- dev/mux.md
- dev/paraver.md
- dev/model.md
- dev/extend.md