CAMEL-23788: Generate versioned offline documentation bundles#1667
Merged
Conversation
Contributor
Author
|
We should include Quarkus docs as well. And it should also be non LTS releases so when we release 4.21.0 we can have this also. |
Contributor
|
🚀 Preview is available at |
Contributor
Author
Contributor
|
Oh, nice to pack it with a github actions! |
orpiske
approved these changes
Jun 18, 2026
Contributor
|
🚀 Preview is available at |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
539b7a4 to
5d82668
Compare
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.
Summary
workflow_dispatch) to generate versioned offline documentation bundlesscripts/generate-offline-bundle.jszips version-specific.mdfiles (components, Spring Boot starters, Kamelets, manual) into a single archivecamel-docs-4.18.zipunder release tagdocs-4.18)llms-txt-template.mdto list available versioned bundles so AI agents can discover the right versionMotivation
Companies may restrict their AI coding agents from accessing the internet. A versioned offline bundle lets an agent working with Camel 4.14 download just the 4.14 docs, without needing to reach
camel.apache.org.How it works
4.18)Test plan
4.18)llms.txtrenders correctly with the new section🤖 Generated with Claude Code