From a7d697f6e2dacadc89b7bb7a2eabf36e39a111a2 Mon Sep 17 00:00:00 2001 From: Rachel Whitton Date: Wed, 4 Dec 2024 11:26:58 -0600 Subject: [PATCH] Apply Prettier formatting --- .../omniSidebarNav/submenus/getStarted.js | 5 ++++- .../omniSidebarNav/submenus/pagesToDelete.js | 21 +++++++------------ 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/src/components/omniSidebarNav/submenus/getStarted.js b/src/components/omniSidebarNav/submenus/getStarted.js index ef3b495dac..7a312ccd60 100644 --- a/src/components/omniSidebarNav/submenus/getStarted.js +++ b/src/components/omniSidebarNav/submenus/getStarted.js @@ -32,7 +32,10 @@ const getStarted = () => { 'guides/drupal/drupal-unhosted-composer', 'Composer-based Drupal Sites', ), - getGuideDirectory('guides/drupal/drupal-unhosted', 'Non-Composer-based Drupal Sites'), + getGuideDirectory( + 'guides/drupal/drupal-unhosted', + 'Non-Composer-based Drupal Sites', + ), simpleLink('/add-site-clone', 'Clone an Existing Pantheon Site'), ]), diff --git a/src/components/omniSidebarNav/submenus/pagesToDelete.js b/src/components/omniSidebarNav/submenus/pagesToDelete.js index b85b7da213..4da9b5cbca 100644 --- a/src/components/omniSidebarNav/submenus/pagesToDelete.js +++ b/src/components/omniSidebarNav/submenus/pagesToDelete.js @@ -5,24 +5,17 @@ const pagesToDeleteorReconsider = () => { link: '/platform-upgrade', title: 'Pages to Delete or reconsider', children: [ - - - - // Deprecated // simpleLink('/crisis-response-upstream', 'Deprecated or archived pages', [ - - - // This should be deprecated/archived see https://github.com/pantheon-systems/documentation/pull/9251 - // Follow up task will be to add the following to a deprecated submenu - // getGuideDirectory('guides/edge-integrations', 'Edge Integrations'), - // simpleLink('/drupal-updates', 'Drupal Updates'), - // simpleLink('/crisis-response-upstream'), - // simpleLink('/lockr'), + // This should be deprecated/archived see https://github.com/pantheon-systems/documentation/pull/9251 + // Follow up task will be to add the following to a deprecated submenu + // getGuideDirectory('guides/edge-integrations', 'Edge Integrations'), + // simpleLink('/drupal-updates', 'Drupal Updates'), + // simpleLink('/crisis-response-upstream'), + // simpleLink('/lockr'), // ]), // --- ^^ Everything above still needs to be reviewed ^^ --- - - // Things to add to new PR: + // Things to add to new PR: // simpleLink('/drupal-10', 'Drupal 10'), // to /supported-drupal // simpleLink('/headless', 'Running a Headless CMS'), // to /guides/decoupled // simpleLink('/cygwin-windows'), // to /guides/local-development/cygwin-windows