more stubs

This commit is contained in:
Devin Zuczek
2026-08-15 13:54:19 -04:00
parent 8ea0caa1e5
commit 11b037a2f1
67 changed files with 38566 additions and 2652 deletions
+2
View File
@@ -29,6 +29,8 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
{ slug: 'cdn', title: 'cdn — binary asset delivery' },
{ slug: 'storage', title: 'storage — uploads to the CDN bucket' },
{ slug: 'playersettings', title: 'playersettings — per-player settings' },
{ slug: 'discovery', title: 'discovery — discovery page layouts' },
{ slug: 'ai', title: 'ai — game AI access' },
{ slug: 'api', title: 'api — everything else' },
]