Skip to content

Commit acbbe9d

Browse files
authored
Merge pull request #12346 from nextcloud/docs/noid/stable-handling
docs: Make it clear that live changes are needed
2 parents 257b88b + 8609256 commit acbbe9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
rst_epilog = '.. |version| replace:: %s' % version
3737

3838
# building the versions list
39-
version_start = 28 # THIS IS THE SUPPORTED VERSION NUMBER
40-
version_stable = 30 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
39+
version_start = 28 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER
40+
41+
# THIS IS THE VERSION THAT IS MAPPED TO https://docs.nextcloud.com/server/stable/
42+
version_stable = 30 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER
4143

4244
# Also search for "TODO ON RELEASE" in the rst files
4345

0 commit comments

Comments
 (0)