You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: overhaul and restructure project documentation
- Update README with current multilingual support (12 languages) and deployment details
- Rewrite FETCH_GITHUB_STARS.md with comprehensive API reference and usage guide
- Expand MANIFEST_I18N.md with full type documentation, examples, and best practices
- Refactor METADATA_OPTIMIZATION.md with improved schema system documentation
- Update related schema and SEO documentation files
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ AI Coding Stack is a comprehensive directory and community-maintained metadata r
28
28
-**Curated Collections**: Hand-picked tool collections for specific use cases
29
29
-**Community-Driven**: Open-source metadata maintained by the developer community
30
30
-**Always Updated**: Latest version tracking and up-to-date information
31
-
-**Multilingual**: Support for English, German, Simplified Chinese, and Korean (more coming soon)
31
+
-**Multilingual**: Support for 12 languages including English, German, Simplified & Traditional Chinese, Korean, Spanish, French, Indonesian, Japanese, Portuguese, Russian, and Turkish
32
32
33
33
## Data Structure
34
34
@@ -126,7 +126,7 @@ All manifest files are automatically validated against JSON schemas. Make sure y
126
126
-**Styling**: Tailwind CSS 4
127
127
-**Internationalization**: next-intl
128
128
-**Content**: MDX for documentation
129
-
-**Deployment**: Cloudflare Workers
129
+
-**Deployment**: Cloudflare Workers (via OpenNext for Cloudflare)
This script fetches GitHub star counts for all projects in the manifest files and updates the `githubStars` field.
3
+
**Last Updated:** January 6, 2026
4
4
5
-
## Features
5
+
This document describes the GitHub stars fetching system for AI Coding Stack.
6
6
7
-
- Fetches star counts from GitHub API for all projects with GitHub URLs
8
-
- Converts star counts to 'k' format (e.g., 1.5k, 23.4k)
9
-
- Handles different JSON structures (direct `githubUrl` field vs nested `communityUrls.github`)
10
-
- Supports GitHub authentication to avoid rate limits
11
-
- Automatic retry delay to avoid hitting API rate limits
7
+
---
12
8
13
-
## Prerequisites
9
+
## Overview
14
10
15
-
```bash
16
-
npm install
17
-
# or if you only need the built-in Node.js modules, no installation needed
11
+
The GitHub Stars Fetcher fetches star counts from the GitHub API for all projects in the manifest files and creates a centralized `github-stars.json` data file.
0 commit comments