-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (41 loc) · 1007 Bytes
/
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
site_name: Capyboard
repo_url: https://github.com/realcharmer/capyboard-docs
repo_name: realcharmer/capyboard-docs
plugins:
- search
- awesome-pages
theme:
name: material
language: en
features:
- search.suggest
- search.highlight
- navigation.tabs
- navigation.sections
- navigation.indexes
- toc.follow
logo: assets/logo.svg
favicon: assets/logo.svg
icon:
repo: fontawesome/brands/git-alt
palette:
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- footnotes
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg