From fa68dab4e1371a1ce66931939ea985407927195f Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Wed, 10 May 2023 11:46:36 +0200 Subject: [PATCH] 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 e7502616a6..306fb22bfb 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.