File size: 1,858 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | # Documentation Migration
The docs folder in this repository contains documentation about the PowerShell source code and build
environment.
User-focused documentation has been moved to the [MicrosoftDocs/PowerShell-Docs][01] repository.
The files from the `learning-powershell` folder have been removed from this repository. This list
provides links to suitable replacements.
- **create-powershell-scripts.md**
- [about_Scripts][06]
- **debugging-from-commandline.md**
- [about_Debuggers][04]
- **powershell-beginners-guide.md**
- [PowerShell 101][09]
- **README.md**
- [Install PowerShell on Windows, Linux, and macOS][07]
- [Using Visual Studio Code (VS Code)][11]
- [Pester Guides][02]
- [Writing Pester Tests Guidelines][03]
- [PowerShell learning resources][08]
- **working-with-powershell-objects.md**
- [about_Object_Creation][05]
- [Crescendo overview][10]
<!-- link references -->
[01]: https://github.com/MicrosoftDocs/PowerShell-Docs
[02]: https://github.com/pester/Pester
[03]: https://github.com/PowerShell/PowerShell/blob/master/docs/testing-guidelines/WritingPesterTests.md
[04]: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_debuggers
[05]: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_object_creation
[06]: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_scripts
[07]: https://learn.microsoft.com/powershell/scripting/install/installing-powershell
[08]: https://learn.microsoft.com/powershell/scripting/learn/more-powershell-learning
[09]: https://learn.microsoft.com/powershell/scripting/learn/ps101/00-introduction
[10]: https://learn.microsoft.com/powershell/utility-modules/crescendo/overview?view=ps-modules
[11]: https://learn.microsoft.com/powershell/scripting/dev-cross-plat/vscode/using-vscode
|