2023-08-15 08:33:50 +02:00
|
|
|
site_name: "Manta Documentation"
|
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-09-02 18:54:20 +02:00
|
|
|
logo: assets/logo_minimal_border.png
|
|
|
|
|
favicon: assets/logo_ray_only_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:
|
2023-09-02 17:57:26 +02:00
|
|
|
- scheme: default
|
|
|
|
|
primary: custom
|
|
|
|
|
accent: light blue
|
2023-03-09 23:22:19 +01:00
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-7
|
|
|
|
|
name: Switch to dark mode
|
2023-09-02 17:57:26 +02:00
|
|
|
- scheme: slate
|
|
|
|
|
primary: custom
|
|
|
|
|
accent: light 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-04-17 23:57:26 +02:00
|
|
|
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
|
2023-04-17 23:57:26 +02:00
|
|
|
- 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-08-16 08:07:59 +02:00
|
|
|
- pymdownx.tilde
|
2023-09-02 18:29:26 +02:00
|
|
|
- attr_list
|
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:
|
2023-09-12 04:09:42 +02:00
|
|
|
- Getting Started: getting_started.md
|
2023-08-02 16:39:07 +02:00
|
|
|
- IO Core: io_core.md
|
2023-09-02 18:33:42 +02:00
|
|
|
- Logic Analyzer Core: logic_analyzer_core.md
|
|
|
|
|
- Block Memory Core: block_memory_core.md
|
2023-09-12 04:09:42 +02:00
|
|
|
- UART Interace: uart_interface.md
|
|
|
|
|
- Ethernet Interface: ethernet_interface.md
|
|
|
|
|
- For Developers:
|
|
|
|
|
- Repository Structure: repository_structure.md
|
|
|
|
|
- How It Works: how_it_works.md
|
|
|
|
|
- Roadmap: https://github.com/fischermoseley/manta/milestones
|