This is an automated email from the ASF dual-hosted git repository.
djencks pushed a change to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from e434ab9 [maven-release-plugin] Set next development version
2.2.1-SNAPSHOT
new 51aa612 update to new indexer,jsonpath syntax, fix some versions
new 6d93249 update groovy update script to not break antora.yml
new 29424ad set up for partial website build
new 1d5ded5 disable partial website build on this branch, it is
impractical to get it to work
new 6fe7528 generated change in qute.json
The 5 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:
docs/.pnp.js | 1262 ++++++++++---------
docs/antora-playbook.yml | 31 +-
docs/antora.yml | 9 +-
.../contributor-guide/extension-metadata.adoc | 2 +-
.../pages/contributor-guide/release-guide.adoc | 11 +-
docs/modules/ROOT/pages/index.adoc | 2 +-
docs/modules/ROOT/pages/reference/components.adoc | 14 +-
docs/modules/ROOT/pages/reference/dataformats.adoc | 14 +-
.../ROOT/pages/reference/extensions/core.adoc | 2 +-
.../reference/extensions/microprofile-health.adoc | 2 +-
docs/modules/ROOT/pages/reference/index.adoc | 15 +-
docs/modules/ROOT/pages/reference/languages.adoc | 14 +-
docs/modules/ROOT/pages/reference/others.adoc | 14 +-
docs/modules/ROOT/pages/user-guide/cdi.adoc | 9 +-
.../ROOT/pages/user-guide/command-mode.adoc | 2 +-
.../pages/user-guide/defining-camel-routes.adoc | 2 +-
.../pages/user-guide/dependency-management.adoc | 10 +-
docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +-
.../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +-
.../ROOT/pages/user-guide/observability.adoc | 2 +-
.../reference/summary-table.adoc} | 23 +-
docs/package.json | 18 +-
docs/pom.xml | 21 +-
docs/util/jsonpath-util.js | 103 ++
docs/yarn.lock | 1278 ++++++++++----------
.../core/runtime/src/main/doc/configuration.adoc | 2 +-
.../runtime/src/main/doc/usage.adoc | 2 +-
.../org/apache/camel/component/qute/qute.json | 2 +-
pom.xml | 4 +-
tooling/scripts/update-antora-config.groovy | 13 +-
30 files changed, 1452 insertions(+), 1437 deletions(-)
copy docs/modules/ROOT/{pages/reference/components.adoc =>
partials/reference/summary-table.adoc} (58%)
create mode 100644 docs/util/jsonpath-util.js