This is the Asahi Linux documentation repository.
This is made with MkDocs. If you have mkdocs installed already, run make build
to build the site, or make test
to spin up a local webserver for review. If you don't, feel free to use our container with something like:
$ podman run -it --pull=newer -p=8000:8000 -v=$(pwd)/:/docs:z ghcr.io/asahilinux/mkdocs-asahi:latest
if you're using Podman, or
$ docker run -it --pull=always -p=8000:8000 -v=$(pwd)/:/docs:z ghcr.io/asahilinux/mkdocs-asahi:latest
if you're using Docker. Note that this repository uses Git Submodules, so you'll want to set those up first with git submodule update --init
.
The website is rebuilt by the CI on every commit and served via GitHub Pages. The container is also automatically updated and pushed to the registry.