forked from MinBZK/Baseline-Informatiebeveiliging-Overheid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
88 lines (78 loc) · 2.17 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
81
82
83
84
85
86
87
88
### Site metadata ###
site_name: Baseline Informatiebeveiliging Overheid 2 (BIO2) [concept]
site_description: Concept van de BIO2. Samen werken aan het nieuwe kader voor informatiebeveiliging van de overheid.
watch:
- includes/
### theme settings ###
theme:
name: material
language: nl
palette:
- primary: blue
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.footer
- search.highlight
- search.suggest
- content.action.edit
- content.action.view
- content.tooltips
- content.tabs.link
icon:
logo: fontawesome/solid/house
annotation: fontawesome/solid/circle-info
# Navigation for the site
nav:
- Home: index.md
- Ontwerp:
- ontwerp/index.md
- ontwerp/nis2enbio.md
- BIO2 inleiding:
- inleiding/index.md
- Verplichte maatregelen en richtlijnen:
- maatregelen/index.md
# Extra opties
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.details
- admonition
- attr_list
- abbr
- md_in_html
- footnotes
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
auto_append:
- includes/begrippenlijst.md
# Extra opties voor footer
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MinBZK/Baseline-Informatiebeveiliging-Overheid
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
plugins:
- glightbox
- search
- git-revision-date-localized:
enable_creation_date: true
- awesome-pages
# Link naar GitHub repo
repo_url: https://github.com/MinBZK/Baseline-Informatiebeveiliging-Overheid
edit_uri: edit/main/docs/