Skip to content

Commit

Permalink
adding new pages to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 2, 2024
1 parent 9971989 commit d51fc87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/omniSidebarNav/getOmniItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { simpleLink } from './helpers';
// Todo: review reporting in console log - Assigned to Steve to investigate
// Todo: Review pages that are reported as unassigned
// Todo: remove console logging from this component.
// Todo, add search bar back to landing pages
// todo, delete pagesToDelete and unassignedPages

/**
Expand Down
1 change: 1 addition & 0 deletions src/components/omniSidebarNav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const OmniSidebarNav = ({
/.*\/contributors\/.*/,
/.*\/release-notes\/.*/,
/.*\/iframeembeds\/.*/,
/.*\/search\/.*/,
/.*\/terminus\/commands\/.*/,
];

Expand Down
3 changes: 3 additions & 0 deletions src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const support = () => {
]),
simpleLink('/mime-types', 'MIME Types'),
simpleLink('/resetting-passwords', 'Resetting Passwords'),
simpleLink('/local-dns-cache', 'Local DNS Cache'),
]),
simpleLink('/performance', 'Performance Troubleshooting', [
simpleLink('/performance', 'Overview'),
Expand Down Expand Up @@ -112,6 +113,8 @@ const support = () => {
'Migrate a Composer-based Drupal Site to a Build Tools Site',
),
]),
simpleLink('/monthly-maintenance', "Pantheon's Monthly Maintenance"),

],
};
};
Expand Down
1 change: 1 addition & 0 deletions src/components/omniSidebarNav/submenus/workflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const workflows = () => {
getGuideDirectory('guides/backups'),
// Maybe make this a separate category for local development
getGuideDirectory('guides/local-development', 'Local Development'),
simpleLink('/content-publisher', 'Content Publisher'),
],
};
};
Expand Down

0 comments on commit d51fc87

Please sign in to comment.