forked from amiwrpremium/python-bitpin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
95 lines (81 loc) · 2.11 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
site_name: Python Bitpin
site_author: Amir Mahdi Erfani
repo_name: amiwrpremium/python-bitpin
repo_url: https://github.com/amiwrpremium/python-bitpin
theme:
name: material
repo: fontawesome/brands/github
language: en
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
icon:
admonition:
code-ref: octicons/cross-reference-16
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.sections
- search.highlight
- search.suggest
- search.suggest.highlight
- content.code.annotate
- content.tabs.link
- content.code.copy
- content.code.select
- content.code.annotate
plugins:
- mkdocstrings
- autorefs
- search
- gen-files:
scripts:
- docs/gen_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
guess_lang: true
pygments_lang_class: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/amiwrpremium
- icon: fontawesome/brands/instagram
link: https://instagram.com/amiwr._._
- icon: fontawesome/brands/telegram
link: https://t.me/This_Username_Is_Already_Taken
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/AmirMahdiErfani
- icon: fontawesome/brands/twitter
link: https://twitter.com/amiwrpremium
nav:
- Introduction: index.md
- Usage: usage/
- Code Reference: reference/
extra_css:
- css/extra.css