style-guide, pages/*: remove "More information" from alias pages (#14766)

This commit is contained in:
Lena
2024-11-10 19:13:03 +01:00
committed by GitHub
parent 42021e828c
commit 1be22f6d8b
65 changed files with 2 additions and 67 deletions

View File

@@ -1,7 +1,6 @@
# cinst
> This command is an alias of `choco install`.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/install>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# clist
> This command is an alias of `choco list`.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/list>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# cpush
> This command is an alias of `choco push`.
> More information: <https://docs.chocolatey.org/en-us/create/commands/push>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# cuninst
> This command is an alias of `choco uninstall`.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# gal
> In PowerShell, this command is an alias of `Get-Alias`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# gl
> In PowerShell, this command is an alias of `Get-Location`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# iwr
> In PowerShell, this command is an alias of `Invoke-WebRequest`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# mi
> In PowerShell, this command is an alias of `Move-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- View documentation for the original command:

View File

@@ -2,7 +2,6 @@
> In PowerShell, this command is an alias of `Move-Item`.
> However, this command is not available on the Command Prompt (`cmd`). Use `move` instead for similar functionality.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- View documentation for the equivalent Command Prompt command:

View File

@@ -1,7 +1,6 @@
# ni
> In PowerShell, this command is an alias of `New-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
- View documentation for the original command:

View File

@@ -2,7 +2,6 @@
> In PowerShell, this command is an alias of `Get-Location`.
> However, this command is not available on the Command Prompt (`cmd`). Use `cd` instead for similar functionality.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- View documentation for the equivalent Command Prompt command:

View File

@@ -1,7 +1,6 @@
# pwsh where
> This command is an alias of `Where-Object`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# rd
> This command is an alias of `rmdir` on Command Prompt, and subsequently `Remove-Item` in PowerShell.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- View documentation for the original Command Prompt command:

View File

@@ -1,7 +1,6 @@
# ri
> In PowerShell, this command is an alias of `Remove-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# rm
> In PowerShell, this command is an alias of `Remove-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# sc config
> This command is an alias of `sc.exe config`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-config>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# sc create
> This command is an alias of `sc.exe create`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-create>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# sc delete
> This command is an alias of `sc.exe delete`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-delete>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# sc query
> This command is an alias of `sc.exe query`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# sl
> In PowerShell, this command is an alias of `Set-Location`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# slmgr
> This command is an alias of `slmgr.vbs`.
> More information: <https://learn.microsoft.com/windows-server/get-started/activation-slmgr-vbs-options>.
- View documentation for the original command:

View File

@@ -1,7 +1,6 @@
# sls
> This command is an alias of `Select-String`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- View documentation for the original command: