2022-08-29 16:24:29 +02:00
|
|
|
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
|
2022-08-29 16:24:29 +02:00
|
|
|
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
|
2022-08-29 16:24:29 +02:00
|
|
|
- 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
|
2022-08-29 16:24:29 +02:00
|
|
|
- 'Runtime':
|
|
|
|
- runtime/tracing.md
|
2022-09-19 17:36:10 +02:00
|
|
|
- runtime/distributed.md
|
2022-08-29 16:24:29 +02:00
|
|
|
- runtime/kernel.md
|
2022-08-29 17:10:38 +02:00
|
|
|
- runtime/trace_spec.md
|
2022-08-29 16:24:29 +02:00
|
|
|
- 'Emulation':
|
|
|
|
- emulation/index.md
|
|
|
|
- emulation/ovni.md
|
|
|
|
- emulation/nosv.md
|
|
|
|
- emulation/nanos6.md
|
|
|
|
- emulation/events.md
|
|
|
|
- emulation/channels.md
|
2022-08-31 11:31:55 +02:00
|
|
|
- 'Developer guide':
|
|
|
|
- developer-guide/index.md
|