MkDocs site that stitches the project together for non-developers.
| Item | Details |
|---|---|
| Stack | MkDocs + mkdocs-material |
| Publish | https://bharataddress.github.io |
| Output | Deployed to BharatAddress/bharataddress.github.io |
pip install mkdocs mkdocs-material
mkdocs servepip install -r requirements.txt
mkdocs build --strict
open site/index.html- On push to
main, the workflowDeploy Docs to Org Pagesruns. - Builds with
mkdocs build --strict. - Publishes
site/toBharatAddress/bharataddress.github.ioviapeaceiris/actions-gh-pages.
mkdocs.yml: site configuration.docs/: documentation content.requirements.txt: MkDocs deps for CI.
- Writers and editors maintaining the public docs.
- Maintainers validating doc builds.
- Public site: https://bharataddress.github.io
- Specs: https://github.com/BharatAddress/specs
See LICENSE.
- Keep docs small and focused.
- Validate links locally before merging.
- Central guidelines: https://github.com/BharatAddress/.github/blob/main/AGENTS.md