-
Notifications
You must be signed in to change notification settings - Fork 834
docs: Fix invalid path #21795
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
docs: Fix invalid path #21795
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 fixes an invalid documentation file path by moving the dev-server.md file from an incorrect location (src/doc/articles/) to the correct documentation directory (doc/articles/). The content of the file remains identical, with the file being removed from the wrong location and added to the proper location.
Key Changes:
- Removed
dev-server.mdfromsrc/doc/articles/(incorrect path) - Added
dev-server.mdtodoc/articles/(correct path) - Added missing
title: Dev Servermetadata field to the frontmatter
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/doc/articles/dev-server.md | Removed file from incorrect location within src directory |
| doc/articles/dev-server.md | Added file to correct documentation directory with proper frontmatter |
|
@Mergifyio backport release/stable/6.4 |
β Backports have been createdDetails
|
|
|
β¦6.4/pr-21795 Fix invalid path (backport #21795)
|
π€ Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21795/docs/index.html |
GitHub Issue: closes #
PR Type:
What is the current behavior? π€
What is the new behavior? π
PR Checklist β
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information βΉοΈ