You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/05/10 09:46:42 UTC

[camel-k] branch release-1.10.x updated: fix: camel site errors

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.10.x by this push:
     new fa68dab4e fix: camel site errors
fa68dab4e is described below

commit fa68dab4e1371a1ce66931939ea985407927195f
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed May 10 11:46:36 2023 +0200

    fix: camel site errors
---
 docs/modules/ROOT/pages/architecture/cr/build.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/architecture/cr/build.adoc b/docs/modules/ROOT/pages/architecture/cr/build.adoc
index e7502616a..306fb22bf 100644
--- a/docs/modules/ROOT/pages/architecture/cr/build.adoc
+++ b/docs/modules/ROOT/pages/architecture/cr/build.adoc
@@ -28,7 +28,7 @@ the full go definition can be found https://github.com/apache/camel-k/blob/main/
 image::architecture/camel-k-state-machine-build.png[life cycle]
 
 [[build-strategy]]
-= Build strategy
+== Build strategy
 
 You can choose from different build strategies. The build strategy defines how a build should be executed.
 At the moment the available strategies are:
@@ -37,7 +37,7 @@ At the moment the available strategies are:
 - buildStrategy: routine (each build is run as a go routine inside the operator pod)
 
 [[build-queue]]
-= Build queues
+== Build queues
 
 IntegrationKits and its base images should be reused for multiple Integrations in order to
 accomplish an efficient resource management and to optimize build and startup times for Camel K Integrations.