Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses SEO issues by standardizing URL slugs with trailing slashes across documentation files. The changes ensure consistent URL formatting for better search engine optimization.
Changes:
- Added trailing slashes to all slug URLs in category configuration files
- Updated navigation links to include trailing slashes
- Normalized capitalization in one label and description for consistency
Reviewed changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-4.0/user/spaces/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/sharing/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/roles/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/ios-app/shares/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/ios-app/general/overview/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/ios-app/general/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/ios-app/files-and-folders/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/files-and-folders/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/desktop-client/windows/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/desktop-client/macos/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/desktop-client/linux/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/desktop-client/common-functionality/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/android-app/shares/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/android-app/general/overview/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/android-app/general/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/android-app/files-and-folders/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/user/admin/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/dev/web/testing/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/dev/web/development/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/admin/resources/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/admin/maintenance/upgrade/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/admin/maintenance/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/admin/getting-started/category.json | Added trailing slash to slug |
| versioned_docs/version-4.0/admin/configuration/category.json | Added trailing slash to slug |
| src/pages/index.tsx | Updated navigation links to include trailing slashes |
| docusaurus.config.ts | Updated documentation links to include trailing slashes |
| docs/user/spaces/category.json | Added trailing slash to slug |
| docs/user/sharing/category.json | Added trailing slash, normalized label and description capitalization |
| docs/user/roles/category.json | Added trailing slash to slug |
| docs/user/ios-app/shares/category.json | Added trailing slash to slug |
| docs/user/ios-app/general/overview/category.json | Added trailing slash to slug |
| docs/user/ios-app/general/category.json | Added trailing slash to slug |
| docs/user/ios-app/files-and-folders/category.json | Added trailing slash to slug |
| docs/user/files-and-folders/category.json | Added trailing slash to slug |
| docs/user/desktop-client/windows/category.json | Added trailing slash to slug |
| docs/user/desktop-client/macos/category.json | Added trailing slash to slug |
| docs/user/desktop-client/linux/category.json | Added trailing slash to slug |
| docs/user/desktop-client/common-functionality/category.json | Added trailing slash to slug |
| docs/user/android-app/shares/category.json | Added trailing slash to slug |
| docs/user/android-app/general/overview/category.json | Added trailing slash to slug |
| docs/user/android-app/general/category.json | Added trailing slash to slug |
| docs/user/android-app/files-and-folders/category.json | Added trailing slash to slug |
| docs/user/admin/category.json | Added trailing slash to slug |
| docs/dev/web/testing/category.json | Added trailing slash to slug |
| docs/dev/web/development/category.json | Added trailing slash to slug |
| docs/admin/resources/category.json | Added trailing slash to slug |
| docs/admin/maintenance/upgrade/category.json | Added trailing slash to slug |
| docs/admin/maintenance/category.json | Added trailing slash to slug |
| docs/admin/getting-started/category.json | Added trailing slash to slug |
| docs/admin/configuration/category.json | Added trailing slash to slug |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "type": "generated-index", | ||
| "description": "Tutorials about sharing files and folders.", | ||
| "slug": "user/sharing" | ||
| "description": "tutorials about sharing files and folders.", |
There was a problem hiding this comment.
The description should start with a capital letter to maintain consistency with other category descriptions in the codebase, such as 'Tutorials about Spaces.' in user/spaces/category.json.
Suggested change
| "description": "tutorials about sharing files and folders.", | |
| "description": "Tutorials about sharing files and folders.", |
micbar
approved these changes
Jan 22, 2026
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.
No description provided.