forked from belastingdienst/opr-paas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (69 loc) · 1.55 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
site_name: opr-paas
site_url: https://belastingdienst.github.io/opr-paas/
site_author: Dutch Tax Office
# Repository
repo_name: opr-paas
repo_url: https://github.com/belastingdienst/opr-paas
edit_uri: edit/main/docs
theme:
name: material
language: en
hljs_languages:
- yaml
- go
- bash
features:
- content.action.edit
- navigation.path
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- navigation.prune
- search.suggest
- search.share
- toc.follow
copyright: >
Copyright © 2024 Tax Administration of The Netherlands, software and documentation licensed under EUPL.
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- toc:
title: On this page
permalink: true
toc_depth: 3
- tables
- pymdownx.highlight:
anchor_linenums: true
auto_title: false
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- social
- tags
- privacy
- literate-nav:
nav_file: README.md
implicit_index: true
- redirects:
redirect_maps:
'index.md': 'overview/index.md'
# Navigation
nav:
- Overview: overview/
- Administrator Guide: administrators-guide/
- User Guide: user-guide/
- Developer Guide: development-guide/
- About:
- Contributing: about/contributing.md
- Code of Conduct: about/code-of-conduct.md
- License: about/license.md