From 876a91ce15bc18a3b06dfc1a2b10e8889a032c41 Mon Sep 17 00:00:00 2001 From: shohei Date: Sat, 1 Jun 2024 07:56:59 +0900 Subject: [PATCH] Update sidebars.js --- website/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 3f1327683..fff4752fa 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -303,6 +303,11 @@ module.exports = { label: "Delivery App with Google Maps and Live Tracking", href: "https://github.com/AhmedLSayed9/deliverzler", }, + { + type: "link", + label: "ChatGPT Chat App with Riverpod", + href: "https://github.com/never-inc/chat_gpt_boilerplate", + }, ], },