-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
139 lines (126 loc) · 4.01 KB
/
mkdocs.yml
File metadata and controls
139 lines (126 loc) · 4.01 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
site_name: MultiRoute Go!
site_url: https://go.multiroute.de/handbuch/
site_author: gb consite GmbH
site_description: Verlags-GIS für Trägerbezirksplanung und Zustellbezirke,optimierte Gehfolgenberechnung und Optimierung von Gangfolgen für Zeitungen, Briefe und Prospekte
nav:
- Home: index.md
- Handbuch:
- Übersicht: uebersicht.md
- Grundlagen: grundlagen.md
- 1. Datenintegration: upload.md
- 2. Gebietsplanung: gebietsplanung.md
- 3. Adressverwaltung: adressverwaltung.md
- 4. Spezialhäuser: spezialhaeuser.md
- 5. Gehfolgenberechnung: gehfolgen.md
- 6. Optimierungen in der Gehfolgenberechnung: gehfolgenoptimieren.md
- 7. Trägerdokumente: traeger.md
- 8. Zusatzmodule: zusatzmodule.md
- 9. Exporte: exporte.md
- 10. Importe: importe.md
- Sicherheit: secure.md
- Tipps & Tricks: tipps.md
# - Webinare: webinare.md
- Administration: administration.md
- Automatisierung: automatisierung.md
# - Benutzer: user.md
- Begriffe: definitionen.md
- Changelog: changelog.md
- API:
- MRG! API: api-intro.md
- Routen & Endpunkte: routen.md
# - Referenzen: 14.md
- Preise: preise.md
# - News: newsarchiv.md
- Blog:
- blog/index.md
- Impressum: impressum.md
- Datenschutz: datenschutz.md
theme:
name: material
custom_dir: docs/theme_override_home/
# 404 page
static_templates:
- 404.html
# enable light/dark mode
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Don't include MkDocs' JavaScript
include_search_page: true
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: de
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.footer
- navigation.top
- navigation.sections
- content.action.edit
- content.code.copy
- search.highlight
- search.share
- search.suggest
font: false
logo: briefkasten.svg # top left header logo
icon: # from .icons path. Add to theme override for custom logo.
repo: fontawesome/brands/git-alt
edit: material/file-edit-outline
favicon: assets/favicon.ico #browser tab logo
extra_javascript:
- 'stylesheets/extra.js'
extra_css:
- stylesheets/extra.css
- stylesheets/font-awesome-4.7.0/css/font-awesome.min.css
repo_url: https://github.com/gbconsite/MultiRoute-Go
repo_name: gbconsite/MultiRoute-Go
edit_uri: ./edit/main/docs
# Copyright
copyright: Copyright © gb consite GmbH
markdown_extensions:
- attr_list
- md_in_html # enable lazy loading images via { loading=lazy }
- admonition
- pymdownx.details
- pymdownx.superfences
- markdown.extensions.toc:
baselevel: 1
permalink: ""
- toc:
title: Inhalt
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- search:
lang: de
- glightbox
- blog
- social
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/gb-consite-gmbh
- icon: fontawesome/brands/xing
link: https://www.xing.com/pages/gbconsitegmbh
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/gbconsite
- icon: fontawesome/brands/x-twitter
link: https://x.com/standortanalyse
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@Standortanalyse