From 95f4dc50cb76e7aa89c3b11abd55698015ab6079 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 26 Feb 2025 14:32:41 +0100 Subject: [PATCH] fix: set 31 as stable Signed-off-by: Arthur Schiwon --- conf.py | 2 +- index.html | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/conf.py b/conf.py index a3923d091..62aa0beb4 100644 --- a/conf.py +++ b/conf.py @@ -40,7 +40,7 @@ rst_epilog = '.. |version| replace:: %s' % version version_start = 29 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER # THIS IS THE VERSION THAT IS MAPPED TO https://docs.nextcloud.com/server/stable/ -version_stable = 30 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER +version_stable = 31 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER # Also search for "TODO ON RELEASE" in the rst files diff --git a/index.html b/index.html index 9e8bfd89d..4670ed8e9 100644 --- a/index.html +++ b/index.html @@ -233,20 +233,8 @@ -
-

Nextcloud 31

-

This documents the next version of Nextcloud (not released).

- -
-
-

Nextcloud 30

+

Nextcloud 31

This documents the latest stable version of Nextcloud.

+
+

Nextcloud 30

+

This documents the previous stable (still supported) version of Nextcloud.

+ +
+

Nextcloud 29

This documents the last supported stable version of Nextcloud.