-
Notifications
You must be signed in to change notification settings - Fork 23
chore: convert absolute urls to relativ urls #605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR converts absolute URLs to relative URLs throughout the documentation. The changes improve portability and maintainability by removing hardcoded /docs/ prefixes and replacing them with relative path references.
Changes:
- Updated internal documentation links from absolute paths (e.g.,
/docs/user/sharing/external) to relative paths (e.g.,./external) - Modified cross-documentation references to use proper relative navigation (e.g.,
../admin/configuration) - Applied changes consistently across English and German translations
Reviewed changes
Copilot reviewed 35 out of 35 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-4.0/user/sharing/file-drop.md | Updated link to external sharing documentation |
| versioned_docs/version-4.0/user/index.md | Converted all table of contents and navigation links to relative paths |
| versioned_docs/version-4.0/user/admin/web-dav.md | Updated app token guide references |
| versioned_docs/version-4.0/dev/web/testing/running-tests.md | Converted development setup and Keycloak documentation links |
| versioned_docs/version-4.0/dev/web/index.md | Updated getting started guide reference |
| versioned_docs/version-4.0/dev/web/getting-started.md | Converted development setup and extension system links |
| versioned_docs/version-4.0/dev/web/extension-system/viewer-editor-apps.md | Updated web app documentation references |
| versioned_docs/version-4.0/dev/web/extension-system/index.md | Converted all extension type documentation links |
| versioned_docs/version-4.0/dev/web/extension-system/extension-types/*.md | Updated extension base configuration references across multiple files |
| versioned_docs/version-4.0/dev/web/development/*.md | Converted tooling and testing documentation links |
| versioned_docs/version-4.0/dev/server/configuration/config-system.md | Updated service documentation references |
| versioned_docs/version-4.0/dev/server/apis/*.md | Converted HTTP and gRPC API references |
| versioned_docs/version-4.0/admin/maintenance/upgrade/*.md | Updated backup and troubleshooting links |
| versioned_docs/version-4.0/admin/getting-started//.md | Converted common issues documentation references |
| versioned_docs/version-4.0/admin/configuration/authentication-and-user-management/*.md | Updated Keycloak and external IDP references |
| i18n/de/docusaurus-plugin-content-docs/*/user/index.md | Applied same changes to German translations |
| docs/user/index.md | Updated current version documentation links |
| docs/admin/configuration/authentication-and-user-management/external-idp.md | Updated Keycloak integration reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## OpenCloud Configuration | ||
|
|
||
| The following environment variables are relevant when connecting OpenCloud to | ||
| an external IDP. An example configuration for Keycloak is provided the |
Copilot
AI
Jan 21, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'relativ' to 'relative' in the PR title.
| an external IDP. An example configuration for Keycloak is provided the | |
| an external IDP. An example configuration for Keycloak is provided in the |
micbar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, the build doesn't complain and we see no new broken link warnings
No description provided.