-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
68 lines (59 loc) · 1.55 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
site_name: Freetribe Documentation
site_url: https://bangcorrupt.github.io/freetribe-docs
site_description: Documentation for Freetribe, a free, open-source firmware for Electribe 2.
repo_url: https://github.com/bangcorrupt/freetribe-docs
repo_name: bangcorrupt/freetribe-docs
nav:
- index.md
- features.md
- "Architecture":
- architecture.md
- cpu-architecture.md
- dsp-architecture.md
- getting-started.md
- toolchain.md
- building.md
- debugging.md
- "Tutorial": tutorial.md
- support.md
- acknowledgements.md
- license.md
plugins:
- search
theme:
name: material
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.top
- navigation.footer
- navigation.indexes
- toc.follow
palette:
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bangcorrupt
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
copyright: Freetribe Documentation © 2024 by bangcorrupt is licensed under CC BY-NC-SA 4.0