-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
27 lines (26 loc) · 815 Bytes
/
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
site_name: GDPR
repo_url: https://github.com/veda-consulting/uk.co.vedaconsulting.gdpr
theme: material
markdown_extensions:
- attr_list
- admonition
- def_list
- codehilite(guess_lang=false)
- toc(permalink=true)
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.mark
- pymdownx.magiclink
pages:
- Introduction: index.md
- Overview: overview.md
- Installation: installation.md
- Configuration: configuration.md
- Identifying Inactive Contacts: identifying-inactive-contacts.md
- Communication Preferences: communication-preferences.md
- Data Policy: data-policy.md
- Membership Terms and Conditions: membership-terms-and-conditions.md
- Events Terms and Conditions: events-terms-and-conditions.md
- Right to be forgotten: right-to-be-forgotten.md