Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 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', |
There was a problem hiding this comment.
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 👍 / 👎.
Replacement for #600 without splitting the docs app into two entirely separate apps. More to do still.