Public docs for Nectar Network — a pooled liquidation protocol for Soroban DeFi on Stellar.
Production site: https://docs.nectarnetwork.fun Protocol repo: https://github.com/Nectar-Network/nectar
npm install
npm startOpens http://localhost:3000. Hot reload on doc edits.
npm run build # static site → ./build
npm run serve # serve the built site locallyThe site is built for Vercel:
vercel --prodMap the custom domain docs.nectarnetwork.fun in the Vercel dashboard, then add a CNAME record in your DNS:
docs CNAME cname.vercel-dns.com
Alternatively, deploy to GitHub Pages:
GIT_USER=<your-github-username> npm run deploydocs/— all Markdown content (this is where you edit)sidebars.ts— sidebar configurationdocusaurus.config.ts— site metadata, navbar, footersrc/css/custom.css— theme overridessrc/pages/index.tsx— landing page
Open a PR. Style guide:
- Terse, developer-focused. No marketing voice.
- Code blocks must be runnable, not pseudocode.
- Use Docusaurus admonitions (
:::tip,:::warning,:::danger) for callouts. - No emojis in headings.
MIT.