Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Nov 7, 2024
1 parent f5039c3 commit 9e2c9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
10 changes: 2 additions & 8 deletions src/components/omniSidebarNav/submenus/certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
Expand Down
18 changes: 1 addition & 17 deletions src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'),

Expand All @@ -81,7 +66,6 @@ const support = () => {
'Load Testing Drupal and WordPress with BlazeMeter',
),
simpleLink('/bots-and-indexing', 'Bots and Indexing on Pantheon'),

]),
],
};
Expand Down

0 comments on commit 9e2c9ee

Please sign in to comment.