added generate_readme.js

This commit is contained in:
cporter202
2025-12-09 11:03:48 -05:00
parent 0e467ad08e
commit d10151e51b

View File

@@ -113,6 +113,8 @@ for (const category of sortedCategories) {
const categoryActors = actorsByCategory[category];
const { readable, anchor } = formatCategoryName(category);
// GitHub automatically creates anchors from headers
// Format: lowercase, spaces become hyphens
content += `## ${readable}\n\n`;
content += `*${categoryActors.length.toLocaleString()} APIs*\n\n`;