mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Experiment with the mkdocs offline plugin
In doing so, don't emphasise online docs over offline, but instead make this about an online/offline split and both are as important as each other.
This commit is contained in:
8
Makefile
8
Makefile
@@ -12,11 +12,11 @@ format-check:
|
||||
black --check src
|
||||
docs-serve:
|
||||
rm -rf .screenshot_cache
|
||||
mkdocs serve
|
||||
mkdocs serve --config-file mkdocs-online.yml
|
||||
docs-build:
|
||||
mkdocs build
|
||||
docs-local-build:
|
||||
mkdocs build --config-file mkdocs-local.yml
|
||||
mkdocs build --config-file mkdocs-online.yml
|
||||
docs-build-offline:
|
||||
mkdocs build --config-file mkdocs-offline.yml
|
||||
docs-deploy:
|
||||
rm -rf .screenshot_cache
|
||||
mkdocs gh-deploy
|
||||
|
||||
Reference in New Issue
Block a user