Skip to content

feat(documentation): add llms.txt support via docusaurus-plugin-llms#7399

Merged
BatuhanW merged 1 commit into
mainfrom
feat/llms-txt
May 7, 2026
Merged

feat(documentation): add llms.txt support via docusaurus-plugin-llms#7399
BatuhanW merged 1 commit into
mainfrom
feat/llms-txt

Conversation

@alicanerdurmaz

@alicanerdurmaz alicanerdurmaz commented Apr 15, 2026

Copy link
Copy Markdown
Collaborator

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

AI assistants crawling Refine docs get HTML noise (navigation, JS, footers) instead of clean content.

What is the new behavior?

Two files are auto-generated at build time following the llms.txt spec:

  • /llms.txt — structured index of all doc pages (~28K tokens)
  • /llms-full.txt — full docs content in a single Markdown file

Via docusaurus-plugin-llms. Old versions (3.xx, 4.xx) excluded automatically.

Notes for reviewers

  • Plugin only runs during docusaurus build, not docusaurus start
  • Peer dep warning (@docusaurus/core@^3 vs 2.4.0) is harmless — only uses the stable postBuild hook

@alicanerdurmaz alicanerdurmaz requested a review from a team as a code owner April 15, 2026 11:56
@changeset-bot

changeset-bot Bot commented Apr 15, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 538ed2d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@BatuhanW BatuhanW merged commit d9889ee into main May 7, 2026
7 checks passed
@BatuhanW BatuhanW deleted the feat/llms-txt branch May 7, 2026 15:30
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.

3 participants