-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (59 loc) · 1.57 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
site_name: Freetribe Tutorial
site_url: https://bangcorrupt.github.io/freetribe-tutorial
site_description:
Tutorial for Freetribe, a free, open-source firmware for Electribe 2.
repo_url: https://github.com/bangcorrupt/freetribe-tutorial
repo_name: bangcorrupt/freetribe-tutorial
nav:
- index.md
- Examples:
- "00: Essential Functions": essential-functions.md
- "01: Registering Callbacks": registering-callbacks.md
- "02: User Input": user-input.md
- support.md
- license.md
draft_docs: |
template-example.md
going-further.md
display-output.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 Tutorial © 2024 by bangcorrupt is licensed under CC BY-NC-SA
4.0