mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-15 22:35:00 +00:00
Show 20 as current and latest release
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
2
conf.py
2
conf.py
@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
# building the versions list
|
||||
version_start = 17 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 19 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
version_stable = 20 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
def generateVersionsDocs(current_docs):
|
||||
versions_doc = []
|
||||
for v in range(version_start, version_stable + 1):
|
||||
|
14
index.html
14
index.html
@ -219,9 +219,21 @@
|
||||
page for more information.</p>
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-20">
|
||||
<h2>Nextcloud 20<a class="headerlink" href="#nextcloud-20" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>latest</em> version of Nextcloud.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/20/user_manual/">User Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/20/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/20/admin_manual/">Administration Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/20/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/20/developer_manual/">Developer Manual</a>
|
||||
</ul>
|
||||
</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>latest</em> version of Nextcloud.</p>
|
||||
<p>This documents a <em>previous</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>
|
||||
|
Reference in New Issue
Block a user