Conversation
d2d4a70 to
0b645ad
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
Sorry for the failed rebase @all 😢 |
588bcb7 to
a04b19a
Compare
3f5c648 to
a2f115f
Compare
skjnldsv
commented
Apr 23, 2026
7ad55f5 to
ba128a6
Compare
0e2c77f to
0be1e37
Compare
Member
Author
|
It's done!! 🚀 Summary
|
miaulalala
approved these changes
Apr 24, 2026
nickvergessen
previously requested changes
Apr 24, 2026
Member
Author
|
Done @nickvergessen Summary
|
Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/ae18fa2c-5300-4ccd-9db7-6f2c00da3a4b Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Member
Author
|
FINALLY |
Member
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/0eeab2cf-94b4-4068-b59b-d8eae342c840 Co-authored-by: nextcloud-command <88102737+nextcloud-command@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This pull request brings a big quality boost to our documentation workflow! 🚀
Goal:
Make sure every internal link in our docs actually works, and catch broken ones before anything gets published. We want contributors and users to trust that our docs are always reliable and easy to navigate.
What’s new:
🔗 Automated link checking:
A new CI job uses Lychee to scan all generated documentation for broken links.
🧹 Relative links everywhere:
All internal doc links are now relative paths instead of hardcoded URLs. This makes the docs easier to maintain and less likely to break if we move things around.
⚡ Simpler workflow:
No more fetching the gh-pages branch just to check links. The process is faster and easier to follow.
Why this matters: