mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Yes, this does pretty much undo the "offline" part, but without this the docs can't build if the builder doesn't have access to the insiders' edition of mkdocs. Doing this as a first step to investigating if there's any possible way to achieve what we want here: - Anyone can build - They can build offline - They can build for maximum privacy If not, this step at least hits the first requirement. See #2629.
11 lines
134 B
YAML
11 lines
134 B
YAML
INHERIT: mkdocs-common.yml
|
|
|
|
plugins:
|
|
offline:
|
|
exclude:
|
|
glob:
|
|
- "**/_template.md"
|
|
- blog/*
|
|
|
|
site_dir: docs-offline
|