docs: remove manual-installation page#22
Open
codewizdave wants to merge 8 commits into
Open
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The manual installation guide was removed as it's no longer needed or has been superseded by other documentation.