A documentation site for Libre Computer using MkDocs and published to GitHub Pages via Actions.
You can browse the site at: https://j1mbl3s.github.io/libretech-web-docs/
With python
and pip
installed,
install dependencies from requirements.txt:
pip install -r requirements.txt
The built-in development server with hot-reloading allows you to view your changes as you make them.
mkdocs serve
Then view the site at: http://localhost:8000/libretech-web-docs