manta/mkdocs.yml

68 lines
1.7 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
2023-03-10 03:17:39 +01:00
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- 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-03-18 00:04:59 +01:00
- User Reference:
- Home: index.md
2023-04-13 02:55:50 +02:00
- Installation: installation.md
- Cores:
- IO Core: io_core.md
- Logic Analyzer Core: logic_analyzer_core.md
- Block Memory Core: block_memory_core.md
- LUT Memory Core: lut_memory_core.md
- Tutorials:
2023-04-13 02:55:50 +02:00
- Tutorial 0 (Installation + IO Core): tutorial_0.md
- Tutorial 1 - Logic Analyzer Core: tutorial_1.md
- Tutorial 2 - Block Memory Core: tutorial_2.md
2023-03-18 00:04:59 +01:00
- Developer Reference:
- System Architecture: system_architecture.md
- Tools Used: tools_used.md
- To Do: todo.md