-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (100 loc) · 2.31 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: Practice on cppfront
site_description: Practice based on cppfront
site_url: https://msclock.github.io/cppfront-practice
repo_url: https://github.com/msclock/cppfront-practice
repo_name: msclock/cppfront-practice
copyright: Copyright © 2024 l.feng
edit_uri: edit/master
docs_dir: .
exclude_docs: |
out
docs/includes
theme:
name: material
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.code.select
- content.tooltips
- navigation.footer
- navigation.instant
- navigation.path
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.indexes
- toc.follow
# - toc.integrate
palette:
# Palette toggle for automatic mode
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
languages: en
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github
extra:
generator: false
extra_css:
- docs/css/mkdocstrings.css
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji
- pymdownx.tasklist
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets:
check_paths: true
auto_append:
- docs/includes/abbreviations.md
- toc:
permalink: ¤
plugins:
- search
- same-dir
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
type: datetime
exclude:
- out/*
- src/*.md
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
watch:
- docs
- LICENSE
- README.md
- mkdocs.yml
nav:
- Home: docs/index.md