Skip to content

Repository files navigation

Kelviq Documentation

Complete documentation for Kelviq, the SaaS monetization and subscription management platform.

Getting Started

For Product Teams

For Developers

Key Features

Product Management

Monetization

  • Checkout - Configure and customize checkout
  • Customers - Manage customer subscriptions
  • Webhooks - Real-time event notifications
  • Webhooks - Real-time event notifications

Developer Tools

Common Tasks

Troubleshooting

Having issues? Check the Troubleshooting Guide for solutions to common problems.

Support

Local Development

To preview documentation changes locally:

Install Mintlify CLI

npm i -g mint

Run dev server

mint dev

View preview

Open http://localhost:3000 in your browser.

Deploying Changes

Changes to the main branch are automatically deployed to production.

To preview changes before deployment:

  1. Create a branch
  2. Make changes
  3. Create a pull request
  4. Preview changes in the Mintlify dashboard
  5. Merge to deploy

Documentation Structure

/docs
├── getstarted/          # Getting started guides
├── quickstart/          # Quickstart and core concepts
├── product-catalog/     # Product management docs
├── checkout/            # Checkout configuration
├── customers/           # Customer management
├── api-reference/       # API docs and error codes
├── webhooks/            # Webhook documentation
├── frontend-integration/# Frontend SDKs
├── troubleshooting/     # Troubleshooting guides
└── docs.json           # Navigation and config

Contributing

To contribute to Kelviq docs:

  1. Make your changes in the appropriate directory
  2. Test locally with mint dev
  3. Create a pull request
  4. After approval, merge to main
  5. Changes deploy automatically

Style Guide

  • Use clear, developer-friendly language
  • Include code examples for API features
  • Use Mintlify components for formatting
  • Link to related documentation
  • Keep sections concise and focused

Need Help?

  • Can't find something? - Use the search feature (top of page)
  • Having issues? - Check Troubleshooting
  • Want to report a bug? - Email hi@kelviq.com
  • Have suggestions? - We'd love your feedback!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from mintlify/starter