mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-20 01:39:18 +00:00
23 lines
402 B
YAML
23 lines
402 B
YAML
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
|
|
|
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
|