Docs: remove agent and internal content from public docs#121
Conversation
|
@codex review Context:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0c69a140fa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,76 +0,0 @@ | |||
| # Agent Guide | |||
There was a problem hiding this comment.
Update agent indexes before deleting the guide
Deleting this page leaves the repository's agent-facing entrypoints pointing at a path that no longer exists: llms.txt still lists docs/public/agents/index.md as the agent guide, and docs/agents/agent-context.json still marks the same file as a canonical doc. In contexts that rely on those files, agents will follow a broken local/GitHub link instead of the remaining docs/agents/ metadata, so the removal should also update those indexes or move the guide content to a non-public location.
Useful? React with 👍 / 👎.
Summary
Agentsroute from the VitePress navigation and sidebarType
Priority
Verification
Release Intent
Notes
Related issue: Closes #116
Verification:
npm run docs:buildnpm run lint