-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (48 loc) · 1.3 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
site_name: Data Delen Armoede en Schulden (DDAS)
site_description: De uitwisselspecificatie voor de Data Delen over Armoede en Schulden (DDAS) API
site_author: Arjen Brienen
site_url: https://ddas-api.nl
theme:
language: nl # (1)!
name: material
extra:
version:
provider: mike
nav:
- Home: index.md
- Uitwisselspecificatie: uitwisselspecificatie.md
- Informatiemodel:
- Hoofdlijnen: "Hoofdlijnen_Model Schuldhulpverlening.md"
- Detailspecificatie: "Detail_Model Schuldhulpverlening.md"
- Achtergrond DDAS: Achtergrond.md
- Vraag en antwoord: VraagEnAntwoord.md
markdown_extensions:
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.critic
- pymdownx.mark
- pymdownx.tasklist
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight
- pymdownx.caret
- pymdownx.magiclink
- markdown_include.include:
base_path: docs
extra_css:
- stylesheets/extra.css
plugins:
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: 'latest'
version_selector: true
css_dir: css
javascript_dir: js
- search