Skip to content

Docs: remove agent and internal content from public docs#121

Merged
nerdchanii merged 1 commit into
mainfrom
codex/issue-116-remove-public-agents
May 28, 2026
Merged

Docs: remove agent and internal content from public docs#121
nerdchanii merged 1 commit into
mainfrom
codex/issue-116-remove-public-agents

Conversation

@nerdchanii

Copy link
Copy Markdown
Owner

Summary

  • remove the public Agents route from the VitePress navigation and sidebar
  • remove the agent-oriented public page from the user-facing docs tree
  • keep the public home page focused on package users instead of maintainers or agents

Type

  • API
  • Runtime
  • Testing
  • Docs
  • Tooling
  • Packaging/release

Priority

  • P0 - Critical
  • P1 - High
  • P2 - Medium
  • P3 - Low
  • P4 - Backlog

Verification

  • Tests added or updated
  • Typecheck passes
  • Build passes
  • Docs/examples updated if needed

Release Intent

  • Changeset added
  • No release needed (docs/project-only or tooling-only and does not affect consumers)

Notes

Related issue: Closes #116

Verification:

  • npm run docs:build
  • npm run lint

@nerdchanii

Copy link
Copy Markdown
Owner Author

@codex review

Context:

@nerdchanii nerdchanii marked this pull request as ready for review May 28, 2026 20:25
@nerdchanii nerdchanii merged commit 2671dd8 into main May 28, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

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.

Docs: Remove agent/internal content from public docs

1 participant