Skip to content

Commit aabda8c

Browse files
authored
feat: new top readers doc (#445)
* feat: new top readers doc * fix seo issue
1 parent 3f33e56 commit aabda8c

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

docs/your-profile/account-details.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 6
2+
sidebar_position: 7
33
description: "Learn how to personalize your daily.dev profile, configure security settings, manage notifications, and invite friends. Set up your account for a tailored experience."
44
---
55

docs/your-profile/deleting-your-profile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 8
33
description: "Learn how to permanently delete your daily.dev profile, including all associated content, bookmarks, posts, and comments. Important steps and considerations before proceeding."
44
---
55

docs/your-profile/devcard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 6
33
description: "Create and customize your daily.dev DevCard to showcase your activity, interests, and reputation. Learn how to generate, customize, and share your DevCard on social media, GitHub, and more."
44
---
55

docs/your-profile/leaderboards.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 10
2+
sidebar_position: 9
33
description: "Explore the daily.dev leaderboard system, designed to recognize the most active and impactful users across various categories in the community."
44
---
55

@@ -9,7 +9,7 @@ The daily.dev [leaderboard system](https://app.daily.dev/users) is designed to r
99

1010
To see all the leaderboards, you can visit https://app.daily.dev/users
1111

12-
[![Leaderboard on daily,dev](https://github.com/user-attachments/assets/3fb20698-75e0-4512-ab1d-4654ecb7ba3d)](https://app.daily.dev/users)
12+
[![Leaderboard on daily.dev](https://github.com/user-attachments/assets/3fb20698-75e0-4512-ab1d-4654ecb7ba3d)](https://app.daily.dev/users)
1313

1414
## Types of Leaderboards
1515

docs/your-profile/top-readers.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
sidebar_position: 5
3+
description: "Celebrate your dedication by earning a Top Reader badge and gain recognition for your activity within specific categories."
4+
---
5+
6+
# Top Readers
7+
Top Readers rewards active readers with a badge that highlights their engagement in specific content categories. By encouraging continuous reading, this feature also enables users to share their achievements with others, boosting personal and community engagement across the platform
8+
9+
## Prerequisites
10+
To be eligible for a Top Reader badge, simply stay active on daily.dev and engage consistently with content in various categories. There’s no additional setup required to start earning badges.
11+
12+
## Benefits of the Top Readers Feature
13+
- **Recognition**: Stand out in the community with a visible badge on your profile.
14+
- **Motivation**: Track and celebrate your reading habits to stay engaged with topics you love.
15+
- **Community**: Share your badge with friends and colleagues to encourage others to dive deeper into relevant content.
16+
17+
![top readers displayed on profile page](https://daily-now-res.cloudinary.com/image/upload/v1730663961/docs/SCR-20241103-szmp.png)
18+
19+
## How to Earn a Top Reader Badge
20+
Here's how you can become a Top Reader:
21+
22+
1. **Read consistently**: Spend time engaging with posts in specific content categories. Categories with higher engagement across the platform are eligible for the Top Reader badge.
23+
2. **Monthly evaluation**: Every month, daily.dev evaluates reading days for each category. Based on engagement, certain high-activity tags are "whitelisted" for badge eligibility.
24+
3. **Notification**: If you're among the top readers for a category, you’ll receive both an in-app notification and an email letting you know you’ve earned the Top Reader badge.
25+
4. **Display on profile**: Once awarded, your badge will display on your profile, showcasing the number of times you've earned this recognition and the specific categories where you excel.
26+
27+
## Badge Frequency and Display
28+
- **Monthly updates**: Badges are awarded each month based on the previous month’s activity. Stay consistent to earn badges across multiple categories!
29+
- **Profile display**: Your Top Reader badge will show on your profile page, highlighting the number of times you've earned it and the categories associated with your achievements.
30+
- **Badge download**: Download your badge from the in-app notification to share your accomplishment outside of daily.dev.
31+
32+
## Troubleshooting
33+
If your badge isn’t displaying correctly or if you don’t receive a notification after significant activity in a category:
34+
- Verify your reading days and make sure you’re engaging consistently in high-activity categories.
35+
- Refresh your profile page after receiving the in-app notification.
36+
- For further support, reach out to [[email protected]](mailto:[email protected]).

src/components/homepage/homeNavBoxes.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const FeatureList = [
4545
{url: "docs/your-profile/reading-history", text: "Reading history"},
4646
{url: "docs/your-profile/reading-streak", text: "Reading streak"},
4747
{url: "docs/your-profile/verified-badge", text: "Company verified badge"},
48+
{url: "docs/your-profile/top-readers", text: "Top readers"},
4849
{url: "docs/your-profile/devcard", text: "DevCard"},
4950
{url: "docs/your-profile/account-details", text: "Account settings"},
5051
{url: "docs/your-profile/deleting-your-profile", text: "Deleting your profile"},

0 commit comments

Comments
 (0)