Documentation repository for kast-system, automatically synced from kast-spells/kast-system.
Live Documentation: docs.kast.ing
This repository:
- Receives documentation from kast-system via automated sync workflow
- Deploys to GitHub Pages using MkDocs Material theme
- Updates automatically when
docs-*tags are pushed to kast-system
- Documentation is authored in
kast-system/docs/ - On tag push (
docs-*), sync workflow copiesdocs/andmkdocs.ymlto this repo - GitHub Actions builds and deploys MkDocs site to GitHub Pages
- Site is available at https://docs.kast.ing
To contribute to documentation:
- Edit files in kast-system/docs/
- Follow the Contributing Docs guide
- Submit PR to kast-system (not this repo)
# Clone kast-system repository
git clone https://github.com/kast-spells/kast-system.git
cd kast-system
# Install dependencies
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
# Serve locally
mkdocs serve
# Open http://127.0.0.1:8000kast-docs/
├── docs/ # Documentation content (synced from kast-system)
├── mkdocs.yml # MkDocs configuration (synced from kast-system)
├── .github/workflows/ # Deployment workflow
│ └── deploy-docs.yml
├── CNAME # Custom domain configuration
└── README.md # This file
GNU GPL v3 - See kast-system LICENSE