This repository contains the documentation for OpenResponses, built with Mintlify.
- Node.js (14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/masaic-ai-platform/open-responses-docs.git cd open-responses-docs -
Install the Mintlify CLI to preview the documentation changes locally:
npm i -g mintlify
-
Start the development server:
mintlify dev
The documentation will be available at http://localhost:3000.
docs.json- Configuration file for the documentation structureintroduction.mdx- Main landing page- Other directories contain specific sections of the documentation
- Create a new
.mdxfile in the appropriate directory - Add frontmatter at the top:
--- title: 'Page Title' description: 'Brief description of the page content' ---
- Add the page to the navigation structure in
docs.json
New use cases and demos should be added to the use-cases/ directory:
- Create a new
.mdxfile in theuse-cases/directory - Add the file path to the "Use Cases & Demos" section in
docs.json
The main configuration file is docs.json, which controls:
- Navigation structure
- Theme settings
- Global anchors and links
- SEO settings
The documentation is automatically deployed when changes are pushed to the main branch.
- Use consistent formatting across all documentation files
- Include code examples where appropriate
- Use H2 (
##) and H3 (###) headings for proper section organization - Add descriptive alt text for any images
If you have any questions or issues with the documentation, please reach out to the team on Discord.