-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (105 loc) · 2.56 KB
/
mkdocs.yml
File metadata and controls
105 lines (105 loc) · 2.56 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
copyright: Copyright © 2016 - 2026 MapGallery B.V.
site_name: MapGallery documentatie
site_url: https://docs.mapgallery.eu/
repo_url: https://github.com/mapgallery/documentation
edit_uri: edit/main/docs/
extra:
analytics:
provider: plausible
domain: docs.mapgallery.eu
homepage: https://mapgallery.eu
social:
- icon: fontawesome/solid/paper-plane
link: mailto:info@mapgallery.eu
- icon: fontawesome/brands/github
link: https://github.com/mapgallery
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/mapgallery
version:
provider: mike
extra_css:
- assets/css/extra.css
markdown_extensions:
- abbr
- admonition
- meta
- pymdownx.keys
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- tables
- toc
nav:
- Introductie:
- index.md
- questions.md
- application.md
- Gebruiker:
- manual/index.md
- manual/collections.md
- manual/search.md
- manual/map.md
- Kaartviewer:
- manual/header/index.md
- manual/mapinfo/index.md
- manual/layers/index.md
- manual/quick_search/index.md
- manual/tools/index.md
- manual/background/index.md
- Geavanceerd:
- manual/filter/index.md
- manual/selection/index.md
- manual/measure/index.md
- manual/favorites/index.md
- manual/metadata/index.md
- manual/export/index.md
- Troubleshooting:
- manual/cache/index.md
- Beheerder:
- admin/index.md
- admin/dashboard.md
- Toegang:
- admin/access/users.md
- admin/access/groups.md
- Opties:
- admin/options/mapinfo.md
- admin/options/views.md
- admin/options/searches.md
- admin/collections.md
- admin/layers.md
- admin/services.md
- admin/application.md
- Changelog:
- changelog/index.md
plugins:
- macros:
include_dir: includes
- material-plausible
- search
- social
- tags
theme:
name: material
favicon: assets/favicon.png
features:
- content.action.edit
- content.action.view
# - navigation.expand
- navigation.path
- navigation.footer
# - navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- search.suggest
- search.highlight
# - toc.follow
# - toc.integrate
language: nl
logo: assets/logo.png
validation:
links:
absolute_links: relative_to_docs
watch:
- includes