-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
160 lines (149 loc) · 3.89 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
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
# directory
docs_dir: docs
# site
site_name: msaFeature - Documentation
site_dir: dist_docs
site_url: https://msafeature.u2d.ai/
# Repo
repo_url: https://github.com/swelcker/msaFeature
repo_name: swelcker/msaFeature
edit_uri: ""
# Copyright
copyright: Stefan Welcker, 2022, [email protected]
# theme
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: blue
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: blue
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: 'http://logos.u2d.ai/msaFeature_logo.png'
favicon: 'http://logos.u2d.ai/favicon.png'
features:
- navigation.tabs
- navigation.tabs.sticky
- instant
- header.autohide
- content.code.annotate
- search.suggest
- search.highlight
- content.tabs.link
# plugins
plugins:
- search:
lang: en
- page-to-pdf:
displayHeaderFooter: true
headerTemplate: "<div style='width:100%;text-align:left;position:relative;top:5mm;left:14mm;font-size:2mm;color:grey;'><span class='title'></span> - (c) 2022 u2d.ai</div>"
footerTemplate: "<div style='width:100%;text-align:right;position:relative;top:-10px;right:35px;font-size:2mm;color:grey;'>Page: <span class='pageNumber'></span> of <span class='totalPages'></span></div>"
- git-revision-date-localized:
type: date
custom_format: "%d. %B %Y"
timezone: Europe/Amsterdam
locale: en
fallback_to_build_date: true
enable_creation_date: true
exclude:
- index.md
enabled: true
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- autorefs
- section-index
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [msaFeature]
options:
show_source: false
separate_signature: true
show_submodules: true
docstring_section_style: spacy
show_root_heading: false
show_root_members_full_path: false
show_object_full_path: false
show_category_heading: true
show_if_no_docstring: true
annotations_path: source
show_signature_annotations: true
heading_level: 2
# extensions
markdown_extensions:
- admonition
- mdx_include
- toc:
permalink: true
- pymdownx.highlight:
auto_title: false
anchor_linenums: true
linenums: false
pygments_lang_class: true
- pymdownx.caret
- pymdownx.betterem:
- attr_list
- def_list
- tables
- abbr
- footnotes
- md_in_html
- extra
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.critic
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
# extras
extra:
analytics:
provider: google
property: G-06Q4RT8KC2
extra_css:
- css/mkdocstrings.css
# navigation
nav:
- Home:
- index.md
- Simple Feature: simple_features.md
- Condition Feature: features.md
- Used Libraries: requirements.md
- Usage:
- Simple Feature: simple_features.md
- Condition Feature: features.md
- Code Reference: reference/
- Release notes: release-notes.md