mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-13 11:29:31 -05:00
4e75a57692
Add a SQL migration that copies legacy coarse-grained styling fields to granular equivalents (e.g. questionColor → elementHeadlineColor, inputColor → inputBgColor) and strips the legacy keys from the JSONB. Remove the runtime deriveNewFieldsFromLegacy() shim, all fallback chains in CSS variable generation, and update types, schemas, tests, and OpenAPI spec to reflect the new canonical field names. 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