From 56f0381a33eab1a2127d3f4ad97033a06767024c Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Sat, 20 Sep 2025 22:46:05 +0530 Subject: [PATCH 1/2] added docs to the dropdown --- docusaurus.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 96281b9a..7e5f734f 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -106,6 +106,7 @@ const config: Config = { Python GitHub Nextjs + Docs `, }, From 8951051ff8904e88c9381d6863fd73bdf05c1eb1 Mon Sep 17 00:00:00 2001 From: aditya singh rathore Date: Sat, 20 Sep 2025 22:50:13 +0530 Subject: [PATCH 2/2] Added reference link to the documentation card --- src/pages/community/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/community/index.tsx b/src/pages/community/index.tsx index 3198da7e..1de78035 100644 --- a/src/pages/community/index.tsx +++ b/src/pages/community/index.tsx @@ -59,7 +59,7 @@ const contributionSections: ContributionSection[] = [ 'Translate content 🌍' ], links: [ - { text: 'GitHub Docs', url: 'https://github.com/recodehive/recode-website/tree/main/docs' } + { text: 'GitHub Docs', url: 'https://recodehive.com/docs' } ], color: '#f59e0b' },