Skip to content

feat(website): make LLM-friendly#94

Merged
Danilqa merged 1 commit intomainfrom
feat/llm
Feb 14, 2026
Merged

feat(website): make LLM-friendly#94
Danilqa merged 1 commit intomainfrom
feat/llm

Conversation

@Danilqa
Copy link
Copy Markdown
Owner

@Danilqa Danilqa commented Feb 14, 2026

Note

Low Risk
Docs-site-only changes (metadata, build plugin, and dependency bumps) with no runtime impact on the library itself; main risk is CI/build breakage if the new plugin config or updated toolchain behaves differently.

Overview
Makes the docs site more LLM-friendly by adding frontmatter description metadata to key docs pages and configuring docusaurus-plugin-llms to generate llms.txt, a full variant, and markdown exports in a specific docs order.

Updates the website toolchain/dependencies to support this (adds docusaurus-plugin-llms, adds feed, and bumps clsx, @docusaurus/module-type-aliases, @tsconfig/docusaurus, and typescript), with corresponding lockfile updates.

Written by Cursor Bugbot for commit 1caadb5. This will update automatically on new commits. Configure here.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 14, 2026

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

Project Deployment Actions Updated (UTC)
node-file-router Ready Ready Preview, Comment Feb 14, 2026 9:38am

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread website/package.json
"@mdx-js/react": "3.1.1",
"clsx": "2.1.0",
"clsx": "2.1.1",
"feed": "4.2.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unnecessary feed dependency added to production dependencies

Low Severity

The feed package was added as a direct production dependency, but it's never imported or used anywhere in the website source code. It's already available as a transitive dependency of @docusaurus/plugin-content-blog. This addition appears unrelated to the LLM-friendly feature and was likely committed accidentally during dependency updates.

Fix in Cursor Fix in Web

@Danilqa Danilqa merged commit 46bd01f into main Feb 14, 2026
9 of 10 checks passed
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