Guides and quickstarts for integrating DAITA's products.
MkDocs includes a live preview server, so we can preview our changes as we write our documentation. The server will automatically rebuild the site upon saving. Start it with:
mkdocs serve
Point the browser to localhost:8000.
We can build a static site from our Markdown files with:
mkdocs build
We use GitHub Pages and GitHub Actions to automatically deploy our project documentation. Every commit to the main
branch leads to an automatic redeployment. The exact GitHub Actions workflow is configured in ci.yml
. The final published site can be found here docs.daita.tech.