Add docs for 19

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma
2020-05-28 08:45:46 +02:00
parent 8185634dd8
commit 5c0e05f61f
2 changed files with 14 additions and 1 deletions

View File

@@ -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):

View File

@@ -219,6 +219,19 @@
page for more information.</p>
</div>
<div class="section" id="nextcloud-19">
<h2>Nextcloud 19<a class="headerlink" href="#nextcloud-19" title="Permalink to this headline"></a></h2>
<p>This documents the <em>upcoming</em> version of Nextcloud.</p>
<ul class="simple">
<li><a class="reference external" href="https://docs.nextcloud.com/server/19/user_manual/">User Manual</a>
(<a class="reference external" href="https://docs.nextcloud.com/server/19/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
<li><a class="reference external" href="https://docs.nextcloud.com/server/19/admin_manual/">Administration Manual</a>
(<a class="reference external" href="https://docs.nextcloud.com/server/19/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
<li><a class="reference external" href="https://docs.nextcloud.com/server/19/developer_manual/">Developer Manual</a>
</ul>
</div>
<div class="section" id="nextcloud-18">
<h2>Nextcloud 18<a class="headerlink" href="#nextcloud-18" title="Permalink to this headline"></a></h2>
<p>This documents the <em>latest</em> version of Nextcloud.</p>