diff --git a/conf.py b/conf.py index e508f423d..78d9a54d9 100644 --- a/conf.py +++ b/conf.py @@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version # building the versions list version_start = 22 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 23 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_stable = 24 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = [] for v in range(version_start, version_stable + 1): @@ -46,7 +46,7 @@ def generateVersionsDocs(current_docs): versions_doc.append(tuple(('stable', 'https://docs.nextcloud.com/server/%s/%s' % ('stable', current_docs)))) versions_doc.append(tuple(('latest', 'https://docs.nextcloud.com/server/%s/%s' % ('latest', current_docs)))) return versions_doc - + if version.isdigit(): github_branch = 'stable%s' % version else: diff --git a/index.html b/index.html index c4bfc22a7..0d92f4204 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,7 @@
-

Nextcloud 24

+

Nextcloud 25

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

-

Nextcloud 23

+

Nextcloud 24

This documents the latest stable version of Nextcloud.

-
-

Nextcloud 22

+
+

Nextcloud 23

This documents the previous version of Nextcloud.

+ +
+ +
+

Nextcloud 22

+

This documents the last supported version of Nextcloud.

-
-

Nextcloud 21

-

This documents the last supported version of Nextcloud.

- -
-

Nextcloud Desktop Client

Once you have a Nextcloud Server running, you can connect to it with various clients like our mobile and desktop client.