docs: Add architecture-debugging and schema-versioning pages#5
Merged
cameroncooke merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
Add two new contributor pages, route them in, and align tool-authoring with the upstream XcodeBuildMCP docs migration. - New: app/docs/_content/architecture-debugging.mdx — covers simulator debugger tools, debug session lifecycle, and the DAP and LLDB CLI backends. - New: app/docs/_content/schema-versioning.mdx — explains how structured output JSON Schemas are versioned and published. - Register both pages in _content/index.ts, _data/routes.ts (DocSlug, PAGES_ORDER, PAGE_META, SIDEBAR_GROUPS), and link to architecture-debugging from architecture.mdx. - Update tool-authoring.mdx: drop references to the removed `npm run docs:update` step and the generated `docs/TOOLS.md` / `docs/TOOLS-CLI.md` files. - app/page.tsx: point the homepage Contributing link at /docs/contributing instead of the deleted GitHub doc.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Add two new contributor pages and align tool-authoring with the upstream XcodeBuildMCP docs migration PR, which deletes the in-repo
docs/tree in favor of this site./docs/architecture-debugging— simulator debugger tools, debug session lifecycle, DAP and LLDB CLI backends. Replacesdocs/DEBUGGING_ARCHITECTURE.md/docs/dev/DAP_BACKEND_IMPLEMENTATION_PLAN.md./docs/schema-versioning— how structured-output JSON Schemas are versioned and published. Replacesdocs/SCHEMA_VERSIONING.md._content/index.ts,_data/routes.ts(DocSlug,PAGES_ORDER,PAGE_META,SIDEBAR_GROUPS), and add a "read this next" pointer fromarchitecture.mdxto the debugging page.tool-authoring.mdxto drop the removednpm run docs:updatestep and references to generateddocs/TOOLS.md/docs/TOOLS-CLI.md.app/page.tsx: route the homepage Contributing link to/docs/contributinginstead of the deleted GitHub doc.Test plan
npm run devand visit/docs/architecture-debuggingand/docs/schema-versioning— both render with TOC, scroll-spy, and sidebar entries under Contributing./docs/architecture->/docs/architecture-debuggingresolves./docs/tool-authoringno longer referencesdocs/TOOLS.mdornpm run docs:update./docs/contributing.npm run buildsucceeds (no broken slug imports).