Skip to content

Split docs without dual apps#604

Open
mdo wants to merge 1 commit intomainfrom
mdo/split-docs-v2
Open

Split docs without dual apps#604
mdo wants to merge 1 commit intomainfrom
mdo/split-docs-v2

Conversation

@mdo
Copy link
Copy Markdown
Contributor

@mdo mdo commented Apr 24, 2026

Replacement for #600 without splitting the docs app into two entirely separate apps. More to do still.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pierrejs-diff-demo Ready Ready Preview Apr 24, 2026 2:45am
pierrejs-docs Error Error Apr 24, 2026 2:45am

Request Review

Copy link
Copy Markdown

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

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: db47220cb7

ℹ️ 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".

);
const content = await renderMDX({
filePath: 'docs/Installation/content.mdx',
filePath: '(diffs)/docs/Installation/content.mdx',
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Align llms generator paths with grouped docs routes

These renderMDX path updates moved docs content under route groups, but apps/docs/scripts/generate-llms-txt.ts still builds section paths from the old prefixes (docs / trees/docs). As a result, bun scripts/generate-llms-txt.ts (and therefore bun run build, which invokes it) now fails with ENOENT when reading files like app/docs/Overview/content.mdx. Please migrate the generator’s DOCS_PREFIX/override keys to the new (diffs)/docs and (trees)/trees/docs locations so docs builds remain green.

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.

1 participant