mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-04 12:50:58 -06:00
- Update all management API paths to include /management prefix - Update all organizations API paths to include /organizations prefix - Remove path-level server overrides that API clients don't handle properly - Delete unused managementServer and organizationServer definitions - Fix circular reference in ZConditionGroup schema for OpenAPI generation This fixes the issue where API clients were calling /api/v2/responses instead of /api/v2/management/responses, causing 404 errors.
Formbricks Documentation
This documentation is built using Mintlify. Here's how to run it locally and contribute.
Local Development
- Install the Mintlify CLI:
npm i -g mintlify
- Clone the Formbricks repository and navigate to the docs folder:
git clone https://github.com/formbricks/formbricks.git
cd formbricks/docs
- Run the documentation locally:
mintlify dev
The documentation will be available at http://localhost:3000.
Contributing
- Create a new branch for your changes
- Make your documentation updates
- Submit a pull request to the main repository
Troubleshooting
- If Mintlify dev isn't running, try
mintlify installto reinstall dependencies - If a page loads as a 404, ensure you're in the
docsfolder with themint.jsonfile - For other issues, please check our Contributing Guidelines