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 project pages, Docusaurus uses
baseUrl: "/catalyst-docs/". - The deployed URL will be the org GitHub Pages host + repo path (example:
https://catalyst-network.github.io/catalyst-docs/).