Skip to content

Commit

Permalink
chore: remove experimental introduction-apm page
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Dec 6, 2023
1 parent 35589e1 commit 5377359
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 949 deletions.
6 changes: 3 additions & 3 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
});
});

// Redirect for VSU page to new Introduction to APM doc
// Redirect for old VSU Introduction to APM .js doc
createRedirect({
fromPath: '/docs/apm/new-relic-apm/getting-started/introduction-apm/',
toPath: '/introduction-apm',
fromPath: '/introduction-apm',
toPath: '/docs/apm/new-relic-apm/getting-started/introduction-apm/',
isPermanent: false,
redirectInBrowser: true,
});
Expand Down
248 changes: 0 additions & 248 deletions src/components/IntroductionApm/FeaturedContent.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/IntroductionApm/SectionWrapper.js

This file was deleted.

41 changes: 0 additions & 41 deletions src/components/IntroductionApm/SmallStackedContent.js

This file was deleted.

69 changes: 0 additions & 69 deletions src/components/IntroductionApm/StackedContent.js

This file was deleted.

Loading

0 comments on commit 5377359

Please sign in to comment.