Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 2, 2024
1 parent 2f925f6 commit fc531f9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
4 changes: 1 addition & 3 deletions src/components/omniSidebarNav/submenus/getStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ const getStarted = () => {
link: '/get-started',
title: 'Get Started',
children: [


simpleLink('/get-started', 'Overview'),
getGuideDirectory('guides/getstarted', "Getting Started Guide"),
getGuideDirectory('guides/getstarted', 'Getting Started Guide'),
// This page is kind of a landing page? Should it be in this menu?
simpleLink('/products', 'Products & Features'),
simpleLink('/required-reading', 'Required Reading'),
Expand Down
3 changes: 0 additions & 3 deletions src/components/omniSidebarNav/submenus/pagesToDelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ const pagesToDeleteorReconsider = () => {
simpleLink('/drupal-updates', 'Drupal Updates'),
]),



// We should probably delete/redirect this.
simpleLink('/manage'),


// Pages that should be redirected
simpleLink('/overview', 'pages that should be redirected', [
simpleLink('/overview'), // --> "/"
Expand Down
2 changes: 1 addition & 1 deletion src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const support = () => {
]),
simpleLink('/performance', 'Performance Troubleshooting', [
simpleLink('/performance', 'Overview'),
//simpleLink('/debug-slow-performance', 'Performance Troubleshooting', [
//simpleLink('/debug-slow-performance', 'Performance Troubleshooting', [
simpleLink('/debug-slow-performance', 'Debugging Slow Performance'),
simpleLink('/debug-cache', 'Debugging Caching'),
getGuideDirectory(
Expand Down
5 changes: 1 addition & 4 deletions src/components/omniSidebarNav/submenus/webInfrastructure.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ const webInfrastructure = () => {
),
]),
simpleLink('/develop-wordpress', 'WordPress', [
simpleLink(
'/develop-wordpress',
'Overview',
),
simpleLink('/develop-wordpress', 'Overview'),
// Todo: reconcile these 2:
getGuideDirectory('guides/wordpress-pantheon', 'WordPress on Pantheon'),
// Todo: relocate the aws s3 page to webinfra filesystem submenu
Expand Down
1 change: 0 additions & 1 deletion src/components/omniSidebarNav/submenus/workflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const workflows = () => {
simpleLink('/content-staging', 'Content Staging'),
]),


simpleLink('/guides/integrated-composer', 'Integrated Composer', [
getGuideDirectory(
'guides/integrated-composer',
Expand Down

0 comments on commit fc531f9

Please sign in to comment.