-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(leftnavtree): highlight nav menu item for tabbed pages in level2 (#…
…1514) * fix(leftnavtree): highlight nav menu item for tabbed pages in level2 * chore: lock file updated * fix(leftnavtree): incorrect menu item being highlight on home page --------- Co-authored-by: Sinta Augustine <sinta.augustine@ibm.com>
- Loading branch information
Showing
6 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
packages/example/src/pages/demo-level-1/demo-level-2/demo-page-2/tab-1.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Demo page 2 | ||
tabs: ['Tab 1', 'Tab 2'] | ||
description: Demonstration of nested levels of navigation feature. | ||
--- | ||
|
||
<PageDescription> | ||
|
||
This is a demonstration of nested levels of navigation feature. This example | ||
showcases how you can effectively organize and access hierarchical content | ||
within your Gatsby application. For detailed instructions on setting up nested | ||
levels of navigation, please refer to our | ||
[Sidebar Navigation guide](https://gatsby.carbondesignsystem.com/guides/navigation/sidebar/). | ||
|
||
</PageDescription> |
15 changes: 15 additions & 0 deletions
15
packages/example/src/pages/demo-level-1/demo-level-2/demo-page-2/tab-2.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Demo page 2 | ||
tabs: ['Tab 1', 'Tab 2'] | ||
description: Demonstration of nested levels of navigation feature. | ||
--- | ||
|
||
<PageDescription> | ||
|
||
This is a demonstration of nested levels of navigation feature. This example | ||
showcases how you can effectively organize and access hierarchical content | ||
within your Gatsby application. For detailed instructions on setting up nested | ||
levels of navigation, please refer to our | ||
[Sidebar Navigation guide](https://gatsby.carbondesignsystem.com/guides/navigation/sidebar/). | ||
|
||
</PageDescription> |
2 changes: 1 addition & 1 deletion
2
...demo-level-1/demo-level-2/demo-page-2.mdx → ...demo-level-1/demo-level-2/demo-page-3.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters