-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (71 loc) · 2.02 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
site_name: Cividi Handbook
site_url: https://handbook.cividi.ch/
site_description: A guide to our operations and platforms
site_author: Team Cividi
repo_url: https://github.com/cividi/handbook
repo_name: cividi/handbook
copyright: Copyright © 2020 <a href="https://cividi.ch">Cividi GmbH</a>.
site_name: Cividi Handbook 0.2
nav:
- 'index.md'
- 'About':
# - 'Welcome': 'about/welcome.md'
- 'Cividi': 'about/cividi.md'
- 'Onboarding': 'about/onboarding.md'
- 'Drafts':
- 'About': 'drafts/about.md'
- 'Your Draft': 'drafts/your_draft.md'
- 'Tech Stack':
- 'About': 'tech/about.md'
- 'Snapshot': 'tech/snapshot.md'
- 'Frictionless': 'tech/frictionless.md'
- 'Orchestration & Data Pipelines': 'tech/pipelines.md'
- 'Gemeindescan': 'tech/gemeindescan.md'
- 'Lab': 'tech/lab.md'
- 'Maps':
- 'About': 'maps/about.md'
- 'Maps': 'maps/maps_engine_performance_test.md'
- 'Lab': 'maps/lab.md'
- 'Style Guide':
- 'About': 'styleguide/about.md'
- 'Urbanism':
- 'About': 'urbanism/about.md'
- 'Projects':
- 'About': 'projects/about.md'
- 'Events':
- 'About': 'events/about.md'
- 'GeoHackmin' : 'events/geohackmin.md'
- 'Media':
- 'About': 'media/about.md'
edit_uri: edit/main/docs/
theme:
name: material
palette:
- primary: "#543076"
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
permalink: '#'
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- git-revision-date
extra:
version:
provider: mike