-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
183 lines (169 loc) · 5.66 KB
/
mkdocs.yml
File metadata and controls
183 lines (169 loc) · 5.66 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
# Project information
site_name: CircusWiki
site_url: https://nica-ev.github.io/circuswiki/
site_author: Marc Bielert
site_description: A wiki, dedicated to circus pedagogy, arts, education and similar topics
# Repository
repo_name: nica-ev/circuswiki
repo_url: https://github.com/nica-ev/circuswiki
# Copyright
copyright: CC-BY-SA 4.0 <a href="#__consent">Change cookie settings</a>
# Theme
theme:
name: material
favicon: img/nica-logo-simple-small-150x150.png
logo: img/nica-logo-simple-small-150x150.png
palette:
# Palette toggle for light mode
- scheme: primary
toggle:
icon: material/brightness-7
name: Switch to dark mod
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.tracking
- navigation.path
- navigation.prune
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.follow
- header.autohide
- search.suggest
- search.highlight
- search.share
- navigation.instant.preview
markdown_extensions:
- nl2br # treats markdown linebreaks as hard breaks
- admonition # enables the use of callouts
- toc:
permalink: true
- pymdownx.details
- pymdownx.blocks.caption
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search # enables search bar
- meta
- blog # enables blog functionality (Mkdocs-Materials)
# - optimize
- pub-minifier:
jpeg:
enabled: true
png:
enabled: true
svg:
enabled: false
html:
enabled: false
css:
enabled: false
js:
enabled: false
- pub-obsidian
- tags
nav:
- Home:
- Home: 'index.md'
- NICA e.V.: 'Dokumentation Nica eV.md'
- Mitmachen: 'mitmachen.md'
- Release Notes: 'release notes.md'
- NICA:
- NICA e.V.: 'Dokumentation Nica eV.md'
- Buchhaltung: 'buchhaltung.md'
- Digitale Infrastruktur: 'digital-infrastruktur.md'
- Wordpress: 'wordpress.md'
- Nextcloud: 'nextcloud.md'
- Dokumentations-System: 'doc-sys-2.md'
- Erasmus+ Project:
- Lets talk about inclusive circus practice: 'Lets-talk-about-inclusive-circus-practice.md'
- Case Studies:
- Case Study 01: 'Case Study 01 - Hungary.md'
- Case Study 02: 'Case Study 02 - Hungary.md'
- Case Study 03: 'Case Study 03 - Italy.md'
- Case Study 04: 'Case Study 04 - Italy.md'
- Case Study 05: 'Case Study 05 - Greece.md'
- Case Study 06: 'Case Study 06 - Greece.md'
- Case Study 07: 'Case Study 07 - Poland.md'
- Case Study 08: 'Case Study 08 - Poland.md'
- Case Study 09: 'Case Study 09 - Belgium.md'
- Case Study 10: 'Case Study 10 - Germany.md'
- Case Study 11: 'Case Study 11 - Germany.md'
- Case Study 12: 'Case Study 12 - Latin America.md'
- Case Study 13: 'Case Study 13 - Latin America.md'
- Case Study 14: 'Case Study 14 - United States.md'
- Case Study 15: 'Case Study 15 - United States.md'
- Bewegungs-Spiele:
- Uebersicht: 'Bewegungs-Spiele.md'
- Liste aller Spiele: 'Liste aller Spiele.md'
- Kategorien:
- Kennenlernen: 'Spiele zum Kennenlernen.md'
- Fangen: 'Fangspiele.md'
- Warm-Up: 'Aufwärmspiele MOC.md'
- Cool-Down: 'Cooldown Spiele MOC.md'
- Kooperation: 'Kooperationsspiele.md'
- Kreisspiele: 'Kreisspiele MOC.md'
- Bewegung: 'Bewegungsspiele.md'
- Action: 'Schnelligkeit+Reaktionsspiele.md'
- Taktik: 'Taktik und Konzentrationsspiele.md'
- Call & Response: 'MOC Call & Response Spiele.md'
- Inklusion: 'Inklusion-Spiele.md'
- Sonstiges: 'Spiele für Zwischendurch.md'
- Blog:
- 'blog/index.md'
# The not_in_nav section prevents warnings for not included files in the navigation during build
# Its meant as a fix during development (not affecting the compiled site)
not_in_nav: |
*.*
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js # enables sorting of markdown tables (by clicking on the headers)
- javascripts/feedback.js # implements a feedback form
extra_css:
- stylesheets/custom_style.css
extra:
analytics:
provider: google
property: G-ZJ5FMB5HRM
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! Help us improve this page by
using our <a href="https://github.com/nica-ev/docs/discussions/new?category=feedback&title=__PAGE_TITLE__%20Feedback" target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
alternate:
- name: Deutsch
link: /
lang: de