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:
Dave Pearson
2023-02-07 10:06:05 +00:00
parent aece00e1dc
commit a8aaa7ad82
5 changed files with 18 additions and 17 deletions

View File

@@ -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