Stop generating llms.txt for Chainlink Functions and Automation#3942
Open
thodges-gh wants to merge 1 commit into
Open
Stop generating llms.txt for Chainlink Functions and Automation#3942thodges-gh wants to merge 1 commit into
thodges-gh wants to merge 1 commit into
Conversation
Remove Chainlink Functions and Chainlink Automation from llms.txt generation. We steer new use cases toward CRE for these products, so we don't want LLMs pulling in their full documentation bundles. - Drop both sections from SUPPORTED_LLM_SECTIONS / LLM_SECTIONS_CONFIG in src/config/llms.ts. This cascades to generation, the [section]/llms-full.txt route, validation, and the sidebar LlmsLink. - Delete the generated llms-full.txt and hand-authored llms.txt index files for both products, plus their synced public/ copies. - Remove their entries from the root public/llms.txt index. - Remove now-dead SECTION_DISPLAY_NAMES entries in LlmsLink.tsx. closes #3941 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
👋 thodges-gh, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
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.
Closing issues
closes #3941
Description
We generate
llms.txt/llms-full.txtdocumentation bundles for every product section. For Chainlink Functions and Chainlink Automation we steer developers toward CRE for new use cases, so we don't want LLMs pulling in and focusing on the full Functions/Automation bundles.This PR removes both products from llms.txt generation and deletes the already-generated and hand-authored files. Only the LLM bundles are affected — the underlying product documentation pages are unchanged.
Changes
chainlink-functionsandchainlink-automationfromSUPPORTED_LLM_SECTIONS/LLM_SECTIONS_CONFIGinsrc/config/llms.ts. This single source of truth cascades to generation (generate-llms.ts), the[section]/llms-full.txtroute, validation (validate-llms.ts), and the sidebarLlmsLink.llms-full.txtand hand-authoredllms.txtindex files for both products, plus their syncedpublic/copies.public/llms.txtindex (Documentation Index + Full).SECTION_DISPLAY_NAMESentries inLlmsLink.tsx.🤖 Generated with Claude Code