Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Latest commit

Β 

History

History
75 lines (53 loc) Β· 1.88 KB

File metadata and controls

75 lines (53 loc) Β· 1.88 KB

Suga Documentation

Documentation for Suga, the platform for building and deploying cloud-native applications.

πŸ“š Live Documentation

Visit docs.addsuga.com to view the live documentation.

πŸš€ Local Development

To run the documentation locally:

# Clone the repository
git clone https://github.com/nitrictech/suga.git
cd suga/docs

# Run dev server
npx mint dev

View the documentation at http://localhost:3000

πŸ“ Contributing

We welcome contributions to improve our documentation!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b improve-docs)
  3. Make your changes
  4. Test your changes locally
  5. Commit (git commit -am 'Add documentation for feature X')
  6. Push to the branch (git push origin improve-docs)
  7. Open a Pull Request

Documentation Structure

docs/
β”œβ”€β”€ index.mdx              # Homepage
β”œβ”€β”€ quickstart.mdx         # Getting started guide
β”œβ”€β”€ cli-reference/         # CLI command documentation
β”‚   └── introduction.mdx   # CLI overview and commands
β”œβ”€β”€ docs.json             # Site configuration
└── logo/                 # Logo assets
    β”œβ”€β”€ suga-light.svg
    └── suga-dark.svg

Writing Guidelines

  • Use clear, concise language
  • Include practical code examples
  • Test all code snippets
  • Follow the existing documentation style
  • Keep content focused on user needs

🀝 Support

πŸ”— Links


Made with ❀️ by the Nitric team