From 27b1bcf75ef5097a4120c0e298b34c47137375af Mon Sep 17 00:00:00 2001 From: sheikhlimon Date: Sun, 5 Oct 2025 08:48:20 +0600 Subject: [PATCH 1/3] chore/docs: remove outdated simulated "Last updated" line --- community/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/community/index.md b/community/index.md index bf1725b5..96a9aaa0 100644 --- a/community/index.md +++ b/community/index.md @@ -64,7 +64,3 @@ Thank you for your interest in **recode hive**! We're thrilled to have you here and can’t wait to **collaborate**, **learn**, and **grow** β€” together. 🌱 > _Let’s make this community the best it can bee! 🐝_ - ---- - -_Last updated on Oct 14, 2018 by Author (Simulated during dev for better per)_ From 83d212628e1723411b7f4c3f54c6878d65439335 Mon Sep 17 00:00:00 2001 From: sheikhlimon Date: Sun, 5 Oct 2025 09:26:20 +0600 Subject: [PATCH 2/3] docs: refine community introduction for clarity and inclusivity --- community/index.md | 57 +++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 33 deletions(-) diff --git a/community/index.md b/community/index.md index 96a9aaa0..41048e4c 100644 --- a/community/index.md +++ b/community/index.md @@ -1,66 +1,57 @@ --- -title: Hive Community -sidebar_label: Welcome to the Hive Community +title: recode hive community +sidebar_label: recode hive community sidebar_position: 1 --- -# 🐝 Welcome to Hive Community -Welcome to **recode hive** β€” a community built for everyone to **learn**, **share**, and **grow**. Whether you're a **developer πŸ‘¨β€πŸ’»**, **designer 🎨**, or just someone interested in exploring new ideas πŸ’‘, we’re excited to have you here! +# 🐝 Welcome to the recode hive community ---- +**recode hive** is a community for everyone to **learn**, **share**, and **grow**. +Whether you're a **developer πŸ‘©β€πŸ’»**, **designer 🎨**, or simply curious about new **ideas πŸ’‘**, we’re excited to have you here! ## 🌟 How You Can Contribute -There are many ways to get involved in recode hive. Here’s how you can contribute: +There are many ways to get involved in **recode hive**: ### πŸ”§ Code -If you're a developer, you can: -- Write code πŸ§‘β€πŸ’» + +- Write and improve code πŸ§‘β€πŸ’» - Fix bugs 🐞 - Add new features πŸš€ -➑️ Find our codebase on [GitHub](#) or [GitHab](#) - ### 🎨 Design -If you're a designer, you can: -- Create new UI/UX designs -- Improve existing visuals -- Share design feedback -➑️ Our design resources live on [Figma](#) and [Adobe XD](#) +- Create and refine UI/UX designs +- Improve visuals and accessibility +- Share design feedback ### πŸ“ Documentation -If you're a writer or educator, you can: -- Improve documentation πŸ–‹οΈ + +- Update and expand docs πŸ–‹οΈ - Write tutorials πŸ“š - Translate content 🌍 -➑️ Documentation is hosted on [GitHub](#) +➑️ View documentation on [GitHub](https://www.recodehive.com/docs/) ### 🀝 Community -If you're a community-minded person, you can: -- Help answer questions -- Support new members πŸ’¬ -- Share knowledge and insights -➑️ Join the conversation on [Discord](#) or [Slack](#) +- Welcome new members πŸ’¬ +- Answer questions and share insights +- Join discussions and events ---- +➑️ Connect on [Discord](#) ## πŸš€ Get Started -To begin your journey with recode hive: -1. Join our community on [Discord](#) or [Slack](#) -2. Explore our repositories on [GitHub](#) -3. Pick a task or area you're excited about! +1. Join us on [Discord](#) +2. Explore our repositories on [GitHub](https://github.com/recodehive/recode-website?tab=readme-ov-file#top) +3. Find something that excites you and start contributing! -We’re here to help and support you throughout your journey β€” don’t hesitate to reach out. - ---- +We’re here to help β€” reach out anytime. ## πŸ™ Thank You -Thank you for your interest in **recode hive**! -We're thrilled to have you here and can’t wait to **collaborate**, **learn**, and **grow** β€” together. 🌱 +Thanks for being part of **recode hive**! +We’re thrilled to **collaborate**, **learn**, and **grow** β€” together. 🌱 > _Let’s make this community the best it can bee! 🐝_ From ef72c63e97b2c5e9c9e7162b1fb48a1050394174 Mon Sep 17 00:00:00 2001 From: sheikhlimon Date: Sun, 5 Oct 2025 10:23:59 +0600 Subject: [PATCH 3/3] docs: update sidebar label to 'Welcome to recode hive community' --- community/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/index.md b/community/index.md index 41048e4c..73c6fc51 100644 --- a/community/index.md +++ b/community/index.md @@ -1,6 +1,6 @@ --- title: recode hive community -sidebar_label: recode hive community +sidebar_label: Welcome to recode hive community sidebar_position: 1 ---