Skip to content

Commit

Permalink
Fix: 404s with redirects (getsentry#2637)
Browse files Browse the repository at this point in the history
Added redirects to fix 404s
  • Loading branch information
MimiDumpling authored Oct 31, 2020
1 parent cfd2237 commit 46cfce5
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/product/cli/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Release Management"
sidebar_order: 2
description: "Sentry's command line interface can be used for release management. The CLI allows you to create, edit and delete releases as well as upload release artifacts."
redirect_from:
- /learn/cli/releases/
---

The `sentry-cli` tool can be used for release management on Sentry. It allows you to create, edit and delete releases as well as upload release artifacts for them. Note that releases are global per organization. If you want the releases in different projects to be treated as separate entities, make the version name unique across the organization. For example, if you have projectA and projectB that share version numbers, you can name the releases `projectA-1.0` and `projectB-1.0` respectively.
Expand Down
1 change: 1 addition & 0 deletions src/docs/product/discover-queries/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ redirect_from:
- /workflow/discover2/
- /performance-monitoring/discover/
- /performance-monitoring/discover-queries/
- /performance/discover/
description: "Discover provides visibility into your data across environments by building upon and enriching your error data. This feature will allow you to query and unlock deeper insights into the health of your entire system and answer critical business questions --- all in one place."
---

Expand Down
1 change: 1 addition & 0 deletions src/docs/product/integrations/slack/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ redirect_from:
- /workflow/integrations/slack/
- /workflow/integrations/legacy-integrations/slack/
- /workflow/integrations/global-integrations/slack/
- /integrations/slack/
description: "Learn more about Sentry's Slack integration and how you can triage, resolve, and ignore Sentry issues directly from Slack."
---

Expand Down
2 changes: 2 additions & 0 deletions src/platforms/go/guides/echo/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Echo
description: "Learn how to use the Echo framework with Sentry."
redirect_from:
- /platforms/go/echo/
---

This page shows how to use the Echo framework with Sentry.
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/java/common/legacy/google-app-engine/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Google App Engine
sidebar_order: 30
redirect_from:
- /clients/java/modules/appengine/
---

<Alert level="warning" title="Note">
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/java/common/legacy/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Legacy SDK (1.7)
sidebar_order: 2000
redirect_from:
- /clients/java/
---

This section covers the legacy Sentry SDK for Java (1.7.x), which is no longer under active development. We **strongly encourage** updating to [the updated Java SDK](/platforms/java/).
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/java/common/legacy/log4j2/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: log4j 2.x
sidebar_order: 30
redirect_from:
- /clients/java/modules/log4j2/
---

<Alert level="warning" title="Note">
Expand Down
1 change: 1 addition & 0 deletions src/platforms/javascript/guides/electron/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ redirect_from:
- /clients/electron/
- /platforms/javascript/electron/
- /platforms/electron/
- /platforms/javascript/electron/sourcemaps/
description: "Learn how to use Sentry with Electron."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
title: SQLAlchemy
description: "Learn about importing the SQLAlchemy integration and how it captures queries from SQLAlchemy as breadcrumbs."
redirect_from:
- /platforms/python/guides/aws-lambda/integrations/sqlalchemy/
- /platforms/python/guides/logging/integrations/sqlalchemy/
- /platforms/python/guides/azure-functions/integrations/sqlalchemy/
- /platforms/python/guides/tryton/integrations/sqlalchemy/
---

<!-- NOTE: Due to being in common, redirects are in vercel.json -->
Expand Down

0 comments on commit 46cfce5

Please sign in to comment.