Skip to content

Commit 83b5f68

Browse files
committed
Documentation fixes
1 parent 5432962 commit 83b5f68

File tree

14 files changed

+62
-217
lines changed

14 files changed

+62
-217
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 183 deletions
This file was deleted.

docs/about/01_overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Quick start guide to running your first Coherence cluster using the Coherence Op
2323
2424
[CARD]
2525
.Install
26-
[icon=fa-save,link=docs/installation/01_installation.adoc]
26+
[icon=fa-save,link=docs/installation/001_installation.adoc]
2727
--
2828
Installing and running the Coherence Operator.
2929
--

docs/about/03_quickstart.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ to install a simple Coherence cluster.
1515
1616
== Prerequisites
1717
18-
Ensure that the <<docs/installation/01_installation.adoc,Coherence Operator prerequisites>> are available.
18+
Ensure that the <<docs/installation/001_installation.adoc,Coherence Operator prerequisites>> are available.
1919
2020
== 1. Install the Coherence Operator
2121
@@ -71,7 +71,7 @@ or with Helm v2
7171
helm install --namespace coherence-test --name operator coherence/coherence-operator
7272
----
7373
74-
See the <<docs/installation/01_installation.adoc, full install guide>> for more details.
74+
See the <<docs/installation/001_installation.adoc, full install guide>> for more details.
7575
7676
7777
== 2. Install a Coherence Deployment

docs/coherence/021_member_identity.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ and the Node label used to get the value for the rack will be `identity/rack`.
166166
167167
==== Using Kubectl or Kustomize
168168
169-
If using `kubectl` or `kustomize` as described in the <<docs/installation/01_installation.adoc,Installation Guide>>
169+
If using `kubectl` or `kustomize` as described in the <<docs/installation/001_installation.adoc,Installation Guide>>
170170
the additional environment variables can be applied using `kustomize` commands.
171171
172172
[source,bash]

docs/installation/020_RBAC.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Assuming that all the above reductions in features are acceptable then the Opera
2929
3030
== Install the Operator Without ClusterRoles
3131
32-
The two methods of installing the Operator discussed in the <<docs/installation/01_installation.adoc,Install Guide>> can be used to install the Operator without ClusterRoles.
32+
The two methods of installing the Operator discussed in the <<docs/installation/001_installation.adoc,Install Guide>> can be used to install the Operator without ClusterRoles.
3333
3434
=== Manually Install CRDs
3535
@@ -78,7 +78,7 @@ kubectl apply -f crd-small/coherence.oracle.com_coherence.yaml
7878
7979
=== Install Using Helm
8080
81-
The Operator can be installed from the Helm chart, as described in the <<docs/installation/01_installation.adoc,Install Guide>>.
81+
The Operator can be installed from the Helm chart, as described in the <<docs/installation/001_installation.adoc,Install Guide>>.
8282
The Helm chart contains values that control whether cluster roles are created when installing the chart. To install the chart without any cluster roles set the `clusterRoles` value to `false`.
8383
8484
[source,bash]
@@ -114,7 +114,7 @@ helm install \
114114
115115
=== Install Using Kustomize
116116
117-
The Operator can be installed using Kustomize with the manifest files, as described in the <<docs/installation/01_installation.adoc,Install Guide>>.
117+
The Operator can be installed using Kustomize with the manifest files, as described in the <<docs/installation/001_installation.adoc,Install Guide>>.
118118
119119
==== Exclude the ClusterRole Manifests
120120

examples/020_hello_world/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ image:GitHub-Mark-32px.png[] The complete source code for this example is in the
2121
=== Install the Operator
2222
2323
If you have not already done so, you need to install the Coherence Operator.
24-
There are a few simple ways to do this as described in the <<docs/installation/01_installation.adoc,Installation Guide>>
24+
There are a few simple ways to do this as described in the <<docs/installation/001_installation.adoc,Installation Guide>>
2525
2626
=== A Default Coherence Cluster
2727

examples/021_deployment/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You also need to prefix the image name in the `yaml` files below.
127127
== Install the Coherence Operator
128128
129129
Install the Coherence Operator using your preferred method in the Operator
130-
https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/01_installation[Installation Guide]
130+
https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/001_installation[Installation Guide]
131131
132132
Confirm the operator is running, for example if the operator is installed into the `coherence-example` namespace:
133133
[source,bash]

examples/025_extend_client/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you have not already done so, you should build the image from that example, s
3131
==== Install the Operator
3232
3333
If you have not already done so, you need to install the Coherence Operator.
34-
There are a few simple ways to do this as described in the <<docs/installation/01_installation.adoc,Installation Guide>>
34+
There are a few simple ways to do this as described in the <<docs/installation/001_installation.adoc,Installation Guide>>
3535
3636
3737
== The Client Application

examples/090_tls/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you do not want to use Cert Manager to try this example then a long as you ha
5555
[#install_operator]
5656
=== Install the Operator
5757
58-
To run the examples below, you will need to have installed the Coherence Operator, do this using whatever method you prefer from the https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/01_installation[Installation Guide]
58+
To run the examples below, you will need to have installed the Coherence Operator, do this using whatever method you prefer from the https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/001_installation[Installation Guide]
5959
6060
[#setup_cert_manager]
6161
=== Setting Up Cert-Manager

examples/100_federation/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ For each of the OKE clusters, carry out the following
139139
==== 1. Install the Coherence Operator
140140
141141
To run the examples below, you will need to have installed the Coherence Operator,
142-
do this using whatever method you prefer from the https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/01_installation[Installation Guide].
142+
do this using whatever method you prefer from the https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/001_installation[Installation Guide].
143143
144144
[source,bash]
145145
----

0 commit comments

Comments
 (0)