[SharovBot] docs: regenerate llms.txt and llms-full.txt for release/3.4 (v2)#21082
Closed
erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
Closed
[SharovBot] docs: regenerate llms.txt and llms-full.txt for release/3.4 (v2)#21082erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
Conversation
**[SharovBot]** The llms.txt files are out of sync with the current docs. Regenerated via: python3 docs/site/scripts/generate-llms.py Fixes docs-site build CI failure on release/3.4. Co-authored-by: Giulio Rebuffo <giulio.rebuffo@gmail.com>
Contributor
Author
|
[SharovBot] Superseded by #21083 which combines the TypeScript SidebarsConfig fix and the llms.txt regeneration. Closing this PR. |
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.
[SharovBot]
Summary
The
llms.txtandllms-full.txtfiles are out of sync with the current documentation on therelease/3.4branch, causingdocs-site / buildCI failures.Root Cause
The docs were updated but the generated LLM index files were not regenerated.
Fix
Regenerated via the existing script:
Files Changed
docs/site/static/llms.txt— page index with titles and descriptionsdocs/site/static/llms-full.txt— full concatenated markdownllms.txt— root-level copyllms-full.txt— root-level copyCloses the
docs-site / buildregression onrelease/3.4.