This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-website.git
from e208de91 chore: Kaoto 2.8 release (#1432)
add e080a1a1 feat: Expose llms.txt and markdown content that is easily
accessible to LLMs
No new revisions were added by this update.
Summary of changes:
gulp/helpers/html-index.js | 180 ++++++++++++++
gulp/helpers/llms-txt.js | 22 ++
gulp/helpers/rss-feed.js | 106 ++++++++
gulp/helpers/toon-format.js | 73 ++++++
gulp/helpers/turndown-config.js | 87 +++++++
gulp/tasks/generate-markdown.js | 124 ++++++++++
gulpfile.js | 6 +-
llms-txt-template.md | 62 +++++
package.json | 11 +-
yarn.lock | 534 ++++++++++++++++++++++++++++++++++++++--
10 files changed, 1175 insertions(+), 30 deletions(-)
create mode 100644 gulp/helpers/html-index.js
create mode 100644 gulp/helpers/llms-txt.js
create mode 100644 gulp/helpers/rss-feed.js
create mode 100644 gulp/helpers/toon-format.js
create mode 100644 gulp/helpers/turndown-config.js
create mode 100644 gulp/tasks/generate-markdown.js
create mode 100644 llms-txt-template.md