docs: Add redirect from /docs/intro to Introduction page#2127
Merged
agrawaliti merged 1 commit intomicrosoft:mainfrom Mar 23, 2026
Merged
docs: Add redirect from /docs/intro to Introduction page#2127agrawaliti merged 1 commit intomicrosoft:mainfrom
agrawaliti merged 1 commit intomicrosoft:mainfrom
Conversation
Install @docusaurus/plugin-client-redirects and configure redirects from /docs/intro and /intro to /docs/Introduction/intro.
ibezrukavyi
approved these changes
Mar 23, 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.
Install @docusaurus/plugin-client-redirects and configure redirects from /docs/intro and /intro to /docs/Introduction/intro.
Description
Please provide a brief
This pull request introduces support for client-side redirects in the Docusaurus documentation site and makes several related dependency updates. The main focus is on improving the user experience by ensuring old or alternative documentation URLs correctly redirect to the new structure. Additionally, the pull request updates package dependencies and lockfiles to include the new plugin and mark several dependencies as peer dependencies.
Documentation site enhancements:
@docusaurus/plugin-client-redirectsplugin to the project dependencies and configuration, enabling client-side redirects in the documentation site. [1] [2] [3]/docs/introor/introare automatically redirected to/docs/Introduction/intro.Dependency and lockfile updates:
package-lock.jsonto include@docusaurus/plugin-client-redirectsand mark several dependencies as peer dependencies for better compatibility and dependency management. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]Documentation metadata:
docs/01-Introduction/01-intro.mdto set the slug for the introduction page, aligning it with the new redirect target. description of the changes made in this pull request.Related Issue
If this pull request is related to any issue, please mention it here. Additionally, make sure that the issue is assigned to you before submitting this pull request.
Checklist
git commit -S -s ...). See this documentation on signing commits.Screenshots (if applicable) or Testing Completed
Please add any relevant screenshots or GIFs to showcase the changes made.
Additional Notes
Add any additional notes or context about the pull request here.
Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.