This is an automated email from the ASF dual-hosted git repository. zregvart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git.
from c782440 fix: cleanup release note for 2.19.0 new a22cfb9 fix: disable taxonomies new c2a93b5 chore: add HTML validation new 75ea779 fix: general cleanup according to html-validator The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .htmlvalidate.json | 13 + Jenkinsfile | 18 + antora-ui-camel/src/css/responsive.css | 11 + antora-ui-camel/src/partials/header-content.hbs | 4 +- antora-ui-camel/src/partials/navigation-tree.hbs | 2 +- antora-ui-camel/src/partials/page-versions.hbs | 2 +- antora-ui-camel/src/partials/toolbar.hbs | 2 +- config.toml | 1 + content/community/books.md | 18 +- content/community/camel-extra.md | 8 +- layouts/_default/section.html | 5 + layouts/download/download.html | 6 +- layouts/index.html | 6 +- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 32 +- package.json | 15 +- yarn.lock | 621 ++++++++++++++++++++++- 17 files changed, 706 insertions(+), 60 deletions(-) create mode 100644 .htmlvalidate.json create mode 100644 layouts/_default/section.html