diff --git a/src/content/structured/components/side-nav/code.mdx b/src/content/structured/components/side-nav/code.mdx index 1b98feca7..bd5cca3ad 100644 --- a/src/content/structured/components/side-nav/code.mdx +++ b/src/content/structured/components/side-nav/code.mdx @@ -1,7 +1,7 @@ --- path: "/components/side-navigation/code" -date: "2024-05-31" +date: "2024-06-07" title: "Side navigation" @@ -1170,3 +1170,7 @@ return ( + +## Layout example + +For full screen examples, see [side navigation patterns](/patterns/navigation-patterns/side-navigation-layout). diff --git a/src/content/structured/components/top-nav/code.mdx b/src/content/structured/components/top-nav/code.mdx index 596b37026..3e85dd779 100644 --- a/src/content/structured/components/top-nav/code.mdx +++ b/src/content/structured/components/top-nav/code.mdx @@ -1,7 +1,7 @@ --- path: "/components/top-navigation/code" -date: "2024-05-31" +date: "2024-06-07" title: "Top navigation" @@ -1391,3 +1391,7 @@ return ( + +## Layout example + +For full screen examples, see [top navigation patterns](/patterns/navigation-patterns/top-navigation-layout).