Skip to content

Commit f3f5a72

Browse files
ppcanoPepe Cano
authored andcommitted
Cloud: create Manage Section and migrate content
1 parent 991cedd commit f3f5a72

File tree

77 files changed

+37
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+37
-27
lines changed

gatsby-node.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,27 @@ const createRedirects = ({ actions }) => {
999999
isPermanent: true,
10001000
});
10011001

1002+
createRedirect({
1003+
fromPath: '/cloud/project-and-team-management/usage-reports/',
1004+
toPath: '/cloud/manage/usage-reports/',
1005+
isPermanent: true,
1006+
});
1007+
createRedirect({
1008+
fromPath: '/cloud/integrations/notifications/',
1009+
toPath: '/cloud/manage/notifications/',
1010+
isPermanent: true,
1011+
});
1012+
createRedirect({
1013+
fromPath: '/cloud/project-and-team-management/thresholds/',
1014+
toPath: '/cloud/manage/thresholds/',
1015+
isPermanent: true,
1016+
});
1017+
createRedirect({
1018+
fromPath: '/cloud/creating-and-running-a-test/scheduling-tests/',
1019+
toPath: '/cloud/manage/scheduled-tests/',
1020+
isPermanent: true,
1021+
});
1022+
10021023
const redirects = {
10031024
'/javascript-api/k6-http/cookiejar-k6-http':
10041025
'/javascript-api/k6-http/cookiejar/',
Lines changed: 1 addition & 1 deletion
Lines changed: 2 additions & 3 deletions

src/data/markdown/docs/03 cloud/03 Integrations/03 Notifications.md renamed to src/data/markdown/docs/03 cloud/03 Manage/03 Notifications.md

Lines changed: 5 additions & 5 deletions
Lines changed: 1 addition & 3 deletions

0 commit comments

Comments
 (0)