Skip to content

Commit

Permalink
Apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Bot committed Dec 2, 2024
1 parent bde3a80 commit a4b7367
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/components/omniSidebarNav/getOmniItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const getOmniItems = () => {
security(), // ✅
// @todo, should we have a separate tutorials section?

CertificationItems(), // ✅
CertificationItems(), // ✅
about(), // assigned to Rachel ✅
// Release notes
simpleLink('/release-notes', 'Release Notes'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const accountManagement = () => {
link: '/guides/account-mgmt',
title: 'Manage Accounts and Workspaces',
children: [

simpleLink('/guides/account-mgmt', 'Overview', [
getGuideDirectory('guides/account-mgmt/account'),
getGuideDirectory('guides/account-mgmt/billing'),
Expand Down
1 change: 0 additions & 1 deletion src/components/omniSidebarNav/submenus/certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const CertificationItems = () => {
simpleLink('/pivotal-tracker', 'Pivotal Tracker'),
simpleLink('/pingdom-uptime-check', 'Pingdom Uptime Check'),


simpleLink('/drupal-advanced-page-cache', 'Drupal Advanced Page Cache'),

simpleLink('/partial-composer', 'Partial Composer Usage'), // This page should be rewritten to focus on WordPress.
Expand Down
2 changes: 1 addition & 1 deletion src/components/omniSidebarNav/submenus/getStarted.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getStarted = () => {
children: [
getGuideDirectory('guides/getstarted'),
// This page is kind of a landing page? Should it be in this menu?
simpleLink('/products', "Products & Features"),
simpleLink('/products', 'Products & Features'),
simpleLink('/required-reading', 'Required Reading'),
getGuideDirectory('guides/platform-considerations'),
simpleLink('/guides/guided', 'Migrating Sites to Pantheon', [
Expand Down
2 changes: 0 additions & 2 deletions src/components/omniSidebarNav/submenus/pagesToDelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ const pagesToDeleteorReconsider = () => {
simpleLink('/guides', 'landing pages', [
simpleLink('/guides'),



// This landing page could go elsewhere
simpleLink('/performance', 'Performance Consideration'),
// minimal landing page that should be kept or rebuilt as prose.
Expand Down
9 changes: 4 additions & 5 deletions src/components/omniSidebarNav/submenus/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ const security = () => {
link: '/guides/security',
title: 'Security',
children: [
simpleLink('/guides/security', "Security Overview"),
simpleLink('/guides/security', 'Security Overview'),
getGuideDirectory('guides/secure-development'),

getGuideDirectory('guides/secrets', "Managing API Keys and Secrets"),
getGuideDirectory('guides/secrets', 'Managing API Keys and Secrets'),
simpleLink('/custom-certificates', 'Custom Certificates'),
simpleLink('/certificate-bundles', "Certificate Bundles"),
simpleLink('/certificate-bundles', 'Certificate Bundles'),
simpleLink('/clamav', 'ClamAV'),
simpleLink('/drupal-security-patches', "Drupal Security Patches"),

simpleLink('/drupal-security-patches', 'Drupal Security Patches'),
],
};
};
Expand Down
6 changes: 4 additions & 2 deletions src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const support = () => {
link: '/support',
title: 'Support and Troubleshooting',
children: [

simpleLink('/support', 'Overview'),
getGuideDirectory('guides/support', 'Support'),
simpleLink('/oss-support-levels', 'Open Source Support Levels'),
Expand Down Expand Up @@ -52,7 +51,10 @@ const support = () => {
),

// Should could move to the education menu.
getGuideDirectory('guides/frontend-performance', "Front End Performance"),
getGuideDirectory(
'guides/frontend-performance',
'Front End Performance',
),
simpleLink(
'/load-and-performance-testing',
'Load and Performance Testing',
Expand Down

0 comments on commit a4b7367

Please sign in to comment.