Skip to content

Commit

Permalink
removing todos that are done
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 18, 2024
1 parent 24ed29d commit b2ad919
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/components/omniSidebarNav/submenus/certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { simpleLink, getGuideDirectory } from './../helpers';
*/
const CertificationItems = () => {
return {
// @todo, implement sidebar on landing pages.
link: '/certification',
title: 'Education & Certification',
children: [
Expand Down
3 changes: 0 additions & 3 deletions src/components/omniSidebarNav/submenus/getStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { getGuideDirectory, simpleLink } from './../helpers';

const getStarted = () => {
return {
// @todo, implement sidebar on landing pages.
link: '/get-started',
title: 'Get Started',
children: [
Expand All @@ -24,7 +23,6 @@ const getStarted = () => {
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'),
Expand All @@ -36,7 +34,6 @@ const getStarted = () => {
'guides/drupal/drupal-unhosted',
'Non-Composer-based Drupal Sites',
),

simpleLink('/add-site-clone', 'Clone an Existing Pantheon Site'),
]),
simpleLink('/dashboard', 'Dashboard', [
Expand Down
3 changes: 0 additions & 3 deletions src/components/omniSidebarNav/submenus/goLive.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { getGuideDirectory, simpleLink } from './../helpers';

// @todo, rename this function and file to something like "goingLive" or "golive"
const goLive = () => {
return {
link: '/go-live',
title: 'Going Live',
children: [
simpleLink('/go-live', 'Overview'),

getGuideDirectory('guides/domains', 'Domains'),
simpleLink('/dns-providers', 'DNS Providers', [
simpleLink('/1-and-1', '1 & 1'),
Expand All @@ -22,7 +20,6 @@ const goLive = () => {
simpleLink('/namecheap', 'Namecheap'),
simpleLink('/network-solutions', 'Network Solutions'),
]),
// Todo, this might belong at the top of the subnav, above "Domains"
getGuideDirectory('guides/launch', 'Launch'),
simpleLink('/relaunch', 'Relaunch an existing site'),
simpleLink('/http-to-https', 'Switching Sites from HTTP to HTTPS'),
Expand Down

0 comments on commit b2ad919

Please sign in to comment.