Skip to content

Commit

Permalink
Apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Dec 4, 2024
1 parent b20aa38 commit a7d697f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
5 changes: 4 additions & 1 deletion src/components/omniSidebarNav/submenus/getStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]),
Expand Down
21 changes: 7 additions & 14 deletions src/components/omniSidebarNav/submenus/pagesToDelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7d697f

Please sign in to comment.