Source repository for the AppVentiX technical documentation, published at docs.appventix.com.
- MkDocs - static site generator
- Material for MkDocs - theme
Install dependencies:
pip install -r requirements.txtStart the local dev server with live reload:
python -m mkdocs serveThe site is available at http://127.0.0.1:8000.
Pushing to the main branch automatically triggers a GitHub Actions workflow that builds and deploys the site to GitHub Pages at docs.appventix.com.