1
1
---
2
- ms.date : 11/02/2024
2
+ ms.date : 01/03/2025
3
3
---
4
4
# PowerShell Documentation
5
5
@@ -9,15 +9,6 @@ Welcome to the PowerShell-Docs repository, the home of the official PowerShell d
9
9
10
10
This project has adopted the [ Microsoft Open Source Code of Conduct] [ 04 ] .
11
11
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
-
21
12
## PowerShell Updatable Help (CabGen) CI Build Status
22
13
23
14
[ ![ Build Status] [ cabgen-status ]] [ cabgen-log ]
@@ -29,14 +20,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct][04].
29
20
30
21
The following list describes the main folders in this repository.
31
22
23
+ - ` .devcontainer ` - configuration files for the VS Code Remote - Containers extension
32
24
- ` .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
35
26
- ` assets ` - contains downloadable files linked in the documentation
36
27
- ` 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.
40
30
- ` 5.1 ` - contains the cmdlet reference and about topics for PowerShell 5.1
41
31
- ` 7.4 ` - contains the cmdlet reference and about topics for PowerShell 7.4
42
32
- ` 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.
52
42
- ` tests ` - contains the Pester tests used by the build system
53
43
- ` tools ` - contains other tools used by the build system
54
44
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.
58
49
59
50
## Contributing
60
51
@@ -69,11 +60,13 @@ consistent across versions.
69
60
70
61
## Licenses
71
62
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.
74
65
75
66
<!-- link references -->
76
67
[ 01 ] : https://learn.microsoft.com/powershell/scripting/
77
68
[ 02 ] : https://aka.ms/PSDocsContributor
78
69
[ 03 ] : https://cla.microsoft.com/
79
70
[ 04 ] : CODE_OF_CONDUCT.md
71
+ [ 05 ] : LICENSE-CODE.md
72
+ [ 06 ] : LICENSE.md
0 commit comments