File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/copilot/tutorials/copilot-chat-cookbook Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ topics:
1212layout : category-landing
1313sidebarLink :
1414 text : All prompts
15- href : /copilot/copilot-chat-cookbook
15+ href : /copilot/tutorials/ copilot-chat-cookbook
1616spotlight :
1717 - article : /testing-code/generate-unit-tests
1818 image : /assets/images/copilot-landing/generating_unit_tests.png
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function NavListItem({ childPage }: { childPage: ProductTreeNode }) {
102102 { childPage . sidebarLink . text }
103103 </ NavList . Item >
104104 ) }
105- { specialCategory && (
105+ { specialCategory && ! childPage . sidebarLink && (
106106 < NavList . Item href = { childPage . href } as = { Link } aria-current = { isActive ? 'page' : false } >
107107 { childPage . title }
108108 </ NavList . Item >
You can’t perform that action at this time.
0 commit comments