pages.{nl,no,pl}/*: remove "More information" from alias pages (#14779)

This commit is contained in:
Lena
2024-11-11 16:07:03 +01:00
committed by GitHub
parent e1f4daa6ef
commit 94a5e30a90
121 changed files with 8 additions and 124 deletions

View File

@@ -1,7 +1,6 @@
# cinst
> Dit commando is een alias van `choco install`.
> Meer informatie: <https://docs.chocolatey.org/en-us/choco/commands/install>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# clist
> Dit commando is een alias van `choco list`.
> Meer informatie: <https://docs.chocolatey.org/en-us/choco/commands/list>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# cpush
> Dit commando is een alias van `choco push`.
> Meer informatie: <https://docs.chocolatey.org/en-us/create/commands/push>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# cuninst
> Dit commando is een alias van `choco uninstall`.
> Meer informatie: <https://docs.chocolatey.org/en-us/choco/commands/uninstall>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# gal
> In PowerShell is dit commando een alias van `Get-Alias`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# gl
> In PowerShell is dit commando een alias van `get-location`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# iwr
> Dit commando is een alias van `invoke-webrequest`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# mi
> In PowerShell is dit commando een alias van `move-item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- Bekijk de documentatie van het originele commando:

View File

@@ -2,7 +2,6 @@
> In PowerShell is dit commando een alias van `Move-Item`.
> Maar dit commando is niet beschikbaar op de Command Prompt (`cmd`). Gebruik `move` voor soortgelijke functionaliteit.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/move-item>.
- Bekijk de documentatie van het equivalente Command Prompt commando:

View File

@@ -1,7 +1,6 @@
# ni
> In PowerShell is dit commando een alias van `New-Item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
- Bekijk de documentatie van het originele commando:

View File

@@ -2,7 +2,6 @@
> In PowerShell, is dit commando een alias van `Get-Location`.
> Maar dit commando is niet beschikbaar op de Command Prompt (`cmd`). Gebruik `cd` voor soortgelijke functionaliteit.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location>.
- Bekijk de documentatie van het equivalente Command Prompt commando:

View File

@@ -1,7 +1,6 @@
# pwsh where
> Dit commando is een alias van `Where-Object`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/where-object>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# rd
> Deze opdracht is een alias van `rmdir` op de Command Prompt (`cmd`), en vervolgens `Remove-Item` in PowerShell.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# ri
> In PowerShell is dit commando een alias van `Remove-Item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# rm
> In PowerShell is dit commando een alias van `Remove-Item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# sc config
> Dit commando is een alias van `sc.exe config`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-config>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# sc create
> Dit commando is een alias van `sc.exe create`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-create>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# sc delete
> Dit commando is een alias van `sc.exe delete`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-delete>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# sc query
> Dit commando is een alias van `sc.exe query`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# sl
> In PowerShell is dit commando een alias van `Set-Location`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# slmgr
> Dit commando is een alias van `slmgr.vbs`.
> Meer informatie: <https://learn.microsoft.com/windows-server/get-started/activation-slmgr-vbs-options>.
- Bekijk de documentatie van het originele commando:

View File

@@ -1,7 +1,6 @@
# sls
> Dit commando is een alias van `Select-String`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- Bekijk de documentatie van het originele commando: