Skip to content

Commit

Permalink
Add third party example: Clean Architecture demonstration with Riverp…
Browse files Browse the repository at this point in the history
…od (#2750)
  • Loading branch information
Uuttssaavv authored Jul 21, 2023
1 parent 7db87eb commit a6900e0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
Sidebar: [
"getting_started",

{
type: "category",
label: "Concepts",
Expand All @@ -28,8 +28,9 @@ module.exports = {
"cookbooks/testing",
//"cookbooks/refresh",
],
},
{ type: "category",
},
{
type: "category",
label: "Migration",
collapsed: false,
items: ["migration/0.13.0_to_0.14.0", "migration/0.14.0_to_1.0.0"],
Expand Down Expand Up @@ -139,7 +140,12 @@ module.exports = {
type: "link",
label: "AWS Amplify Storage Gallery App with Riverpod & Freezed",
href: "https://github.com/offlineprogrammer/amplify_storage_app",
},
},
{
type: "link",
label: "Clean Architecture demonstration with Riverpod",
href: "https://github.com/Uuttssaavv/flutter-clean-architecture-riverpod",
},
],
},
{
Expand Down

0 comments on commit a6900e0

Please sign in to comment.