-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (52 loc) · 1.49 KB
/
mkdocs.yml
File metadata and controls
57 lines (52 loc) · 1.49 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
site_name: "Data Delen Armoede en Schulden (DDAS): Vroegsignalering"
site_description: De uitwisselspecificatie voor de Data Delen over Armoede en Schulden (DDAS)
site_author: Arjen Brienen
site_dir: site/vroegsignalering
site_url: https://vngrealisatie.github.io/ddas-vroegsignalering/
repo_url: https://github.com/VNG-Realisatie/ddas-vroegsignalering
repo_name: GitHub
theme:
language: nl # (1)!
name: material
extra:
version:
provider: mike
nav:
- Home: index.md
# - Uitwisselspecificatie uitgelegd: uitleg_Model Vroegsignalering.md
- Uitwisselspecificatie: uitwisselspecificatie.md
- Informatiemodel:
- Hoofdlijnen: "Hoofdlijnen_Model Vroegsignalering.md"
- Detailspecificatie: "definities/Detail_Model Vroegsignalering.md"
- Vraag en antwoord: VraagEnAntwoord.md
- Achtergrond DDAS: Achtergrond.md
markdown_extensions:
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.critic
- pymdownx.mark
- pymdownx.tasklist
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight
- pymdownx.caret
- pymdownx.magiclink
- markdown_include.include:
base_path: docs
- admonition
- footnotes
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