mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-01 01:02:38 +00:00
19 lines
282 B
YAML
19 lines
282 B
YAML
INHERIT: mkdocs.yml
|
|
|
|
watch:
|
|
- theme
|
|
- includes
|
|
- mkdocs.yml
|
|
|
|
markdown_extensions:
|
|
material.extensions.preview:
|
|
sources:
|
|
exclude:
|
|
- index.md
|
|
- tools.md
|
|
- about.md
|
|
- about/*
|
|
targets:
|
|
exclude:
|
|
- about/contributors.md
|