Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes broken documentation links by removing obsolete id: intro frontmatter properties and updating navigation URLs to point directly to index files instead of the removed intro slugs.
Changes:
- Removed
id: introfrom frontmatter in user, dev, and admin documentation index files - Updated all navigation links from
/intropaths to direct index paths (e.g.,/docs/user/intro→/docs/user) - Reorganized admin documentation structure by removing the welcome category and adjusting sidebar positions
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-4.0/user/index.md | Removed id: intro frontmatter and updated admin documentation link |
| versioned_docs/version-4.0/dev/index.md | Removed id: intro frontmatter |
| versioned_docs/version-4.0/admin/welcome/category.json | Deleted welcome category configuration |
| versioned_docs/version-4.0/admin/resources/category.json | Updated position from 5 to 7 |
| versioned_docs/version-4.0/admin/maintenance/category.json | Updated position from 4 to 6 |
| versioned_docs/version-4.0/admin/index.md | Removed slug, added sidebar_position, and updated title/description |
| versioned_docs/version-4.0/admin/getting-started/category.json | Updated position from 2 to 4 |
| versioned_docs/version-4.0/admin/features.md | Updated sidebar_position from 1 to 2 |
| versioned_docs/version-4.0/admin/datasheet.md | Updated sidebar_position from 2 to 3 |
| versioned_docs/version-4.0/admin/configuration/category.json | Updated position from 3 to 5 |
| src/pages/index.tsx | Updated all documentation links to remove /intro suffix |
| i18n/de/docusaurus-plugin-content-docs/version-4.0/user/index.md | Updated admin documentation link |
| i18n/de/docusaurus-plugin-content-docs/current/user/index.md | Updated admin documentation link |
| docusaurus.config.ts | Updated navigation links to remove /intro suffix |
| docs/user/index.md | Removed id: intro, updated admin link, and added ./ prefix to relative links |
| docs/dev/index.md | Removed id: intro frontmatter |
| docs/admin/welcome/category.json | Deleted welcome category configuration |
| docs/admin/resources/faq.md | Updated Quick Start link |
| docs/admin/resources/category.json | Updated position from 5 to 7 |
| docs/admin/maintenance/category.json | Updated position from 4 to 6 |
| docs/admin/index.md | Removed slug, added sidebar_position, and updated title/description |
| docs/admin/getting-started/category.json | Updated position from 2 to 4 |
| docs/admin/features.md | Updated sidebar_position from 1 to 2 |
| docs/admin/datasheet.md | Updated sidebar_position from 2 to 3 |
| docs/admin/configuration/category.json | Updated position from 3 to 5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.