forked from fischermoseley/manta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (70 loc) · 1.99 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: "Manta Documentation"
site_description: Manta Documentation
site_author: Fischer Moseley
repo_url: https://github.com/fischermoseley/manta/
repo_name: fischermoseley/manta
docs_dir: 'doc'
theme:
name: material
logo: assets/logo_minimal_border.png
favicon: assets/logo_ray_only_with_shadow.png
features:
- content.code.copy
- content.code.annotate
- navigation.sections
- navigation.expand
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: custom
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: custom
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
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
- attr_list
nav:
- Home: index.md
- Installation: installation.md
- Getting Started: getting_started.md
- Alternatives: alternatives.md
- Architecture: architecture.md
- Usage:
- IO Core: io_core.md
- Logic Analyzer Core: logic_analyzer_core.md
- Memory Core: memory_core.md
- UART Interface: uart_interface.md
- Ethernet Interface: ethernet_interface.md
- For Developers:
- Repository Structure: repository_structure.md
- Roadmap: https://github.com/fischermoseley/manta/milestones