mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
docs: Make it clear that live changes are needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
6
conf.py
6
conf.py
@@ -36,8 +36,10 @@ html_logo = "../_shared_assets/static/logo-white.png"
|
||||
rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
# building the versions list
|
||||
version_start = 28 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 30 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
version_start = 28 # 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
|
||||
|
||||
# Also search for "TODO ON RELEASE" in the rst files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user