mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-08 16:21:09 -06:00
- Add centralized URL parsing in prefill.ts module - Support option ID prefilling (auto-detect with fallback to labels) - Fix bug where only one value per block was prefilled - Allow partial prefilling with skipPrefilled logic - Support comma-separated values for multi-select and ranking questions - Update documentation with examples for option IDs - Add 11 unit tests with 100% code coverage
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