ovni/mkdocs.yml
Rodrigo Arias 675c4f9ee8 Store the clock offset table inside the trace
The ovnisync tool now generates it by default inside ovni directory,
and the emulator recognizes it by default if exists.
2022-09-29 14:28:47 +02:00

37 lines
826 B
YAML

site_name: ovni
docs_dir: doc
extra_css: [extra.css]
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
- attr_list
- def_list
- mdx_math:
use_gitlab_delimiters: true
enable_dollar_delimiter: true
add_preview: true
- toc:
permalink: "#"
separator: "_"
nav:
- index.md
- concepts.md
- 'Runtime':
- runtime/tracing.md
- runtime/distributed.md
- runtime/kernel.md
- runtime/trace_spec.md
- 'Emulation':
- emulation/index.md
- emulation/ovni.md
- emulation/nosv.md
- emulation/nanos6.md
- emulation/events.md
- emulation/channels.md
- 'Developer guide':
- developer-guide/index.md