-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
227 lines (220 loc) · 7.1 KB
/
Copy pathmkdocs.yml
File metadata and controls
227 lines (220 loc) · 7.1 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
site_name: Fake-API-Server-Surveillance
site_url: https://chisanan232.github.io/pyfake-api-server-surveillance/
site_author: Bryant Liu
site_description: >-
Mock your API server, e.g., HTTP API server, by YAML configuration and set up an application in minutes
# Repository
repo_name: Chisanan232/PyFake-API-Server-Surveillance
repo_url: https://github.com/Chisanan232/PyFake-API-Server-Surveillance
# Copyright
copyright: Copyright © 2025 Bryant Liu
#copyright: Copyright © 2025 - 2026 Bryant Liu
theme:
name: material
custom_dir: ./docs/_overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
# favicon: assets/favicon.png
icon:
logo: logo
# Plugins
plugins:
# Doc as Code
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
docstring_section_style: spacy
# FIXME: Will occur error about it cannot set the property finely (unexpected error)
# docstring_options:
# ignore_init_summary: true
merge_init_into_class: true
relative_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
# Versioning documentation
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
# Documentation modification info - create & update time
- git-revision-date-localized:
type: timeago
# custom_format: "%d. %B %Y"
timezone: Asia/Taipei
# locale: en
fallback_to_build_date: false
enable_creation_date: true
# exclude:
# - index.md
enable_git_follow: true
enabled: true
strict: true
# Documentation modification info - contributor
- git-committers:
repository: Chisanan232/PyFake-API-Server-Surveillance
branch: master
# Additional configuration
extra:
# Versioning documentation
version:
provider: mike
default: stable
alias: true
# Documentation analytics
analytics:
provider: google
property: G-G1YK8C9EE4
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
# Social info
social:
- icon: fontawesome/brands/github
link: https://github.com/Chisanan232
# - icon: fontawesome/brands/docker
# link: https://hub.docker.com/repository/docker/chisanan232/pyfake-api-server
- icon: fontawesome/brands/python
link: https://pypi.org/project/fake-api-server-surveillance/
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Home: index.md
- Getting started:
- getting-started/index.md
- Configure surveillance: getting-started/configure-setting.md
- Set up your surveillance: getting-started/configure-ci-workflow.md
- Configure references:
- getting-started/configure-references/index.md
- Fake API Server: getting-started/configure-references/fake-api-server.md
- Git info: getting-started/configure-references/git-info.md
- GitHub info: getting-started/configure-references/github-info.md
- API references (fake_api_server.ci.surveillance):
- getting-started/api-references/index.md
- runner: getting-started/api-references/runner.md
- log: getting-started/api-references/log.md
- model:
- getting-started/api-references/model/index.md
- _base: getting-started/api-references/model/_base.md
- action: getting-started/api-references/model/action.md
- compare: getting-started/api-references/model/compare.md
- config:
- getting-started/api-references/model/config/index.md
- api_config: getting-started/api-references/model/config/api_config.md
- git: getting-started/api-references/model/config/git.md
- github: getting-started/api-references/model/config/github.md
- github_action: getting-started/api-references/model/config/github_action.md
- component:
- getting-started/api-references/component/index.md
- git: getting-started/api-references/component/git.md
- github: getting-started/api-references/component/github.md
- Development:
- development/index.md
- Why it exists: development/why-it-exists.md
- How it works: development/how-it-works.md
- Contributing :
- development/contributing/index.md
- Reporting a bug: development/contributing/reporting-a-bug.md
- Requesting a feature or change: development/contributing/requesting-a-feature.md
- Join in developing:
- development/contributing/join_in_developing/index.md
- Development workflow: development/contributing/join_in_developing/development_workflow.md
- CI workflow: development/contributing/join_in_developing/ci_workflow.md
- Developing: development/contributing/join_in_developing/developing.md
- Testing: development/contributing/join_in_developing/testing.md
- Release notes:
- release_note/index.md
- Version 0.X.X: release_note/version_0xx.md