This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/1763
in repository https://gitbox.apache.org/repos/asf/camel-website.git
omit ae82af7d Fix #1763: publish every blog post as Markdown at
<post>/index.md
add a1d6c2b9 Fix #1764: generate the offline bundle list in llms.txt from
the documented Camel versions
add 51169998 Fix #1762: publish a Markdown mirror of the website pages as
<page>/index.md
add baa05595 Fix #1763: publish every blog post as Markdown at
<post>/index.md
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ae82af7d)
\
N -- N -- N refs/heads/fix/1763 (baa05595)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 7 +++++
gulp/helpers/llms-txt.js | 57 ++++++++++++++++++++++++++++++++++++++---
gulp/tasks/generate-markdown.js | 43 ++++++++++++++++++++-----------
llms-txt-template.md | 21 +++++++++------
test/generate-markdown-test.js | 24 +++++++++++++++++
test/llms-txt-test.js | 47 +++++++++++++++++++++++++++++++++
6 files changed, 172 insertions(+), 27 deletions(-)
create mode 100644 test/llms-txt-test.js