Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.01 KB

File metadata and controls

30 lines (16 loc) · 1.01 KB

KurrawongAI docs

This repository contains the source code for KurrawongAI's documentation website:

License & Rights

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

Contacts

For all matters, please contact:

KurrawongAI
info@kurrawong.ai

Technical Operations

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