diff --git a/src/components/omniSidebarNav/submenus/certification.js b/src/components/omniSidebarNav/submenus/certification.js index 18890fb6fa..4543b61a14 100644 --- a/src/components/omniSidebarNav/submenus/certification.js +++ b/src/components/omniSidebarNav/submenus/certification.js @@ -80,16 +80,10 @@ const CertificationItems = () => { simpleLink('/pingdom-uptime-check', 'Pingdom Uptime Check'), // @todo, this page is in two menus - simpleLink( - '/rerouting-outbound-email', - 'Rerouting Outbound Email', - ), + simpleLink('/rerouting-outbound-email', 'Rerouting Outbound Email'), // This is in two menus. It should probably be in just this one. simpleLink('/behat', 'Behat'), - simpleLink( - '/drupal-advanced-page-cache', - 'Drupal Advanced Page Cache', - ), + simpleLink('/drupal-advanced-page-cache', 'Drupal Advanced Page Cache'), ]), simpleLink('https://learning.pantheon.io', 'Pantheon Learning'), ], diff --git a/src/components/omniSidebarNav/submenus/support.js b/src/components/omniSidebarNav/submenus/support.js index e2e1c4769b..bda1b08323 100644 --- a/src/components/omniSidebarNav/submenus/support.js +++ b/src/components/omniSidebarNav/submenus/support.js @@ -29,18 +29,11 @@ const support = () => { ), ]), - simpleLink('/timeouts', 'Timeouts and Errors', [ simpleLink('/timeouts', 'Timeouts on Pantheon'), getGuideDirectory('guides/errors-and-server-responses'), simpleLink('/debug-connections', 'Debugging Connectivity Issues'), - ] - ), - - - - - + ]), getGuideDirectory( 'guides/disaster-recovery', @@ -51,22 +44,14 @@ const support = () => { 'New Relic Performance Monitoring', ), simpleLink('/newrelic', 'New Relic', [ - getGuideDirectory('guides/pagerduty', 'Incident Management'), ]), simpleLink('/mime-types', 'MIME Types'), // @todo, this page is not loading?? - - - - - - simpleLink('/resetting-passwords', 'Resetting Passwords'), ]), simpleLink('/debug-slow-performance', 'Troubleshooting Performance', [ - simpleLink('/debug-slow-performance', 'Debugging Slow Performance'), simpleLink('/debug-cache', 'Debugging Caching'), @@ -81,7 +66,6 @@ const support = () => { 'Load Testing Drupal and WordPress with BlazeMeter', ), simpleLink('/bots-and-indexing', 'Bots and Indexing on Pantheon'), - ]), ], };