Refactor documentation for tools #2949
Merged
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.
This pull request introduces comprehensive improvements to both the documentation standards and the technical documentation for several migration tools. It adds new standards for list and single documentation pages, ensuring consistency and SEO-friendliness, and significantly enhances the technical reference docs for the String Manipulator Tool, TFS Attachment Tool, and TFS Changeset Mapping Tool with clearer structure, expanded configuration examples, troubleshooting, and best practices.
Documentation Standards and Structure
.github/instructions/docs.content.docs.list.instructions.md
to define standards for list pages, including front matter, content guidelines, and rules for maintaining consistency and SEO alignment..github/instructions/docs.content.docs.instructions.md
to.github/instructions/docs.content.docs.single.instructions.md
, clarifying that manually added content must be preserved and specifying where such content should be placed in single documentation pages. [1] [2]Reference Documentation Improvements
docs/content/docs/reference/tools/stringmanipulatortool/index.md
: Rewrote and expanded documentation for the String Manipulator Tool, adding detailed overview, configuration structure, extensive usage examples, troubleshooting, and best practices for regex-based string processing during migration. [1] [2] [3]docs/content/docs/reference/tools/tfsattachmenttool/index.md
: Overhauled the TFS Attachment Tool documentation with a new overview, detailed configuration options, practical migration scenarios, troubleshooting guidance, and best practices for managing attachments during migration. [1] [2] [3]docs/content/docs/reference/tools/tfschangesetmappingtool/index.md
: Rewrote the TFS Changeset Mapping Tool documentation, providing a clear overview, configuration details, migration scenarios, troubleshooting, and best practices for maintaining changeset traceability. [1] [2] [3]