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