Skip to content

Commit 6ac7e7b

Browse files
chore: add redirect from stress testing to grafana page (#1507)
* chore: add redirect from stress testing to grafana page * add redirect to front matter * Update 03 Stress testing.md * Delete 03 Stress testing.md * Create 03 Stress Testing.md
1 parent d35ec85 commit 6ac7e7b

File tree

3 files changed

+10
-108
lines changed

3 files changed

+10
-108
lines changed

gatsby-node.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,12 @@ const createRedirects = ({ actions }) => {
13681368
isPermanent: true,
13691369
});
13701370

1371+
createRedirect({
1372+
fromPath: '/test-types/stress-testing/',
1373+
toPath: 'https://grafana.com/blog/2024/01/30/stress-testing/',
1374+
isPermanent: true,
1375+
});
1376+
13711377
createRedirect({
13721378
fromPath: '/cloud/cloud-faq/release-notes/',
13731379
toPath: '/cloud/cloud-reference/release-notes/',
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 'Stress testing'
3+
redirect: 'https://grafana.com/blog/2024/01/30/stress-testing/'
4+
---

src/data/markdown/translated-guides/en/06 Test Types/03 Stress testing.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)