Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/public/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default defineConfig({
{ text: "Guide", link: "/guide/" },
{ text: "API", link: "/api/" },
{ text: "Examples", link: "/examples/" },
{ text: "Agents", link: "/agents/" },
{ text: "Compatibility", link: "/compatibility/" },
{ text: "Migration", link: "/migration/" },
{ text: "Next.js", link: "/nextjs/" },
Expand All @@ -19,7 +18,6 @@ export default defineConfig({
{ text: "Guide", link: "/guide/" },
{ text: "API", link: "/api/" },
{ text: "Examples", link: "/examples/" },
{ text: "Agents", link: "/agents/" },
{ text: "Compatibility", link: "/compatibility/" },
{ text: "Migration", link: "/migration/" },
{ text: "Next.js", link: "/nextjs/" },
Expand Down
76 changes: 0 additions & 76 deletions docs/public/agents/index.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/public/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
package. It provides a provider and hooks for reading topic state, sending
topic payloads, and cleaning up subscriptions with React components.

Use these docs for user-facing React integration guidance. Maintainer notes and
check failure playbooks stay outside this public source directory.
Use these docs for user-facing React integration guidance.

## Sections

Expand Down