This repository contains the site code for docs.cloud.gov.au, the cloud.gov.au documentation.
Disclaimer: this documentation is MVP and currently aimed at digital transformations in Alpha
We're so glad you're thinking about contributing to docs.cloud.gov.au. If you're unsure about anything, just ask -- or submit the issue or pull request anyway. The worst that can happen is you'll be politely asked to change something. We love all friendly contributions. You can read our contributing guide for more detailed information.
We want the cloud.gov.au documentation to be the best it can be. We've open-sourced our docs and we welcome any pull requests if you would like to contribute.
/docs
that you'd like to edit. Our documents are organised into folders that represent the sections and subsection of cloud.gov.au)That's it! You'll be automatically subscribed to receive updates as others review your proposed change and provide feedback.
The following assumes you have python installed locally.
pip install mkdocs
pip install -r requirements.txt
mkdocs serve
Install pa11y and it's dependencies with:
make pa11y-install
Make sure you are running the latest dependencies for the app with:
pip install -r requirements.txt
Make sure you have the app running locally with:
mkdocs serve
Run the test with:
make pa11y-test