This repository contains the source code for KurrawongAI's documentation website:
This repository's content is available for reuse according to the Creative Commons Attribution 4.0 International (CC BY 4.0).
This content is copyright as follows:
© KurrawongAI, 2024
For all matters, please contact:
KurrawongAI
info@kurrawong.ai
This repository uses the MkDocs tool to build a static website - just HTML pages, no database etc. - from simple Markdown text files and images.
MkDocs uses Python scripting to compile the Markdown files, images etc. into HTML. It can be run locally - on a desktop/laptop - to test documentation changes, and pushed to GitHub to be auto-deployed.
To serve this content as a static site locally, run:
mkdocs serve