Skip to content

Commit 6eb3e56

Browse files
committed
fix: update community stats in documentation
- Increased discordMembers from 1000 to 1350. - Updated githubStars from 750 to 900. These changes reflect the current community engagement metrics.
1 parent e43bae3 commit 6eb3e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.web/docs/shared/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const gitHubLink = 'https://github.com/minekube';
55

66
// Community stats
77
export const communityStats = {
8-
discordMembers: 1000,
9-
githubStars: 750,
8+
discordMembers: 1350,
9+
githubStars: 900,
1010
};
1111

1212
export const editLink = (project: string): DefaultTheme.EditLink => {

0 commit comments

Comments
 (0)