-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (52 loc) · 1.73 KB
/
mkdocs.yml
File metadata and controls
53 lines (52 loc) · 1.73 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
site_name: Location API Leermodule
site_url: https://pdok.github.io/leermodule-location-api/
site_description: Deze leermodule bestaat uit achtergrondinformatie en oefeningen om te leren werken met de Location API van PDOK.
repo_url: https://github.com/PDOK/leermodule-location-api/
edit_uri: edit/master/docs/
theme:
language: nl
name: material
palette:
primary: custom
accent: light blue
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.footer
- search.suggest
- search.highlight
- navigation.top
- header.autohide
- content.code.copy
logo: assets/pdok.png
favicon: assets/pdok.png
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search:
lang: nl
nav:
- Introductie: index.md
- Achtergrondinformatie:
- Introductie: achtergrondinformatie/Introductie.md
- Wat is geocoderen?: achtergrondinformatie/Wat is geocoderen.md
- Terugblik: achtergrondinformatie/Terugblik.md
- Location API - Search:
- Introductie: search/Introductie.md
- Verken Search in de browser: search/Verken Search in de browser.md
- Geocoderen met Curl: search/Geocoderen met Curl.md
- Casus - maak een kaart met Locatie zoeken: search/Casus - Maak een kaart met Locatie zoeken.md
- Terugblik: search/Terugblik.md
- Afronding: Afronding.md
- Community: Community.md