diff --git a/src/components/omniSidebarNav/submenus/support.js b/src/components/omniSidebarNav/submenus/support.js index af579f133f..5245e5c8d4 100644 --- a/src/components/omniSidebarNav/submenus/support.js +++ b/src/components/omniSidebarNav/submenus/support.js @@ -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', @@ -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', diff --git a/src/components/omniSidebarNav/submenus/terminus.js b/src/components/omniSidebarNav/submenus/terminus.js index 4650a19ca6..6050a2b57c 100644 --- a/src/components/omniSidebarNav/submenus/terminus.js +++ b/src/components/omniSidebarNav/submenus/terminus.js @@ -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'),