Skip to content

Commit

Permalink
Debug migration nested submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Oct 25, 2024
1 parent 56488b2 commit 23895f5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/components/omniSidebarNav/submenus/getStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ const getStarted = () => {
children: [
getGuideDirectory('guides/getstarted'),
// This page is kind of a landing page? Should it be in this menu?


simpleLink('/required-reading', 'Required Reading'),
{
link: '/guides/guided',
title: 'Migrating Sites to Pantheon',
children: [
getGuideDirectory('guides/migrate/guided', 'Guided Migration'),
simpleLink('/migrate-manual', 'Manual Migration'),
simpleLink('/migrate-wordpress-multisite', 'WordPress Multisite'),
getGuideDirectory('guides/migrate/kinsta', 'Kinsta'),
getGuideDirectory('guides/migrate/pagely', 'Pagely'),
getGuideDirectory('guides/migrate/wordpressvip', 'WordPress VIP'),
getGuideDirectory('guides/migrate/wpengine', 'WP Engine'),
/// I would have guessed that the Platform.sh docs would be about Drupal, not WordPress.
getGuideDirectory('guides/migrate/platformsh', 'Platform.sh'),
getGuideDirectory('guides/migrate/acquia', 'Acquia'),
simpleLink('/migrate-cpanel', 'GoDaddy CPanel'),
],
},
simpleLink("/guides/guided", "Migrating Sites to Pantheon", [
getGuideDirectory('guides/migrate/guided', 'Guided Migration'),
simpleLink('/migrate-manual', 'Manual Migration'),
simpleLink('/migrate-wordpress-multisite', 'WordPress Multisite'),
getGuideDirectory('guides/migrate/kinsta', 'Kinsta'),
getGuideDirectory('guides/migrate/pagely', 'Pagely'),
getGuideDirectory('guides/migrate/wordpressvip', 'WordPress VIP'),
getGuideDirectory('guides/migrate/wpengine', 'WP Engine'),
/// I would have guessed that the Platform.sh docs would be about Drupal, not WordPress.
getGuideDirectory('guides/migrate/platformsh', 'Platform.sh'),
getGuideDirectory('guides/migrate/acquia', 'Acquia'),
simpleLink('/migrate-cpanel', 'GoDaddy CPanel'),
]
),


simpleLink('/dashboard', 'Dashboard', [
simpleLink('/site-dashboard', 'Site Dashboard'),
Expand Down

0 comments on commit 23895f5

Please sign in to comment.