-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
133 lines (133 loc) · 4.32 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
site_name: My Module
site_description: "This is a template module for python projects."
site_url: https://bybatkhuu.github.io/module.python-template
repo_name: bybatkhuu/module.python-template
repo_url: https://github.com/bybatkhuu/module.python-template
theme:
name: material
# name: readthedocs
language: en
font:
text: Roboto
code: Roboto Mono
logo: assets/images/logo.png
favicon: assets/images/logo.png
icon:
# logo: fontawesome/brands/python
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.footer
# - navigation.tabs.sticky
# - navigation.sections
# - navigation.expand
- toc.follow
# - toc.integrate
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
palette:
- media: "(prefers-color-scheme)"
primary: black
accent: black
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: black
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- mkdocstrings
- blog:
blog_dir: pages/blog
post_date_format: medium
archive_date_format: yyyy/MM
archive_url_date_format: yyyy/MM
blog_toc: true
nav:
- Home:
- README.md
- Getting Started:
# - pages/getting-started/README.md
- Prerequisites: pages/getting-started/prerequisites.md
- Installation: pages/getting-started/installation.md
- Configuration: pages/getting-started/configuration.md
- Examples: pages/getting-started/examples.md
- Error codes: pages/getting-started/error-codes.md
- API Documentation:
# - pages/api-docs/README.md
- MyClass: pages/api-docs/MyClass.md
- MyClassConfigPM: pages/api-docs/MyClassConfigPM.md
- Diagrams: pages/api-docs/diagrams.md
- Development:
# - pages/dev/README.md
- Test: pages/dev/test.md
- Build: pages/dev/build.md
- Docs: pages/dev/docs.md
- Scripts:
- pages/dev/scripts/README.md
- base.sh: pages/dev/scripts/1.base.md
- clean.sh: pages/dev/scripts/2.clean.md
- get-version.sh: pages/dev/scripts/3.get-version.md
- test.sh: pages/dev/scripts/4.test.md
- bump-version.sh: pages/dev/scripts/5.bump-version.md
- build.sh: pages/dev/scripts/6.build.md
- changelog.sh: pages/dev/scripts/7.changelog.md
- docs.sh: pages/dev/scripts/8.docs.md
- diagrams.sh: pages/dev/scripts/9.diagrams.md
- CI/CD:
- pages/dev/cicd/README.md
- 1.bump-version.yml: pages/dev/cicd/1.bump-version.md
- 2.build-publish.yml: pages/dev/cicd/2.build-publish.md
- 3.update-changelog.yml: pages/dev/cicd/3.update-changelog.md
- publish-docs.yml: pages/dev/cicd/publish-docs.md
- File stucture: pages/dev/file-structure.md
- Sitemap: pages/dev/sitemap.md
- Related projects: pages/dev/related-projects.md
- Contributing: pages/dev/contributing.md
- Roadmap: pages/dev/roadmap.md
- Research:
# - pages/research/README.md
- Reports: pages/research/reports.md
- Benchmarks: pages/research/benchmarks.md
- References: pages/research/references.md
- Release notes: pages/release-notes.md
- Blog:
- pages/blog/index.md
- About:
# - pages/about/README.md
- FAQ: pages/about/faq.md
- Authors: pages/about/authors.md
- Contact: pages/about/contact.md
- License: pages/about/license.md