About this Documentation
This documentation was generated with Material for MkDocs. The repo/branch is at https://github.com/esmero/archipelago-documentation/tree/1.0.0-RC3, and the site is built using the following Github workflow: https://github.com/esmero/archipelago-documentation/blob/1.0.0-RC3/.github/workflows/ci.yml.
Contributing
- First, please see this guide to set up the repo and branch locally and to create an issue and corresponding pull request.
- Install mkdocs-material and mike:
pip install mkdocs-material mike
. - Make changes to local
- Run
mike delete --all && mike deploy 1.0.0-RC3 default && mike set-default 1.0.0-RC3 && mike serve
to see and test changes. - Follow the above guide to contribute the changes back.