-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
81 lines (76 loc) · 1.82 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
site_name: Useful python (ufpy)
site_url: https://honey-team.github.io/ufpy/
repo_url: https://github.com/honey-team/ufpy
repo_name: honey-team/ufpy
theme:
name: material
logo: assets/images/logo.png
features:
- content.code.copy
- content.tooltips
- content.code.annotate
- search.suggest
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.instant.progress
- toc.follow
icon:
repo: fontawesome/brands/github
annotation: material/plus-circle
tag:
typec: material/code-braces
info: octicons/info-16
useful: simple/python
ustl: material/language-cpp
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
extra:
tags:
type check: typec
information: info
useful class: useful
useful feature: useful
uSTL: ustl
version:
provider: mike
plugins:
- search
- tags
- social
markdown_extensions:
- abbr
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
use_pygments: true
pygments_lang_class: true
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- markdown_include.include:
base_path: .
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg