Technical documentation site for Quantus Network. Built with Docusaurus, deployed to docs.quantus.com.
This project uses bun (not npm). bun.lock is the source of truth.
bun install
bun start # dev server at localhost:3000
bun run build # production build
bun run serve # serve production build locallydocs/
intro.md Landing page (slug: /)
architecture.md System architecture overview
deep-dives/ Per-subsystem technical docs (6 pages)
guides/ Mining app (GUI), mining + node setup (CLI)
reference/ Repo map, tokenomics, audits, roadmap, tools & community
src/
components/DocActionButtons/ Copy-as-Markdown and mining-skill buttons
theme/DocItem/Layout/ Swizzled layout wrapper for doc action buttons
css/custom.css Dark theme, blue palette
- No marketing fluff -- this is technical documentation for investors and engineers
- No emojis in content
- Keep pages under 1500 words; split or link to deeper resources if longer
- Use tables and bullet points over prose paragraphs
- Mermaid diagrams where they clarify architecture
- Source claims from the codebase, DeepWiki exports, or quantusContext.md -- do not hallucinate
- Mining guide follows the official wiki as source of truth: https://github.com/Quantus-Network/chain/wiki
- Do NOT publish internal AI audit findings (quantus-audit/ is internal only)
- GitHub: https://github.com/Quantus-Network
- Website: https://quantus.com
- Whitepaper: https://quantus.com/whitepaper
- DeepWiki (per-repo): https://deepwiki.com/Quantus-Network/{repo-name}
Content was generated from DeepWiki exports and quantusContext.md. Needs:
- Engineer accuracy review (especially deep dives and mining guide)
- Copywriting sweep
- Quantus logo (placeholder text header for now)