Files
formbricks-formbricks/docs
Matti Nannt bebe29815d feat: domain based access control (#5985)
Co-authored-by: Piyush Gupta <56182734+gupta-piyush19@users.noreply.github.com>
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com>
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
2025-06-16 11:37:02 +00:00
..
2025-05-29 03:24:58 +00:00
2025-06-12 03:45:41 -07:00
2025-02-19 18:45:13 +01:00

Formbricks Documentation

This documentation is built using Mintlify. Here's how to run it locally and contribute.

Local Development

  1. Install the Mintlify CLI:
npm i -g mintlify
  1. Clone the Formbricks repository and navigate to the docs folder:
git clone https://github.com/formbricks/formbricks.git
cd formbricks/docs
  1. Run the documentation locally:
mintlify dev

The documentation will be available at http://localhost:3000.

Contributing

  1. Create a new branch for your changes
  2. Make your documentation updates
  3. Submit a pull request to the main repository

Troubleshooting

  • If Mintlify dev isn't running, try mintlify install to reinstall dependencies
  • If a page loads as a 404, ensure you're in the docs folder with the mint.json file
  • For other issues, please check our Contributing Guidelines