Skip to content

Commit

Permalink
docs(root): removed legacy layout example and signposted patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQ-Developer-112 committed Jun 13, 2024
1 parent c8cbd0b commit bc744ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/content/structured/components/side-nav/code.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
path: "/components/side-navigation/code"

date: "2024-05-31"
date: "2024-06-07"

title: "Side navigation"

Expand Down Expand Up @@ -1170,3 +1170,7 @@ return (
</div>
</MemoryRouter>
</ComponentPreview>

## Layout example

For full screen examples, see [side navigation patterns](/patterns/navigation-patterns/side-navigation-layout).
6 changes: 5 additions & 1 deletion src/content/structured/components/top-nav/code.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
path: "/components/top-navigation/code"

date: "2024-05-31"
date: "2024-06-07"

title: "Top navigation"

Expand Down Expand Up @@ -1391,3 +1391,7 @@ return (
</IcTopNavigation>
</MemoryRouter>
</ComponentPreview>

## Layout example

For full screen examples, see [top navigation patterns](/patterns/navigation-patterns/top-navigation-layout).

0 comments on commit bc744ec

Please sign in to comment.