Set up MkDocs docs deployment to grebedoc #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add mkdocs.yml, docs_hooks.py, docs/index.md, and docs/javascripts/redirect.js. Deploy versioned docs via mike to the pages branch, then upload to grebedoc with site: https://sub2pod.marvin8.zone. Include client-side redirect from marvin8.codeberg.page to sub2pod.marvin8.zone.
Plan: add mkdocs.yml (site_url: https://sub2pod.marvin8.zone, material theme, mike plugin), docs_hooks.py (copyright year + llms-full.txt), docs/index.md (landing page), docs/javascripts/redirect.js (codeberg.page → sub2pod.marvin8.zone). deploy-docs job in ci.yml runs mike then git-pages action. Add mkdocs~=1.6, mkdocs-material~=9.7, mike~=2.2 to dev deps.