11---
2- ms.date : 11/02/2024
2+ ms.date : 01/03/2025
33---
44# PowerShell Documentation
55
@@ -9,15 +9,6 @@ Welcome to the PowerShell-Docs repository, the home of the official PowerShell d
99
1010This project has adopted the [ Microsoft Open Source Code of Conduct] [ 04 ] .
1111
12- ## Build Status
13-
14- [ live-badge ] : https://powershell.visualstudio.com/PowerShell-Docs/_apis/build/status/PowerShell-Docs-CI?branchName=live
15- [ main-badge ] : https://powershell.visualstudio.com/PowerShell-Docs/_apis/build/status/PowerShell-Docs-CI?branchName=main
16-
17- | live branch | main branch |
18- | :---------------------------- | :---------------------------- |
19- | [ ![ live-badge] [ ]] [ live-badge ] | [ ![ main-badge] [ ]] [ main-badge ] |
20-
2112## PowerShell Updatable Help (CabGen) CI Build Status
2213
2314[ ![ Build Status] [ cabgen-status ]] [ cabgen-log ]
@@ -29,14 +20,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][04].
2920
3021The following list describes the main folders in this repository.
3122
23+ - ` .devcontainer ` - configuration files for the VS Code Remote - Containers extension
3224- ` .github ` - contains configuration settings used by GitHub for this repository
33- - ` .vscode ` - contains configuration settings and recommended extensions for Visual Studio Code (VS
34- Code)
25+ - ` .vscode ` - contains configuration settings and recommended extensions for VS Code
3526- ` assets ` - contains downloadable files linked in the documentation
3627- ` redir ` - contain redirection mapping files
37- - ` reference ` - contains the documentation published to
38- [ learn.microsoft.com] [ 01 ] . This includes both
39- reference and conceptual content.
28+ - ` reference ` - contains the documentation published to [ learn.microsoft.com] [ 01 ] . This includes
29+ both reference and conceptual content.
4030 - ` 5.1 ` - contains the cmdlet reference and about topics for PowerShell 5.1
4131 - ` 7.4 ` - contains the cmdlet reference and about topics for PowerShell 7.4
4232 - ` 7.5 ` - contains the cmdlet reference and about topics for PowerShell 7.5
@@ -52,9 +42,10 @@ The following list describes the main folders in this repository.
5242- ` tests ` - contains the Pester tests used by the build system
5343- ` tools ` - contains other tools used by the build system
5444
55- > NOTE: The reference content (in the numbered folders) is used to create the webpages on the Docs
56- > site as well as the updateable help used by PowerShell. The articles in the ` docs-conceptual `
57- > folder are only published to the Docs website.
45+ > [ !NOTE]
46+ > The reference content (in the numbered folders) is used to create the webpages on the Docs site as
47+ > well as the updateable help used by PowerShell. The articles in the ` docs-conceptual ` folder are
48+ > only published to the Docs website.
5849
5950## Contributing
6051
@@ -69,11 +60,13 @@ consistent across versions.
6960
7061## Licenses
7162
72- There are two license files for this project. The MIT License applies to the code contained in this
73- repo. The Creative Commons license applies to the documentation.
63+ There are two license files for this project. The [ MIT License] [ 05 ] applies to the code contained in
64+ this repo. The [ Creative Commons license] [ 06 ] applies to the documentation.
7465
7566<!-- link references -->
7667[ 01 ] : https://learn.microsoft.com/powershell/scripting/
7768[ 02 ] : https://aka.ms/PSDocsContributor
7869[ 03 ] : https://cla.microsoft.com/
7970[ 04 ] : CODE_OF_CONDUCT.md
71+ [ 05 ] : LICENSE-CODE.md
72+ [ 06 ] : LICENSE.md
0 commit comments