Skip to content

Commit 69ce922

Browse files
authored
Update setup.adoc
1 parent 830f70d commit 69ce922

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

documentation/modules/camelk/pages/setup.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
= Page Title
1+
[#camelk-setup]
2+
= Setup
23
include::_attributes.adoc[]
34

4-
[#camelk-setup]
5-
== Setup
65

76
[#install-camel-k]
8-
=== Install Apache Camel K
7+
== Install Apache Camel K
98

109
Download the latest Apache Camel K release from https://github.com/apache/camel-k/releases/latest[here]. Extract the content and add the binary `kamel` to the PATH.
1110

@@ -71,7 +70,7 @@ In OpenShift, the `kamel install` command will not install Camel K operator in e
7170
====
7271

7372
[#configure-maven-repo]
74-
=== Configure Camel K to build faster
73+
== Configure Camel K to build faster
7574

7675
Camel K uses https://maven.apache.org[Apache Maven] to build the integration kits and its related containers. The Apache Maven settings for Camel K are stored in a ConfigMap `camel-k-maven-settings` in the {tutorial-namespace} namespace. One of the ways to make the build faster is by using a maven repository manager such as https://www.sonatype.com/nexus-repository-oss[Sonatype Nexus], the repository manager helps in caching the maven artifacts from remote repositories and serves them from local the subsequent times they are asked to be downloaded.
7776

0 commit comments

Comments
 (0)