-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
148 lines (136 loc) · 4.17 KB
/
mkdocs.yml
File metadata and controls
148 lines (136 loc) · 4.17 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
site_name: "NeRDS: Nederlandse Richtlijn Digitale Systemen 0.1"
site_description: De Nederlandse Richtlijn Digitale Systemen van het Ministerie van Binnenlandse Zaken en Koninkrijksrelaties
theme:
name: material
custom_dir: src/overrides
language: nl
palette:
primary: custom
logo: assets/logo.svg
favicon: assets/favicon.ico
font: false
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.footer
- navigation.prune
- navigation.sections
- navigation.expand
- search.highlight
- search.share
- search.suggest
- content.tooltips
- content.tabs.link
- content.action.dismiss
icon:
logo: fontawesome/solid/house
annotation: fontawesome/solid/circle-info
nav:
- Home: index.md
- Richtlijnen:
- Overzicht: richtlijnen/index.md
- 1. Gebruikersbehoeften:
- richtlijnen/gebruikersbehoeften/index.md
- Wanneer doe je wat?: richtlijnen/gebruikersbehoeften/fases.md
- 2. Toegankelijkheid:
- richtlijnen/toegankelijkheid/index.md
- Wanneer doe je wat?: richtlijnen/toegankelijkheid/fases.md
- 3. Open Source:
- richtlijnen/open-source/index.md
- Wanneer doe je wat?: richtlijnen/open-source/fases.md
- 4. Open Standaarden: richtlijnen/open-standaarden/index.md
- 5. Cloud:
- richtlijnen/cloud/index.md
- Wanneer doe je wat?: richtlijnen/cloud/fases.md
- 6. Veiligheid: richtlijnen/veiligheid/index.md
- 7. Privacy: richtlijnen/privacy/index.md
- 8. Samenwerking: richtlijnen/samenwerking/index.md
- 9. Integratie: richtlijnen/integratie/index.md
- 10. Data: richtlijnen/data/index.md
- 11. Algoritmen: richtlijnen/algoritmen/index.md
- 12. Inkoopstrategie: richtlijnen/inkoop/index.md
- 13. Duurzaamheid: richtlijnen/duurzaamheid/index.md
- Over NeRDS:
- Over-NeRDS/index.md
- Contact en bijdragen: Over-NeRDS/CONTRIBUTING.md
- Toegankelijkheid: Over-NeRDS/toegankelijkheid.md
- Privacy: Over-NeRDS/privacy.md
- Copyright: Over-NeRDS/copyright.md
- Cookies: Over-NeRDS/cookies.md
- Kwetsbaarheid melden: Over-NeRDS/kwetsbaarheid-melden.md
# Extra opties
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- admonition
- attr_list
- abbr
- md_in_html
- footnotes
- toc:
toc_depth: 3
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.blocks.html
# Extra opties voor footer
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MinBZK/NeRDS
version:
provider: mike
default: production
extra_css:
- stylesheets/navigation.css
- stylesheets/filters.css
- stylesheets/extra.css
- stylesheets/footer.css
- stylesheets/all.min.css
- stylesheets/choices.min.css
- stylesheets/modal.css
- stylesheets/landing-page.css
- stylesheets/feedback-widget.css
extra_javascript:
- javascripts/jquery-3.6.0.min.js
- javascripts/choices.min.js
- javascripts/tablesort.min.js
- javascripts/tablesort.js
- javascripts/filtering.js
- javascripts/cluster-form.js
- javascripts/feedback-config.js
- javascripts/feedback-i18n.js
- javascripts/feedback-widget.js
plugins:
- glightbox
- search
- git-revision-date-localized:
enable_creation_date: true
timezone: Europe/Amsterdam
locale: nl
- awesome-pages:
collapse_single_pages: true
- mike:
alias_type: symlink
version_selector: true
canonical_version: production
# Link naar GitHub repo
repo_url: https://github.com/MinBZK/NeRDS
site_url: https://minbzk.github.io/NeRDS/
edit_uri: edit/main/docs/
hooks:
- src/overrides/hooks/security_txt.py
- src/overrides/hooks/action_registry.py