Please see the project wiki
The current status of Trixie is available on the status page
For new requests or problems with the machine, please check out the issues section. Please check to see if your issue has already been raised before submitting a new one (i.e. join the existing discussion).
If you want to edit the documentation pages, create an environment and install mkdocs to test your pages.
uv --relocatable --python=3.11 --prompt=Trixie venv
source venv/bin/activate ""
uv pip install -r requirements.txtStart the server.
mkdocs serveOpen a browser to port 8000 on the machine you are editing the documentation to view the result.