-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (95 loc) · 2.68 KB
/
Copy pathmkdocs.yml
File metadata and controls
114 lines (95 loc) · 2.68 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
docs_dir: src/
site_dir: build/site/
site_url: https://barbu-it.github.io/paasify-collections/
repo_url: https://github.com/barbu-it/paasify-collections
site_name: "Paasify Collections Documentation"
site_author: mrjk
site_description: "Paasify Collections Documentation"
copyright: |
<p>
This website contains anonymous web analytics scripts.</br>
Documentation under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" >GPLv3 license</a>, 2022 - <script>document.write(new Date().getFullYear());</script>.
</p>
<noscript><p><img src="https://m.barbu-it.com/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
watch:
- mkdocs.yml
# - src/static
# - src/docs
# - src/index.md
# - src/plugins_apidoc
# - src/refs
# - src/schema_doc
# - src/tutorial
# - ../paasify
extra_css:
- static/mkdocstrings.css
extra_javascript:
- static/paasify.js
- static/matomo.js
nav:
- Overview:
- collections/*/index.md
- Apps:
- collections/*/*/*.md
# - About:
# - Overview: develop/ref.md
# - refs/changelog.md
# - Code of conduct: develop/conduct_code.md
# - refs/license.md
#
# - Contribute:
# - Overview: develop/intro.md
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/
plugins:
- search
#- exclude-search:
# exclude:
# - ref/python_api*
- literate-nav:
nav_file: SUMMARY.md
#- mkdocs-simple-hooks:
# hooks:
# on_files: "docs.gen_apidoc:on_files_hook"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
locale: en
features:
- content.code.annotate
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.expand
# - toc.integrate
- navigation.top
- search.highlight
- content.tabs.link
logo: logo/paasify_logo.svg
favicon: logo/favicon.ico
palette:
# Palette toggle for light mode
- scheme: default
primary: indigo
accent: yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: indigo
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to light mode