Claus Ibsen created CAMEL-23788:
-----------------------------------
Summary: Generate versioned offline documentation bundles for AI
coding agents
Key: CAMEL-23788
URL: https://issues.apache.org/jira/browse/CAMEL-23788
Project: Camel
Issue Type: New Feature
Reporter: Claus Ibsen
Companies may restrict their AI coding agents from accessing the internet. To
support offline usage, generate versioned documentation bundles (zip archives
of all Markdown files) that can be downloaded once and used locally.
Proposed approach:
- Add a manually-triggered GitHub Actions workflow (workflow_dispatch) that
takes a Camel version as input (e.g. 4.18)
- The workflow builds the full website, then zips version-specific .md files
(components, spring-boot starters, kamelets, manual) into a single archive
- Upload the zip as a GitHub Release asset on apache/camel-website (e.g.
camel-docs-4.18.zip)
- Update llms.txt to list available versioned bundles so AI agents can discover
the right version
This is intended to run after each official Camel release, producing one zip
per supported version.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)