Single, public documentation hub for the Catalyst ecosystem (operators, wallets, builders, protocol + RPC reference).
Prereqs:
- Node.js >= 20
Install:
npm installRun locally:
npm run startBuild:
npm run buildServe the production build locally:
npm run servesite/: Docusaurus app (config, theme, docs content)
This repo is set up to build the site on every PR, and deploy site/build/ to GitHub Pages on merges to main.
Notes:
- For the current setup (custom domain), the site is served from the domain root:
https://docs.catalystnet.org/
- If you host as a GitHub Pages project site instead, the site is served under
/<repo>/and Docusaurus must usebaseUrl: "/catalyst-docs/".