Skip to content

nitrosend/docs

Repository files navigation

Nitrosend Docs

Public documentation for Nitrosend, built with Sourcey.

Live at: https://docs.nitrosend.com

Local Development

npm install
npx sourcey dev

Runs at http://localhost:4400.

Structure

sourcey.config.ts      # Sourcey configuration
introduction.mdx       # Landing page
quickstart.mdx         # Getting started guide
authentication.mdx     # API authentication
guides/                # How-to guides
concepts/              # Core concept explanations
integrations/          # MCP + API integration guides
logo/                  # Brand assets (light.svg, dark.svg)

The API Reference tab is auto-generated from our OpenAPI spec.

Build

npx sourcey build

Outputs static HTML to dist/. Deploy anywhere.

Custom domain (docs.nitrosend.com)

Point a CNAME record for docs to wherever the built site is hosted.

Releases

No releases published

Packages

 
 
 

Contributors