diff --git a/current b/current index cb4ead4a68..6c0e11a3de 120000 --- a/current +++ b/current @@ -1 +1 @@ -24.1.0 \ No newline at end of file +24.2.0 \ No newline at end of file diff --git a/index.html b/index.html index 66b5a3efab..916845f987 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,9 @@
- 24.2.0 (under development: early access)
- 24.1.0 (current)
+ 24.3.0 (under development: early access)
+ 24.2.0 (current)
+ 24.1.0
23.5.0
23.4.0
23.3.0
diff --git a/robots.txt b/robots.txt
index 9394b985b3..33f20f474c 100644
--- a/robots.txt
+++ b/robots.txt
@@ -6,7 +6,8 @@ Allow: /current
Allow: /current/
# Disallow versioned directories
-Disallow: /23.5.0
+Disallow: /24.1.0
+Disallow: /24.3.0
Disallow: /24.2.0
Disallow: /24.1.0
Disallow: /23.5.0
diff --git a/versions.json b/versions.json
index ce00d29bf3..e84a586f63 100644
--- a/versions.json
+++ b/versions.json
@@ -1,13 +1,17 @@
[
+ {
+ "version": "24.3.0",
+ "location": "https://docs.go.cd/24.3.0/",
+ "type": "next"
+ },
{
"version": "24.2.0",
"location": "https://docs.go.cd/24.2.0/",
- "type": "next"
+ "type": "latest"
},
{
"version": "24.1.0",
- "location": "https://docs.go.cd/24.1.0/",
- "type": "latest"
+ "location": "https://docs.go.cd/24.1.0/"
},
{
"version": "23.5.0",