Skip to content

Commit 449d4a3

Browse files
authored
(integrations restructure) add deployment folder (#3912)
* added deployment sub-folder and updated links * added redirectsand other fixes * fixed more instances of BitBucket
1 parent 8d1f32b commit 449d4a3

22 files changed

+29
-14
lines changed

src/docs/product/integrations/heroku/index.mdx renamed to src/docs/product/integrations/deployment/heroku/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: Heroku
3-
sidebar_order: 101
3+
sidebar_order: 1
44
redirect_from:
55
- /workflow/integrations/heroku/
66
- /workflow/integrations/legacy-integrations/gitlab/
7+
- /product/integrations/heroku/
78
description: "Learn more about Sentry's Heroku integration."
89
---
910

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Deployment
3+
sidebar_order: 50
4+
description: "Learn more about Sentry's deployment integrations."
5+
---
6+
7+
Learn more about Sentry's deployment integrations:
8+
9+
- [Bitbucket Pipelines](/product/releases/setup/release-automation/bitbucket-pipelines/)
10+
- [GitHub Actions](/product/releases/setup/release-automation/github-actions/)
11+
- [Heroku](/product/integrations/deployment/heroku/)
12+
- [Netlify](/product/releases/setup/release-automation/netlify/)
13+
- [Vercel](/product/integrations/deployment/vercel/)

src/docs/product/integrations/vercel/index.mdx renamed to src/docs/product/integrations/deployment/vercel/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: Vercel
3-
sidebar_order: 101
3+
sidebar_order: 1
44
redirect_from:
55
- /workflow/integrations/vercel/
66
- /workflow/integrations/global-integrations/vercel/
7+
- /product/integrations/vercel/
78
description: "Learn more about Sentry's Vercel integration and how you can connect your Sentry and Vercel projects to automatically upload source maps and notify Sentry of release deployment."
89
---
910

0 commit comments

Comments
 (0)