-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yaml
88 lines (84 loc) · 2.16 KB
/
mkdocs.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: Doxide
site_description: Documentation and code coverage for modern C++. Configure with YAML, generate Markdown, publish with Material for MkDocs.
site_url: https://doxide.org
repo_url: https://github.com/lawmurray/doxide
repo_name: lawmurray/doxide
extra:
social:
- icon: material/github
link: https://github.com/lawmurray
- icon: material/mastodon
link: https://fosstodon.org/@lawmurray
- icon: material/web
link: https://indii.org
- icon: material/email
link: mailto:[email protected]
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo_white.svg
favicon: assets/logo_red.svg
features:
- navigation.indexes
- navigation.footer
- announce.dismiss
palette:
# Palette toggle for light mode
- scheme: default
primary: red
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: red
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: material/github
markdown_extensions:
- def_list
- attr_list
- admonition
- pymdownx.details
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- social
extra_css:
- stylesheets/doxide.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/src/tablesort.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/src/sorts/tablesort.number.js
- javascripts/tablesort.js
nav:
- index.md
- installation.md
- getting-started.md
- configuring.md
- running.md
- writing.md
- organizing.md
- parsing.md
- coverage.md
- coverage-reports.md
- command-line.md
- contributing.md
- demo/index.md
- questions-and-answers.md