This repository contains the public documentation for Kubiya, built with Mintlify.
The docs site includes:
- Introduction and core concepts
- Quickstart guides
- API references (placeholders where noted)
- SDK and Terraform sections (placeholders where noted)
Content is authored in MDX and configured via docs.json. Custom styling lives in style.css.
- Node.js LTS installed
- Mintlify CLI installed globally
Install the Mintlify CLI if you do not have it:
npm install -g mintlifyFrom the repository root, run:
mintlify devThis starts the local development server. Open the printed URL in your browser. The server reloads on changes to MDX, JSON, or CSS files.
To build a production version and preview it locally:
mintlify build
mintlify preview- Site configuration:
docs.json - Custom styles:
style.css - Assets such as images:
assets/
Notes:
- Some legacy keys in
docs.jsonmay not be supported by newer Mintlify schemas. Validate config changes with the CLI output. - The logo is configured for light/dark variants via the
logofield indocs.json.
- Use clear, concise headings and short paragraphs.
- Prefer task-based guides and examples where possible.
- Keep headings unbolded; reserve bold for emphasis in body text only.
- Create a new branch for your change.
- Edit or add MDX files under the relevant section.
- Update
docs.jsononly with supported keys. Validate withmintlify dev. - Run locally and verify formatting, links, and images.
- Open a pull request with a clear description of changes.
- If the site fails to start, check the Mintlify CLI version and schema compatibility.
- If styles appear inconsistent between light and dark modes, verify variables in
style.cssand avoid translucent backgrounds for interactive elements.
This documentation is maintained by Kubiya. Licensing terms follow those of the repository unless otherwise noted.