-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
67 lines (61 loc) · 2.07 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
site_name: Acheron Docs
site_url: http://acheronproject.com
site_author: Gondolindrim
site_description: Acheron Project documentation
repo_url: https://github.com/AcheronProject/AcheronDocs
repo_name: AcheronProject/AcheronDocs
nav:
- Home: index.md
- About: overview.md
- Articles:
- About the articles: articles.md
- A single-push reset circuit for STM32, part 1: reset_article_1/reset_article_1.md
- A single-push reset circuit for STM32, part 2: reset_article_2/reset_article_2.md
- A multi-MCU approach to keyboard PCB development: joker_mcus/joker.md
- AOHL v1.4: AOHL14.md
- Alexandria: alexandria/alexandria.md
- PCB repository:
- Introduction to the Acheron PCBs: pcbs/intro_to_pcbs.md
- Apollo: pcbs/apollo/apollo.md
- Freya: pcbs/freya/freya.md
- Shark: pcbs/shark/shark.md
- Raphael: pcbs/raphael/raphael.md
- Electric Symbols: electric_symbols/electric_symbols.md
- Acheron Setup: acheron_setup/acheron_setup.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- images/icons
theme:
name: material
palette:
- scheme: acheron-light
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: acheron-dark
toggle:
icon: material/weather-sunny
name: Switch to light mode
favicon: images/icons/acheron_favicon.svg
logo: images/icons/acheron_favicon.svg
features:
- navigation.tabs
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/AcheronProject/AcheronDocs
name: See the Acheron Docs GitHub
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- extra_css/pymdownx_tabbed.css