Skip to content

Commit 07b06d2

Browse files
doble196claude
andcommitted
chore: remove hardcoded endpoint counts from documentation
Replace exact endpoint counts with generic terms to eliminate manual updates when backend infrastructure changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1561de7 commit 07b06d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ A production-ready project connected to GitHat's hosted backend:
150150
- **Auth pages** — sign-in, sign-up, forgot password, email verification
151151
- **Protected dashboard** — sidebar navigation, org switcher, user button
152152
- **`@githat/nextjs` SDK**`<GitHatProvider>`, `<ProtectedRoute>`, `useAuth()`
153-
- **`githat/` platform folder** — typed API client for all 95 backend endpoints
153+
- **`githat/` platform folder** — typed API client for the full REST API
154154
- **Dark theme** — zinc/purple design system out of the box
155155
- **Database ready** — Prisma or Drizzle for your app's own data (optional)
156156
- **Tailwind CSS 4** — utility-first styling (optional)
@@ -281,7 +281,7 @@ VITE_GITHAT_API_URL=https://api.githat.io
281281

282282
- [GitHat Quick Start](https://githat.io/docs/quickstart) — Get running in 5 minutes
283283
- [SDK Reference](https://githat.io/docs/sdk)`@githat/nextjs` hooks, components, and server utils
284-
- [API Reference](https://githat.io/docs/api)All 95 REST endpoints
284+
- [API Reference](https://githat.io/docs/api)Full REST API reference
285285
- [CLI Reference](https://githat.io/docs/cli) — Flags, prompts, and templates
286286
- [Next.js Guide](https://githat.io/docs/nextjs) — Auth in Next.js 14-16+
287287
- [React Guide](https://githat.io/docs/react) — Auth in any React app

templates/base/README.md.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ Add `VITE_GITHAT_PUBLISHABLE_KEY` to your hosting provider's environment variabl
9191

9292
- [GitHat Documentation](https://githat.io/docs)
9393
- [SDK Reference](https://www.npmjs.com/package/@githat/nextjs)
94-
- [API Reference (86 endpoints)](https://githat.io/docs/api)
94+
- [API Reference](https://githat.io/docs/api)

0 commit comments

Comments
 (0)