mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Use the privacy plugin when building the offline docs
This has the effect of bundling up a bunch of files that would otherwise be pulled in from the net on the client side. As well as enhancing the viewer's privacy, it also means that we increase someone's ability to view documentation locally without the need for any sort of working net connection.
This commit is contained in:
@@ -2,6 +2,7 @@ INHERIT: mkdocs-common.yml
|
||||
|
||||
plugins:
|
||||
offline:
|
||||
privacy:
|
||||
|
||||
site_dir: docs-offline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user