-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Move CLI include files to docs/core/tools/includes #50593
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
Co-authored-by: meaghanlewis <[email protected]>
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 reorganizes CLI include files by moving them from the repository root /includes/ directory to /docs/core/tools/includes/ to colocate them with the CLI tool documentation they support.
- Relocated 36 include files to better organize CLI documentation resources
- Updated include paths in 67 CLI documentation files to reflect the new location
- Preserved
dotnet-restore-note.mdin root/includes/as it's referenced by files outside the tools directory
Reviewed changes
Copilot reviewed 79 out of 107 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| includes/cli-os.md | Deleted from root location (moved to docs/core/tools/includes/) |
| includes/cli-arch.md | Deleted from root location (moved to docs/core/tools/includes/) |
| docs/core/tools/includes/dotnet-tool-install-arch-options.md | Updated relative path reference to dotnet-tool-install.md |
| docs/core/tools/includes/dotnet-restore-note-options.md | Updated relative paths to dotnet-restore.md |
| docs/core/tools/includes/dotnet-new-7-0-syntax.md | Updated relative path to enable-tab-autocomplete.md |
| docs/core/tools/includes/cli-version.md | Updated relative path to dotnet-workload-sets.md |
| docs/core/tools/includes/cli-os.md | Created in new location with updated relative paths |
| docs/core/tools/includes/cli-artifacts-path.md | Updated relative path to artifacts-output.md |
| docs/core/tools/includes/cli-arch.md | Created in new location with updated relative paths |
| docs/core/tools/includes/cli-advertising-manifests.md | Updated relative path to dotnet-workload-install.md |
| docs/core/tools/*.md (67 files) | Updated include paths from ../../../includes/ to includes/ |
gewarren
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.
lgtm
Relocate CLI command reference include files from the repository root
/includes/directory to/docs/core/tools/includes/to colocate them with the documentation they support.Changes
Moved 36 include files to
docs/core/tools/includes/:cli-*option includes (e.g.,cli-arch.md,cli-verbosity.md,cli-configuration.md)dotnet-new-7-0-syntax.md,dotnet-restore-note-options.md,dotnet-tool-install-arch-options.md)elevated-access-unix.mdUpdated 67 CLI tool documentation files with new include paths:
Kept
dotnet-restore-note.mdin root/includes/as it's referenced by files outside the tools directory (docs/core/deploying/,docs/csharp/)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews
Toggle expand/collapse
Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.