manta/mkdocs.yml

70 lines
1.6 KiB
YAML
Raw Normal View History

2023-03-10 03:17:39 +01:00
site_name: manta
2023-03-09 22:35:16 +01:00
site_description: Manta Documentation
site_author: Fischer Moseley
repo_url: https://github.com/fischermoseley/manta/
2023-03-09 22:40:11 +01:00
docs_dir: 'doc'
2023-03-09 22:37:41 +01:00
2023-03-09 22:26:45 +01:00
theme:
2023-03-09 22:35:16 +01:00
name: material
2023-03-10 05:31:05 +01:00
logo: assets/manta_minimal_border.png
favicon: assets/manta_with_shadow.png
2023-03-10 03:17:39 +01:00
features:
- content.code.copy
- content.code.annotate
2023-04-13 03:32:34 +02:00
- navigation.sections
- navigation.expand
2023-03-10 03:17:39 +01:00
2023-03-09 23:22:19 +01:00
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
2023-03-09 23:26:45 +01:00
accent: blue
2023-03-09 23:22:19 +01:00
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
2023-03-09 23:26:45 +01:00
accent: blue
2023-03-09 23:22:19 +01:00
toggle:
icon: material/brightness-4
name: Switch to light mode
2023-03-09 22:35:16 +01:00
2023-03-10 05:31:05 +01:00
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
2023-03-10 03:17:39 +01:00
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.arithmatex:
generic: true
2023-03-10 03:17:39 +01:00
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
2023-03-10 05:56:16 +01:00
- admonition
- pymdownx.details
- pymdownx.superfences
2023-03-10 03:17:39 +01:00
2023-03-09 22:35:16 +01:00
nav:
2023-08-02 16:39:07 +02:00
- 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
- Ethernet Interface: ethernet.md
- UART: uart.md
- Repository Structure: repository_structure.md
- Roadmap: roadmap.md