Skip to content

Commit

Permalink
Merge branch 'nested-nav---reporting' of github.com:pantheon-systems/…
Browse files Browse the repository at this point in the history
…documentation into nested-nav---reporting
  • Loading branch information
stevector committed Dec 18, 2024
2 parents 628dee2 + bfe1807 commit 685d176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const support = () => {
simpleLink('/troubleshoot', 'Overview'),
simpleLink('/basic-troubleshooting', 'Basic Troubleshooting'),
simpleLink('/modules-plugins-known-issues', 'Known Issues', [
// @todo, combine some of these pages.
// @todo, combine some of these pages: https://github.com/pantheon-systems/documentation/issues/9356
simpleLink(
'/modules-plugins-known-issues',
'Modules and plugins with known issues',
Expand Down Expand Up @@ -53,7 +53,7 @@ const support = () => {
'New Relic Performance Monitoring',
),

// Should could move to the education menu.
// Consider moving to the education/tutorials section.
getGuideDirectory(
'guides/frontend-performance',
'Front End Performance',
Expand Down
1 change: 0 additions & 1 deletion src/components/omniSidebarNav/submenus/terminus.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const terminus = () => {
link: '/terminus',
title: 'Command Line Interface (CLI)',
children: [
// @todo, copy the order from the terminus template

simpleLink('/terminus', 'Terminus User Manual', [
simpleLink('/terminus', 'Introduction'),
Expand Down

0 comments on commit 685d176

Please sign in to comment.