Commit Graph

336 Commits

Author SHA1 Message Date
ShubhamPalriwala ec7a1276fd chore: replace png with webpack images 2023-08-24 13:45:04 +05:30
ShubhamPalriwala 0efded57de fix: update doc pages as per main, add code layouts, introduce framework overview 2023-08-24 13:13:08 +05:30
ShubhamPalriwala 809bf1207b fix: quick resources as per analytics 2023-08-23 21:33:23 +05:30
ShubhamPalriwala 79ea40c742 Merge branch 'feature/new-docs' of https://github.com/formbricks/formbricks into feature/new-docs 2023-08-23 19:13:42 +05:30
ShubhamPalriwala d96ab91c6e feat: migration to new docs 2023-08-23 19:13:20 +05:30
Matthias Nannt 81652b445b fix font on mainpage 2023-08-22 16:13:14 +02:00
Johannes 75ac56ff3b fixy thingys 2023-08-22 15:20:43 +02:00
Matthias Nannt b0e42e00e9 add missing lib files 2023-08-22 14:45:11 +02:00
Matthias Nannt 8c229e4685 remove old formbricks-com 2023-08-22 14:38:52 +02:00
Matthias Nannt 80c64f2bf5 add components, images and pages 2023-08-22 14:25:06 +02:00
Matthias Nannt c8f88fa4b2 move docs to subfolder 2023-08-22 14:07:45 +02:00
Matthias Nannt e636bb4116 move docs to subfolder 2023-08-22 14:07:25 +02:00
Matthias Nannt 7ce8d75d91 add new template 2023-08-22 13:58:23 +02:00
Johannes 34ca2953d2 Remove zero width characters
Remove zero width characters
2023-08-21 15:58:32 +02:00
Thomas Kaul 503afbafb6 Add Ghostfolio
See https://ghostfol.io/en/about/oss-friends
2023-08-19 12:16:04 +02:00
Thomas Kaul da27af39ec Remove zero width characters 2023-08-19 12:11:13 +02:00
Matti Nannt 6b462504f6 Fix build errors in formbricks-com (#710)
* Fix build errors in formbricks-com'

* run pnpm format
2023-08-18 16:05:12 +02:00
Johannes dd43a55e20 remove unfinished template subpage 2023-08-17 16:57:40 +02:00
Johannes c667b7d949 remove logs 2023-08-17 16:53:58 +02:00
Johannes 4362ef9ed4 data model tweaks 2023-08-16 16:37:02 +02:00
Johannes a0ff35ed86 new data model, faq data, new image host 2023-08-16 13:21:43 +02:00
Johannes e25d4e9a21 Merge branch 'main' of github.com:formbricks/formbricks into Rewrite-Link-Surveys-to-RSC 2023-08-16 13:20:05 +02:00
Johannes 14a6cba3f4 Merge branch 'main' of github.com:formbricks/formbricks into lp/strapi 2023-08-14 10:13:35 +02:00
Matti Nannt ebbde2b531 Fix WEBAPP_URL cannot be set with prebuilt Docker image (#680)
* Fix WEBAPP_URL cannot be set with prebuilt Docker image

* Extend default docker-compose file and production script

* Update docs
2023-08-12 11:53:23 +02:00
Johannes 2815ab2175 first article 2023-08-11 08:52:26 +02:00
Johannes b96fbf06d9 update new blog 2023-08-10 12:56:34 +02:00
Johannes c261c63f43 Merge branch 'main' of github.com:formbricks/formbricks into lp/strapi 2023-08-10 09:58:04 +02:00
Johannes 3bbb4170e2 Set Response Limit to 50 when an In-App Survey is Created and Fix Doc Feedback survey
Set Response Limit to 50 when an In-App Survey is Created and Fix Doc Feedback survey
2023-08-09 18:14:34 +02:00
Johannes dc085c41c0 Merge branch 'main' of github.com:formbricks/formbricks into shubham/for-1119-tweak-set-default-for-in-app-surveys-to-limit-to-50 2023-08-09 18:12:38 +02:00
Matti Nannt 33b3887b84 Use .env.docker in advanced docker-compose setup to simplify file structure (#671) 2023-08-09 17:57:35 +02:00
Johannes d780ae1e59 strapi setup working 2023-08-05 15:28:55 +02:00
Johannes 1a8618692a more metadata for articles 2023-08-03 20:28:38 +02:00
Matti Nannt e5f371476c Fix formatting of preview components (#646)
* Fix formatting of preview components

* update npm packages
2023-08-03 17:03:53 +02:00
Shubham Palriwala dba3677633 fix: documentation on create webhook had invalid body key and headers were not being showed as required (#643) 2023-08-03 13:48:31 +02:00
Johannes d60e0c4e5c fix SEO issues and move OSS friends to static 2023-08-02 14:24:26 +02:00
Johannes 91f78d875b Add Twenty.com to OSS friends 2023-08-02 04:34:00 -05:00
Johannes 42e6601f13 update fetch URL 2023-08-02 10:47:26 +02:00
Johannes a5c33981a0 update pricing wording, add OSS friends API 2023-08-02 10:29:06 +02:00
Johannes 1a90d1b7e8 Merge branch 'main' of github.com:formbricks/formbricks into lp/add-oss-friends 2023-08-02 09:57:03 +02:00
Matti Nannt 000fcf8b02 Update npm dependencies (#621) 2023-07-31 12:49:05 +02:00
Dhruwang Jariwala b62a344e54 Update Webhook Documentation (#611)
* added webhook payload docs

* ran pnpm format

* update data.id explanation, reformat

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-07-28 10:41:21 +02:00
Shubham Palriwala 469590c2f6 Add Quickstart for self-hosting using automated Shell Script (#613)
* feat: poc

* merge: individual docker-compose files

* fix: nits

* feat: postgres now only accessible internally

* feat: emoji time

* cleanup: my commented commands

* better emoji and warning on domain name

* fix: better handling of docker check

* feat: follow principle of least privilege and remove excess sudo in commands

* feat: read machine name dynamically

* feat: documentation for prod script

* feat: remove custom networks in the docker compose

* cleanup: comments in script

* update emojis to fix spacing

* attempt: new groyp

* attemp: move new group command at end for the ability to parse vars

* feat: it all works without sudo yay

* feat: cleanup docs as suggested

* documentation: self hosting for prod script

---------

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-07-26 16:12:33 +02:00
Johannes 2f8257ae62 added new members 2023-07-22 13:41:15 +02:00
Johannes 8a5217b39c OSS Api 2023-07-22 13:26:33 +02:00
Matti Nannt 49f61e2eeb Fix pnpm go bug and format code (#605) 2023-07-21 16:58:48 +02:00
Matti Nannt b6a0d0fe5d Add OSS friends api endpoint (#604) 2023-07-21 16:44:41 +02:00
Matti Nannt 06d620dbc8 Update docs for nextjs setup with app directory (#590) 2023-07-20 10:45:06 +02:00
Johannes dad8ebe8da update blog articles 2023-07-19 13:44:01 +02:00
Johannes df27b4703f add author box 2023-07-19 13:36:53 +02:00
Johannes 8cacb2ccee Landing Page: Balance cal.com widget with Concierge Div, Update Concierge Offer
Landing Page: Balance cal.com widget with Concierge Div, Update Concierge Offer
2023-07-19 05:56:50 -05:00