-
-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathmkdocs.test.yml
More file actions
16 lines (13 loc) · 660 Bytes
/
Copy pathmkdocs.test.yml
File metadata and controls
16 lines (13 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-FileCopyrightText: 2025 Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>
#
# SPDX-License-Identifier: GPL-2.0-only
# Test-specific MkDocs config: Inherits from main config but limits languages for faster builds.
# Only builds English + one well-translated language (de/German) to speed up CI/testing.
INHERIT: mkdocs.yml
# To merge "plugins" options (add/override values), alternative syntax (key/value pairs instead of list -) must be used in parent and child config file
# See https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance
plugins:
mdpo:
languages:
- en
- de