diff --git a/docs/_redirects b/docs/_redirects index ba996785c..1e739e9df 100644 --- a/docs/_redirects +++ b/docs/_redirects @@ -1,3 +1,5 @@ + +/reference/release-notes/ /release-notes/ /integrations/builtin/core-nodes/n8n-nodes-base.htmlextract/ /integrations/builtin/core-nodes/n8n-nodes-base.html/ # License release 2022/2023 diff --git a/docs/code-examples/methods-variables-examples/get-workflow-static-data.md b/docs/code-examples/methods-variables-examples/get-workflow-static-data.md index 4e95aa03e..950bae804 100644 --- a/docs/code-examples/methods-variables-examples/get-workflow-static-data.md +++ b/docs/code-examples/methods-variables-examples/get-workflow-static-data.md @@ -2,6 +2,8 @@ tags: - static data - global variables +hide: + - tags --- # `$getWorkflowStaticData(type)` diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.sentryio.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.sentryio.md index ddfb3b48e..36f73fc77 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.sentryio.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.sentryio.md @@ -1,12 +1,12 @@ # Sentry.io -[Sentry.io](https://sentry.io) is a service that helps you monitor and fix crashes in realtime. Sentry's platform helps every developer diagnose, fix, and optimize the performance of their code. +[Sentry.io](https://sentry.io){:target=_blank .external-link} is a service that helps you monitor and fix crashes in realtime. Sentry's platform helps every developer diagnose, fix, and optimize the performance of their code. !!! note "Credentials" You can find authentication information for this node [here](/integrations/builtin/credentials/sentryio/). -## Basic Operations +## Operations * Event * Get event by ID @@ -40,43 +40,9 @@ * Get all teams * Update a team -## Example Usage - -This workflow allows you to create a release and get all releases using the Sentry.io node. You can also find the [workflow](https://n8n.io/workflows/643) on n8n.io. This example usage workflow would use the following nodes. -- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/) -- [Sentry.io]() - -The final workflow should look like the following image. - - - -### 1. Start node - -The start node exists by default when you create a new workflow. - -### 2. Sentry.io node (create: release) - -1. First of all, you'll have to enter credentials for the Sentry.io node. You can find out how to do that [here](/integrations/builtin/credentials/sentryio/). -2. Select 'Release' from the ***Resource*** dropdown list. -3. Select 'Create' from the ***Operation*** dropdown list. -4. Select the organization from the ***Organization Slug*** dropdown list. -5. Enter the version in the ***Version*** field. -6. Enter the URL that points to the release in the ***URL*** field. -7. Select the project from ***Projects*** dropdown list. -8. Click on ***Execute Node*** to run the node. - - +## Related resources - -### 2. Sentry.io node (getAll: release) - -1. Select the credentials that you entered in the previous Sentry.io node. -2. Select 'Release' from the ***Resource*** dropdown list. -3. Select 'Get All' from the ***Operation*** dropdown list. -4. Select the organization from the ***Organization Slug*** dropdown list. -5. Toggle ***Return All*** to true. -6. Click on ***Execute Node*** to run the node. - - - +Refer to [Sentry.io's documentation](https://docs.sentry.io/api/){:target=_blank .external-link} for more information about the service. + +View [example workflows and related content](https://n8n.io/integrations/sentryio/){:target=_blank .external-link} on n8n's website. diff --git a/docs/reference/release-notes.md b/docs/release-notes.md similarity index 99% rename from docs/reference/release-notes.md rename to docs/release-notes.md index 9c2fd15e5..744cf7a8b 100644 --- a/docs/reference/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,17 @@ +--- +title: Release notes +description: Release notes detailing new features and bug fixes for n8n. +tags: + - release + - release notes + - changelog +hide: + - tags +--- + # Release notes +New features and bug fixes for n8n.