Skip to content

Nectar-Network/docs-site

Repository files navigation

Nectar Network Documentation

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

Local development

npm install
npm start

Opens http://localhost:3000. Hot reload on doc edits.

Build

npm run build      # static site → ./build
npm run serve      # serve the built site locally

Deploy

The site is built for Vercel:

vercel --prod

Map 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 deploy

Structure

  • docs/ — all Markdown content (this is where you edit)
  • sidebars.ts — sidebar configuration
  • docusaurus.config.ts — site metadata, navbar, footer
  • src/css/custom.css — theme overrides
  • src/pages/index.tsx — landing page

Contributing

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.

License

MIT.

About

Documentation for Nectar Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors