mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #9323 from nextcloud/DaphneMuller-patch-1
This commit is contained in:
3
conf.py
3
conf.py
@@ -38,6 +38,9 @@ rst_epilog = '.. |version| replace:: %s' % version
|
||||
# building the versions list
|
||||
version_start = 23 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 25 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
|
||||
# Also search for "TODO ON RELEASE" in the rst files
|
||||
|
||||
def generateVersionsDocs(current_docs):
|
||||
versions_doc = []
|
||||
for v in range(version_start, version_stable + 1):
|
||||
|
||||
@@ -19,6 +19,8 @@ There are three procedures in place to facilitate communication to app developer
|
||||
1. The definition of done of a pull request includes documentation.
|
||||
This means the development of your pull request cannot be considered done if you introduced changes that affect app developers that you did not document.
|
||||
|
||||
.. TODO ON RELEASE: Change the link to the follow up issue
|
||||
|
||||
2. A change that affects app developers, has to be reported and documented by the author of the pull request in the `Changes for developers and administrators issue <https://github.com/nextcloud/server/issues/34692>`_.
|
||||
The requirements for this documentation are:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user