diff --git a/website/sidebars.js b/website/sidebars.js index 73c3cbb0e..3f1327683 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -202,6 +202,11 @@ module.exports = { label: "Third party examples", collapsed: true, items: [ + { + type: "link", + label: "DummyMart: Full CRUD app with authentication + go_router integration", + href: "https://github.com/dhafinrayhan/dummymart", + }, { type: "link", label: "Easy Todo Riverpod Architecture",