Skip to content

Commit edbb40e

Browse files
committed
Documentation for CrateDB 3.3 turned off, so refer to sources instead
1 parent 97508b8 commit edbb40e

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

docs/admin/clustering/multi-node-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ discovers the rest of the cluster via the seed nodes.
191191
:::{TIP}
192192
If you are using CrateDB 3.x or below, you can use the
193193
[discovery.zen.ping.unicast.hosts] setting instead of
194-
`discovery.seed_hosts`.
194+
{ref}`crate-reference:discovery.seed_hosts`.
195195
:::
196196

197197
(unicast-discovery)=
@@ -444,8 +444,8 @@ transport.publish_port: 4321
444444
[configuration]: https://cratedb.com/docs/crate/reference/en/latest/config/index.html
445445
[crate_home]: https://cratedb.com/docs/crate/reference/en/latest/config/environment.html#conf-env-crate-home
446446
[daemon]: https://en.wikipedia.org/wiki/Daemon_(computing)
447-
[discovery.zen.minimum_master_nodes]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
448-
[discovery.zen.ping.unicast.hosts]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#unicast-host-discovery
447+
[discovery.zen.minimum_master_nodes]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
448+
[discovery.zen.ping.unicast.hosts]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#unicast-host-discovery
449449
[gateway.expected_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/config/cluster.html#gateway-expected-data-nodes
450450
[gateway.recover_after_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/config/cluster.html#gateway-recover-after-data-nodes
451451
[hostname]: https://en.wikipedia.org/wiki/Hostname

docs/admin/clustering/scale/kubernetes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ Changes to the Kubernetes controller configuration can then be deployed using
144144
Control][using version control].
145145

146146
:::{CAUTION}
147-
If `discovery.zen.minimum_master_nodes` is set to more than the current
147+
If [discovery.zen.minimum_master_nodes] is set to more than the current
148148
number of nodes in the cluster, the cluster will disband. On the other
149149
hand, a number that is too small might lead to a [split-brain] scenario.
150150

151-
Accordingly, it is important to [adjust this number carefully] when
151+
Accordingly, it is important to adjust this number carefully when
152152
scaling CrateDB.
153153
:::
154154

@@ -185,11 +185,10 @@ However, you should only do this on a production cluster if you need to
185185
scale to handle a load spike quickly.
186186
:::
187187

188-
[adjust this number carefully]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
189188
[containerization]: https://www.docker.com/resources/what-container
190189
[cratedb docker image]: https://hub.docker.com/_/crate/
191190
[deleted and recreated]: https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#disruptive-updates
192-
[discovery.zen.minimum_master_nodes]: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery-zen-minimum-master-nodes
191+
[discovery.zen.minimum_master_nodes]: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
193192
[docker]: https://www.docker.com/
194193
[gateway.expected_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/admin/system-information.html#recovery-expected-data-nodes
195194
[gateway.recover_after_data_nodes]: https://cratedb.com/docs/crate/reference/en/latest/admin/system-information.html#recovery-after-data-nodes

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@
8080
r"https://www.computerhope.com/",
8181
# Out of service.
8282
r"https://s3.amazonaws.com/nyc-tlc/.*",
83-
# 2025-09-29: Phased out CrateDB 3.3 docs
84-
r"https://cratedb.com/docs/crate/reference/en/3.3/",
8583
# 403 Client Error: Forbidden for url
8684
r"https://docs.docker.com/",
8785
]

docs/install/cloud/aws/ec2-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ discovery by availability zone::
196196

197197
See also :ref:`crate-reference:discovery.ec2.availability_zones`.
198198

199-
.. _3.3: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery
199+
.. _3.3: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
200200
.. _Amazon EC2: https://aws.amazon.com/ec2/
201201
.. _assign them with an IAM role: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/attach-iam-role.html
202202
.. _AWS guide: httsp://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html

docs/install/cloud/azure/vm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ We need to allow the ports CrateDB uses through the Windows Firewall
174174
Start crate by running ``bin/crate``.
175175

176176

177-
.. _3.3: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery
177+
.. _3.3: https://github.com/crate/crate/blob/3.3/blackbox/docs/config/cluster.rst#discovery
178178
.. _Java JDK installed: https://www.oracle.com/java/technologies/downloads/#java8
179179
.. _latest: https://cratedb.com/docs/crate/reference/en/latest/config/cluster.html#discovery
180180
.. _Learn how to install here: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

0 commit comments

Comments
 (0)