mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-14 11:30:11 -05:00
34b94689ca
- Fix broken API URLs in docs-feedback.mdx (remove /workspaces segment, fix https://, remove stray };) - Add missing workspaceId path params to v2 spec (responses, displays, user) - Remove environmentId from required arrays in v2 request schemas - Fix stale terminology: environment→workspace in database-model, tenant-separation, tags, actions - Fix broken link to removed test-environment page in webhooks.mdx - Fix redundant "codebase" in naming-conventions description - Use neutral hostname in audit-logging example - Hyphenate "open-source" in license.mdx - Consistent workspaceId formatting in wordpress.mdx - Update link text to match anchor in actions.mdx - Remove dual environmentId/workspaceId in headless-surveys example - Fix stale <project_id> placeholder in headless-surveys - Fix awkward Next.js card copy in framework-guides.mdx - Clarify BC wording in v2 introduction.mdx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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