mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
fix: version data
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
4
conf.py
4
conf.py
@@ -48,10 +48,10 @@ html_copy_source = False
|
||||
rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
# building the versions list
|
||||
version_start = 29 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER
|
||||
version_start = 31 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER
|
||||
|
||||
# THIS IS THE VERSION THAT IS MAPPED TO https://docs.nextcloud.com/server/stable/
|
||||
version_stable = 31 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER
|
||||
version_stable = 32 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER
|
||||
|
||||
# Also search for "TODO ON RELEASE" in the rst files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user