mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 09:00:18 -06:00
fix: broken links and redirect in docs (#4741)
This commit is contained in:
committed by
GitHub
parent
ae70ff2901
commit
f3d21c50ab
@@ -132,7 +132,7 @@ Formbricks v2.7 includes all the features and improvements developed by the comm
|
||||
|
||||
### Additional Updates
|
||||
|
||||
If you previously used organisation-based access control (an enterprise feature) and the `DEFAULT_ORGANIZATION_ROLE` environment variable, update its value to one of these roles: `owner`, `manager`, or `member`. Read more about the new roles in the [documentation](/global/access-roles).
|
||||
If you previously used organisation-based access control (an enterprise feature) and the `DEFAULT_ORGANIZATION_ROLE` environment variable, update its value to one of these roles: `owner`, `manager`, or `member`. Read more about the new roles in the [documentation](/xm-and-surveys/core-features/user-management).
|
||||
|
||||
### Steps to Migrate
|
||||
|
||||
@@ -889,7 +889,7 @@ For a seamless migration, below is a shell script for your self-hosted instance
|
||||
### Docker & Single Script Setup
|
||||
|
||||
Now that these variables can be defined at runtime, you can append them inside your `x-environment` in the `docker-compose.yml` itself.
|
||||
For a more detailed guide on these environment variables, please refer to the [Important Runtime Variables](/self-hosting/docker#important-run-time-variables) section.
|
||||
For a more detailed guide on these environment variables, please refer to the [Important Runtime Variables](/self-hosting/setup/docker#important-run-time-variables) section.
|
||||
|
||||
```yaml docker-compose.yml
|
||||
version: "3.3"
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
export const metadata = {
|
||||
title: "Airtable (On Premise)",
|
||||
description: "Instantly populate your Airtable table with survey data",
|
||||
};
|
||||
|
||||
#### On Premise: Integrations
|
||||
|
||||
# Airtable (On Premise)
|
||||
---
|
||||
title: Airtable (On Premise)
|
||||
description: Instantly populate your Airtable table with survey data
|
||||
---
|
||||
|
||||
The Airtable integration allows you to automatically send responses to an Airtable of your choice.
|
||||
|
||||
@@ -58,6 +54,6 @@ Enabling the Airtable Integration in a self-hosted environment requires creating
|
||||
|
||||
* `AIRTABLE_CLIENT_ID`
|
||||
|
||||
Voila! You have successfully enabled the Airtable integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Airtable Integration with Formbricks](/developer-docs/integrations/airtable) section to link an Airtable with Formbricks.
|
||||
Voila! You have successfully enabled the Airtable integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Airtable Integration with Formbricks](/xm-and-surveys/core-features/integrations/airtable) section to link an Airtable with Formbricks.
|
||||
|
||||
Still struggling or something not working as expected? [Join our Github Discussions](https://github.com/formbricks/formbricks/discussions) and we'd be glad to assist you!
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
export const metadata = {
|
||||
title: "Google Sheets (On Premise)",
|
||||
description: "Instantly populate your Google Sheet table with survey data",
|
||||
};
|
||||
|
||||
#### On Premise: Integrations
|
||||
|
||||
# Google Sheets (On Premise)
|
||||
---
|
||||
title: Google Sheets (On Premise)
|
||||
description: Instantly populate your Google Sheet table with survey data
|
||||
---
|
||||
|
||||
The Google Sheets integration allows you to automatically send responses to an Google Sheets of your choice.
|
||||
|
||||
@@ -87,6 +83,6 @@ Now just copy **GOOGLE\_SHEETS\_CLIENT\_ID**, **GOOGLE\_SHEETS\_CLIENT\_SECRET**
|
||||
|
||||
* `GOOGLE_SHEETS_REDIRECT_URL`
|
||||
|
||||
Voila! You have successfully enabled the Google Sheets integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Google Sheets Integration with Formbricks](/developer-docs/integrations/google-sheets) section to link a Google Sheet with Formbricks.
|
||||
Voila! You have successfully enabled the Google Sheets integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Google Sheets Integration with Formbricks](/xm-and-surveys/core-features/integrations/google-sheets) section to link a Google Sheet with Formbricks.
|
||||
|
||||
Still struggling or something not working as expected? [Join our Github Discussions](https://github.com/formbricks/formbricks/discussions) and we'd be glad to assist you!
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
export const metadata = {
|
||||
title: "n8n (On Premise)",
|
||||
description: "Set up automations with your self-hosted n8n instance.",
|
||||
};
|
||||
|
||||
#### On Premise: Integrations
|
||||
|
||||
# n8n (On Premise)
|
||||
---
|
||||
title: n8n (On Premise)
|
||||
description: Set up automations with your self-hosted n8n instance.
|
||||
---
|
||||
|
||||
The n8n integration allows you to create automations based on survey responses.
|
||||
|
||||
@@ -32,7 +28,7 @@ Enabling the n8n integration in a self-hosted environment requires a new workflo
|
||||
|
||||

|
||||
|
||||
Now you need an API key. Please refer to the [API Key Setup](/additional-features/api#how-to-generate-an-api-key) page to learn how to create one.
|
||||
Now you need an API key. Please refer to the [API Key Setup](/api-reference/rest-api#how-to-generate-an-api-key) page to learn how to create one.
|
||||
|
||||
Once you copied it in the API Key field, hit Save button to test the connection and save the credentials.
|
||||
|
||||
@@ -52,7 +48,7 @@ Here, we are selecting two surveys.
|
||||
|
||||

|
||||
|
||||
* Test your trigger: In order to set up n8n you'll need a test response in the selected survey. This allows you to select the individual values of each response in your workflow. If you have Formbricks running locally and you want to set up an app survey, you can use our [Demo App](/contributing/demo) to trigger a survey and submit a response.
|
||||
* Test your trigger: In order to set up n8n you'll need a test response in the selected survey. This allows you to select the individual values of each response in your workflow.
|
||||
|
||||

|
||||
|
||||
@@ -78,7 +74,7 @@ Once the execution is successful, you'll receive the content in the discord chan
|
||||
|
||||

|
||||
|
||||
Voila! You have successfully enabled the n8n integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Formbricks](/developer-docs/integrations/n8n) Integrations section to know more about the capabilities with Formbricks with n8n.
|
||||
Voila! You have successfully enabled the n8n integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Formbricks](/xm-and-surveys/core-features/integrations/n8n) Integrations section to know more about the capabilities with Formbricks with n8n.
|
||||
|
||||
|
||||
Still struggling or something not working as expected? [Join our Github Discussions](https://github.com/formbricks/formbricks/discussions) and we'd be glad to assist you!
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
export const metadata = {
|
||||
title: "Notion (On Premise)",
|
||||
description: "Instantly populate a Notion database with survey data",
|
||||
};
|
||||
|
||||
#### On Premise: Integrations
|
||||
|
||||
# Notion (On Premise)
|
||||
---
|
||||
title: Notion (On Premise)
|
||||
description: Instantly populate a Notion database with survey data
|
||||
---
|
||||
|
||||
The Notion integration allows you to automatically send responses to a Notion database of your choice.
|
||||
|
||||
@@ -41,7 +37,7 @@ Enabling the Notion Integration in a self-hosted environment requires a setup us
|
||||
|
||||
* `NOTION_OAUTH_CLIENT_SECRET` - OAuth Client Secret
|
||||
|
||||
Voila! You have successfully enabled the Notion integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Notion Integration with Formbricks](/developer-docs/integrations/notion) section to link your Notion with Formbricks.
|
||||
Voila! You have successfully enabled the Notion integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Notion Integration with Formbricks](/xm-and-surveys/core-features/integrations/notion) section to link your Notion with Formbricks.
|
||||
|
||||
|
||||
Still struggling or something not working as expected? [Join our Github Discussions](https://github.com/formbricks/formbricks/discussions) and we'd be glad to assist you!
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
export const metadata = {
|
||||
title: "Slack (On Premise)",
|
||||
description: "Send survey responses automatically to Slack workspace.",
|
||||
};
|
||||
|
||||
#### On Premise: Integrations
|
||||
|
||||
# Slack (On Premise)
|
||||
---
|
||||
title: Slack (On Premise)
|
||||
description: Send survey responses automatically to Slack workspace.
|
||||
---
|
||||
|
||||
Send survey responses automatically to Slack workspace.
|
||||
|
||||
@@ -57,7 +53,7 @@ Enabling the Slack Integration in a self-hosted environment requires a setup usi
|
||||
|
||||
* Scroll down to the **Share your app with other workspaces** section, complete the checklist and click on the **Activate public distribution** button.
|
||||
|
||||
Voila! You have successfully enabled the Slack integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Slack Integration](/developer-docs/integrations/slack) section to link a Slack workspace with Formbricks.
|
||||
Voila! You have successfully enabled the Slack integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in the [Slack Integration](/xm-and-surveys/core-features/integrations/slack) section to link a Slack workspace with Formbricks.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
export const metadata = {
|
||||
title: "Zapier (On Premise)",
|
||||
description: "Set up automations with your self-hosted Zapier instance.",
|
||||
};
|
||||
|
||||
#### On Premise: Integrations
|
||||
|
||||
# Zapier (On Premise)
|
||||
---
|
||||
title: Zapier (On Premise)
|
||||
description: Set up automations with your self-hosted Zapier instance.
|
||||
---
|
||||
|
||||
The Zapier integration allows you to create automations based on survey responses.
|
||||
|
||||
@@ -31,7 +27,7 @@ Connect Formbricks with Zapier: You have to connect Zapier with Formbricks via a
|
||||
|
||||

|
||||
|
||||
Now you need an API key. Please refer to the [API Key Setup](/developer-docs/rest-api##how-to-generate-an-api-key) page to learn how to create one.
|
||||
Now you need an API key. Please refer to the [API Key Setup](/api-reference/rest-api#how-to-generate-an-api-key) page to learn how to create one.
|
||||
|
||||
Once you copied it in the newly opened Zapier window, you will be connected:
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ icon: "server"
|
||||
|
||||
* [**Docker Setup**](/self-hosting/setup/docker)**:** Use our pre-built Docker image for an effortless start.
|
||||
|
||||
* [**Migration Guide**](/self-hosting/setup/migration)**:** Upgrade your existing Formbricks instance smoothly.
|
||||
* [**Migration Guide**](/self-hosting/advanced/migration)**:** Upgrade your existing Formbricks instance smoothly.
|
||||
|
||||
* [**Configuration**](/self-hosting/configuration)**:** Customize your setup with advanced configurations.
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ Once the setup is running, open [**http://localhost:3000**](http://localhost:300
|
||||
|
||||
## Update
|
||||
|
||||
Please take a look at our [migration guide](/migration-guide) for version specific steps to update Formbricks.
|
||||
Please take a look at our [migration guide](/self-hosting/advanced/migration) for version specific steps to update Formbricks.
|
||||
|
||||
* Pull the latest Formbricks image
|
||||
|
||||
@@ -142,7 +142,7 @@ You can close the logs again by hitting `CTRL + C`.
|
||||
<Note>
|
||||
**Customizing environment variables**
|
||||
|
||||
To edit any of the available environment variables, check out our [Configure](/configuration) section!
|
||||
To edit any of the available environment variables, check out our [Configure](/self-hosting/configuration) section!
|
||||
</Note>
|
||||
|
||||
If you have any questions or require help, feel free to reach out to us on [**GitHub Discussions**](https://github.com/formbricks/formbricks/discussions). 😃[
|
||||
|
||||
@@ -14,7 +14,7 @@ If you’re looking to quickly set up a production instance of Formbricks on an
|
||||
This setup uses **Traefik** as a **reverse proxy**, essential for directing incoming traffic to the correct container and enabling secure internet access to Formbricks. Traefik is chosen for its simplicity and automatic SSL management via Let’s Encrypt.
|
||||
</Note>
|
||||
|
||||
For other operating systems or a more customized installation, please refer to the advanced installation guide with [Docker](/self-hosting/docker).
|
||||
For other operating systems or a more customized installation, please refer to the advanced installation guide with [Docker](/self-hosting/setup/docker).
|
||||
|
||||
### Requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user