forked from kadaster-labs/lock-unlock-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (80 loc) · 2.44 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
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
site_name: Lock-Unlock Documentatie
docs_dir: docs
site_dir: site
site_url: https://kadaster-labs.github.io/lock-unlock-docs/
repo_url: https://github.com/kadaster-labs/lock-unlock-docs
edit_uri: edit/main/docs/
nav:
- Inleiding: index.md
- Samenvatting: samenvatting.md
- Federatieve Bevraging:
- federatieve-bevraging/index.md
- federatieve-bevraging/apis.md
- federatieve-bevraging/linkeddata.md
- federatieve-bevraging/informatiemodel.md
- federatieve-bevraging/informatiekundigekern.md
- federatieve-bevraging/testopstelling.md
- federatieve-bevraging/demonstrator.md
- Afscherming:
- afscherming/index.md
- afscherming/autorisatie.md
- afscherming/afschermingspatronen.md
- afscherming/bestaande-implementaties.md
- afscherming/oplossingsrichtingen.md
- afscherming/onderzoeksvoorstel.md
- Autorisatie als Linked Data:
- autorisatie-als-linkeddata/index.md
- autorisatie-als-linkeddata/concept.md
- autorisatie-als-linkeddata/authorisation-ontology.md
- Implementaties:
- autorisatie-als-linkeddata/implementaties/index.md
- autorisatie-als-linkeddata/implementaties/rewrite.md
- autorisatie-als-linkeddata/implementaties/subgraph.md
- Demonstrators:
- autorisatie-als-linkeddata/demonstrators/index.md
- autorisatie-als-linkeddata/demonstrators/rewrite.md
- autorisatie-als-linkeddata/demonstrators/subgraph.md
- autorisatie-als-linkeddata/evaluatie.md
- conclusies.md
- opleveringen.md
- Achtergrond:
- achtergrond/index.md
- achtergrond/glossary.md
- achtergrond/auth-alternatieven.md
extra_css:
- css/lock-unlock.css
theme:
name: material
palette:
primary: custom
language: nl
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tracking
- toc.follow
icon:
logo: material/lock
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
extra:
version:
provider: mike
plugins:
- search
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js