-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (42 loc) · 968 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
site_name: AtroArgs
repo_name: atropos112/atrok
repo_url: https://github.com/atropos112/atrok
theme:
name: material
logo: logoatro.png
favicon: logoatro.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/lightbulb
name: Switch to light mode
features: [search.suggest]
plugins:
- include-markdown
- search:
lang: en
nav:
- Home: index.md
- Usage: usage.md
- Examples: examples.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.extra