Skip to content

Commit ffe19ce

Browse files
committed
chore: Cleanup developer manual
The changelog section was very prominent but does not hold much useful information for developers. So get rid of it and just forward to the app upgrade guide (the maintained changelog). Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent e68979f commit ffe19ce

File tree

4 files changed

+6
-84
lines changed

4 files changed

+6
-84
lines changed

Diff for: developer_manual/conf.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
epub_title = u'Nextcloud Developer Manual'
259259
epub_author = u'The Nextcloud developers'
260260
epub_publisher = u'The Nextcloud developers'
261-
epub_copyright = u'2012-2017, The Nextcloud developers'
261+
epub_copyright = u'2012-2024, The Nextcloud developers'
262262

263263
# The language of the text. It defaults to the language option
264264
# or en if the language is not set.
@@ -318,10 +318,13 @@
318318
# Redirect old URLs
319319
# https://documatt.gitlab.io/sphinx-reredirects/usage.html
320320
redirects = {
321+
# Removed 2023
321322
"core/index": "../server",
322323
"core/code-back-end": "../server/code-back-end.html",
323324
"core/code-front-end": "../server/code-front-end.html",
324325
"core/externalapi": "../server/externalapi.html",
325326
"core/static-analysis": "../server/static-analysis.html",
326-
"core/unit-testing": "../server/unit-testing.html"
327+
"core/unit-testing": "../server/unit-testing.html",
328+
# Removed 2024-09
329+
"digging_deeper/changelog": "../app_publishing_maintenance/app_upgrade_guide/index.html"
327330
}

Diff for: developer_manual/digging_deeper/changelog.rst

-80
This file was deleted.

Diff for: developer_manual/digging_deeper/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Digging deeper
66
:maxdepth: 3
77

88
api
9-
changelog
109
config/index
1110
debugging
1211
classloader

Diff for: user_manual_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Nextcloud Documentation</title>
6-
<meta http-equiv="refresh" content="0; url=en" />
6+
<meta http-equiv="refresh" content="0; url=en" />
77
</head>
88
<body role="document">
99
</body>

0 commit comments

Comments
 (0)