Docusaurus-based documentation site for the ProxyPay — Mobile Money ↔ Stellar Bridge API.
npm install
npm start # dev server on http://localhost:3001
npm run build # production build → build/
npm run serve # serve the production build locallyThe API reference page (/api) is powered by Redoc.
It reads static/openapi.yaml at build time.
To populate the spec from the backend:
- Option A — copy manually:
cp ../proxypay/openapi.yaml ./static/openapi.yaml - Option B — fetch from a running backend:
curl http://localhost:3000/docs/openapi.json -o static/openapi.yaml
A placeholder spec is committed so the project builds out of the box.
Configured for GitHub Pages under sublime247/proxypay.
npm run deploy