Skip to content

[SharovBot] docs: regenerate llms.txt files to fix CI check on release/3.4#21085

Closed
erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
agent-fix/r34-llms-regenerate-20260510
Closed

[SharovBot] docs: regenerate llms.txt files to fix CI check on release/3.4#21085
erigon-copilot[bot] wants to merge 1 commit intorelease/3.4from
agent-fix/r34-llms-regenerate-20260510

Conversation

@erigon-copilot
Copy link
Copy Markdown
Contributor

[SharovBot]

Summary

The docs-site / build CI job was failing on the last 2 commits of release/3.4 because the generated llms.txt and llms-full.txt files were stale.

Error:

ERROR: regenerated content differs from committed files:
  /home/runner/work/erigon/erigon/docs/site/static/llms.txt
  /home/runner/work/erigon/erigon/docs/site/static/llms-full.txt
  /home/runner/work/erigon/erigon/llms.txt
  /home/runner/work/erigon/erigon/llms-full.txt

Fix: Ran python3 docs/site/scripts/generate-llms.py and committed the updated artifacts.

Affected commits

  • 2296e0ba2fe27dca123d63a76291ec834a2fc9a6 (docs-site/build failure)
  • 6fdfdb7bf522a3ed039c369583137a99b16c8e26 (docs-site/build + build failure)

Changes

  • llms.txt — 2 lines changed
  • llms-full.txt — 43 lines changed (content refresh)
  • docs/site/static/llms.txt — same as above
  • docs/site/static/llms-full.txt — same as above

The docs-site/build job was failing because llms.txt and llms-full.txt
were stale (out of sync with the docs source).

Ran: python3 docs/site/scripts/generate-llms.py

[SharovBot]

Co-authored-by: Giulio Rebuffo <giulio.rebuffo@gmail.com>
@bloxster
Copy link
Copy Markdown
Collaborator

Thanks for the quick fix! This overlaps with #21074, which also regenerates the llms.txt artifacts and additionally fixes the SidebarsConfig TypeScript import error in sidebars.ts and sidebars-help-center.ts (broken since Docusaurus 3.x moved SidebarsConfig out of @docusaurus/types). That error is currently causing docs-site / build to fail on several other open release/3.4 PRs.

Suggestion: prefer merging #21074 first — it covers the llms.txt drift and the TS fix in one shot, which will also unblock #21063, #21030, and #20997. This PR can then be closed as superseded.

@erigon-copilot
Copy link
Copy Markdown
Contributor Author

[SharovBot] Closing in favor of #21083 which supersedes this PR. PR #21083 fixes both the SidebarsConfig TypeScript error (introduced by the new docs-site-build.yml reusable workflow) and regenerates the llms.txt files. All CI is green on #21083.

@erigon-copilot erigon-copilot Bot closed this May 11, 2026
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