The public documentation & knowledge site for Pixiray, served at docs.pixiray.ninja.
Built with MkDocs Material and deployed
to GitHub Pages via the Deploy docs workflow on every
push to main.
[!WARNING] This site is public. Never add internal, sensitive, or customer-specific content. Internal knowledge belongs in the private
pixiray-ai/knowledgerepo.
pip install -r requirements.txt
mkdocs serve # http://127.0.0.1:8000
mkdocs.yml # site config + navigation
docs/
index.md # landing page
tooling/ # dev environment & workflow guides
engineering/ # technical write-ups, runbooks
knowledge/ # public-safe shared knowledge
docs/.nav: block in mkdocs.yml.mkdocs build --strict; merge to main publishes.