This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 8e0e5a69e fix(ci): actions requires checking out code new 45a87cdeb feat(doc): automatic doc configuration new b68b56ef9 fix: camel website build new 69b4a0c60 chore: revert ae815ddc01d98f4660c5d099f3f11ace3f346c9b 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: .github/actions/automatic-updates/action.yml | 9 +- .gitignore | 1 - docs/antora.yml | 32 +- docs/modules/ROOT/pages/index.adoc | 7 +- pkg/resources/resources.go | 884 +++++++++++++++++++++ pkg/util/defaults/defaults.go | 2 +- ...6.0.yaml => camel-catalog-1.17.0-SNAPSHOT.yaml} | 6 +- script/Makefile | 5 +- script/update_docs.sh | 65 ++ 9 files changed, 978 insertions(+), 33 deletions(-) create mode 100644 pkg/resources/resources.go rename resources/{camel-catalog-1.16.0.yaml => camel-catalog-1.17.0-SNAPSHOT.yaml} (99%) create mode 100755 script/update_docs.sh