Skip to content

Commit

Permalink
add design patterns to sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 21, 2024
1 parent ee90287 commit 88a0285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/_data/sidenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@
permalink: /app-architecture/guide
- title: Recommendations
permalink: /app-architecture/recommendations
- title: Design patterns
permalink: /cookbook/architecture
children:
- title: Optimistic state
permalink: /cookbook/architecture/optimistic-state

- title: Platform integration
permalink: /platform-integration
Expand Down
2 changes: 1 addition & 1 deletion src/content/cookbook/architecture/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Design Patterns
title: Design patterns
description: A catalog of recipes for application architecture design patterns.
---

Expand Down

0 comments on commit 88a0285

Please sign in to comment.