From 5c0e05f61f5538e8a104405e5ce3134ae910f4cf Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma
Date: Thu, 28 May 2020 08:45:46 +0200
Subject: [PATCH] Add docs for 19
Signed-off-by: Roeland Jago Douma
---
conf.py | 2 +-
index.html | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/conf.py b/conf.py
index 2c895dd52..78de3dd78 100644
--- a/conf.py
+++ b/conf.py
@@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 16 # THIS IS THE SUPPORTED VERSION NUMBER
-version_stable = 18 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
+version_stable = 19 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):
diff --git a/index.html b/index.html
index 5c260930e..7f6a9d194 100644
--- a/index.html
+++ b/index.html
@@ -219,6 +219,19 @@
page for more information.
+
+
Nextcloud 19
+
This documents the upcoming version of Nextcloud.
+
+
+
+
Nextcloud 18
This documents the latest version of Nextcloud.