-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[UUF] Delete useless overview article #49726
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 removes the basic-string-operations.md overview article and updates all references throughout the documentation to point to more specific string operation articles. The overview article was deemed useless and redundant.
- Deletes the
basic-string-operations.mdfile entirely - Removes references to the deleted article from multiple documentation files
- Adds a redirect from the old URL to the "creating new strings" article
- Updates the table of contents to remove the overview entry and adjusts the displayName placement
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/standard/base-types/basic-string-operations.md | Deletes the entire overview article |
| .openpublishing.redirection.standard.json | Adds redirect from deleted article to creating-new.md |
| docs/fundamentals/toc.yml | Removes overview entry from TOC and moves displayName to first child item |
| docs/standard/base-types/trimming.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/stringbuilder.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/padding.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/divide-up-strings.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/creating-new.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/comparing.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/changing-case.md | Removes "See also" reference to deleted article |
| docs/standard/base-types/basic-manipulations.md | Removes reference from introduction text and "See also" section |
| docs/csharp/programming-guide/strings/index.md | Replaces reference with link to StringBuilder article |
| docs/csharp/language-reference/builtin-types/reference-types.md | Removes "See also" reference and fixes trailing whitespace |
| docs/visual-basic/programming-guide/language-features/strings/string-basics.md | Removes "See also" reference and fixes trailing whitespace |
docs/visual-basic/programming-guide/language-features/strings/string-basics.md
Outdated
Show resolved
Hide resolved
…string-basics.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BillWagner
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.
This LGTM @gewarren
Let's ![]()
(Hide whitespace changes)
Internal previews
Toggle expand/collapse