Skip to content

docs: remove manual-installation page#22

Open
codewizdave wants to merge 8 commits into
mainfrom
docs/setup
Open

docs: remove manual-installation page#22
codewizdave wants to merge 8 commits into
mainfrom
docs/setup

Conversation

@codewizdave
Copy link
Copy Markdown
Member

The manual installation guide was removed as it's no longer needed or has been superseded by other documentation.

The manual installation guide was removed as it's no longer needed
or has been superseded by other documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
drpc-basic-next Ready Ready Preview, Comment Apr 27, 2026 11:34am
drpc-web Ready Ready Preview, Comment Apr 27, 2026 11:34am

Compare DeesseJS RPC with tRPC, REST, and GraphQL covering:
- Type safety differences
- API patterns (direct vs chainable)
- Security model advantages
- When to prefer each solution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove <T> generic syntax from table as MDX parser
doesn't handle angle brackets in tables correctly

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add comprehensive documentation for:
- public-vs-internal.mdx: Security model explaining how
  DeesseJS RPC separates public/internal operations
- create-public-api.mdx: How to create client-safe APIs
  that only expose public operations

Both pages follow documentation rules: zero knowledge
assumption, second person, best patterns focus, anti-patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Write complete documentation for:
- nextjs.mdx: Next.js App Router integration with setup steps,
  server/client usage, auth integration, anti-patterns
- hono.mdx: Hono adapter with multi-runtime deployment
  (Cloudflare, Vercel Edge, AWS Lambda), middleware integration
- electron.mdx: Electron IPC architecture with main/renderer
  processes, preload scripts, security best practices

All pages follow documentation rules: zero knowledge assumption,
second person, best patterns, anti-patterns sections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The correct export is createNextHandler which returns
{ GET, POST, PUT, PATCH, DELETE } not { api, startServer }.
Also use clientRouter instead of appRouter for HTTP exposure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The correct export is createNextHandler which returns
{ GET, POST, PUT, PATCH, DELETE }. Updated nextjs.mdx with
correct usage patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant