Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.41 KB

File metadata and controls

51 lines (34 loc) · 1.41 KB

Nixopus Documentation

User-facing documentation for Nixopus, a deployment platform for modern builders who want zero ops. Built with Mintlify.

Structure

  • getting-started/ — Introduction and quickstart
  • guides/ — Deploying apps, AI chat, GitHub integration, notifications, and more
  • concepts/ — Authentication, organizations, deployments, domains
  • cloud/ — Nixopus Cloud features (machines, credits, API keys, custom domains, teams)
  • self-hosting/ — Installation, configuration, management CLI, updates, backups
  • extension/ — Nixopus extension for VS Code or Cursor
  • api-reference/ — Auto-generated from the OpenAPI spec
  • docs.json — Site configuration (navigation, theme, integrations)

Development

Install the Mintlify CLI:

npm i -g mint

Preview locally:

mint dev

Open http://localhost:3000 to view the docs.

Check for broken links:

mint broken-links

Publishing

Changes pushed to the default branch are deployed to production automatically via the Mintlify GitHub app.

Contributing

See CONTRIBUTING.md for guidelines.

Resources