66 lines
1.6 KiB
YAML
66 lines
1.6 KiB
YAML
site_name: "Manta Documentation"
|
|
site_description: Manta Documentation
|
|
site_author: Fischer Moseley
|
|
|
|
repo_url: https://github.com/fischermoseley/manta/
|
|
|
|
docs_dir: 'doc'
|
|
|
|
theme:
|
|
name: material
|
|
logo: assets/manta_minimal_border.png
|
|
favicon: assets/manta_with_shadow.png
|
|
features:
|
|
- content.code.copy
|
|
- content.code.annotate
|
|
- navigation.sections
|
|
- navigation.expand
|
|
|
|
palette:
|
|
- scheme: default
|
|
primary: custom
|
|
accent: light blue
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: custom
|
|
accent: light blue
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
extra_javascript:
|
|
- javascripts/mathjax.js
|
|
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.tilde
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Installation: installation.md
|
|
- Reference:
|
|
- How It Works: how_it_works.md
|
|
- IO Core: io_core.md
|
|
- Logic Analyzer Core: logic_analyzer.md
|
|
- Block Memory Core: block_memory.md
|
|
- Repository Structure: repository_structure.md
|
|
- Roadmap: https://github.com/fischermoseley/manta/milestones
|