11---
2- ms.date : 01/17/2025
2+ ms.date : 05/13/2026
33---
44# PowerShell Documentation
55
@@ -20,28 +20,40 @@ This project has adopted the [Microsoft Open Source Code of Conduct][04].
2020
2121The following list describes the main folders in this repository.
2222
23- - ` .devcontainer ` - configuration files for the VS Code Remote - Containers extension
24- - ` .github ` - contains configuration settings used by GitHub for this repository
25- - ` .vscode ` - contains configuration settings and recommended extensions for VS Code
26- - ` assets ` - contains downloadable files linked in the documentation
27- - ` redir ` - contains redirection mapping files
28- - ` reference ` - contains the documentation published to [ learn.microsoft.com] [ 01 ] . This includes
29- both reference and conceptual content.
30- - ` 5.1 ` - contains the cmdlet reference and about topics for PowerShell 5.1
31- - ` 7.4 ` - contains the cmdlet reference and about topics for PowerShell 7.4
32- - ` 7.5 ` - contains the cmdlet reference and about topics for PowerShell 7.5
33- - ` 7.6 ` - contains the cmdlet reference and about topics for PowerShell 7.6
34- - ` bread ` - contains the TOC used for breadcrumb navigation
35- - ` docs-conceptual ` - contains the conceptual articles that are published to the Docs site. In
36- general, the folder structure mirrors the Table of Contents (TOC).
37- - ` includes ` - contains markdown include files
38- - ` mapping ` - contains the version mapping configuration used by the build system
39- - ` media ` - contains image files used in documentation. There are media folders throughout the
40- ` docs-conceptual ` content. See the Contributor Guide for information on using images in
41- documentation.
42- - ` module ` - contains the markdown source for the Module Browser page
43- - ` tests ` - contains the Pester tests used by the build system
44- - ` tools ` - contains other tools used by the build system
23+ ``` mermaid
24+ ---
25+ config:
26+ treeView:
27+ rowIndent: 20
28+ lineThickness: 2
29+ themeVariables:
30+ treeView:
31+ labelFontSize: '14px'
32+ labelColor: '#3498DB'
33+ lineColor: '#3498DB'
34+ ---
35+ treeView-beta
36+ "📁 PowerShell-Docs"
37+ "📁 .devcontainer - VS Code Remote Containers configuration"
38+ "⚙️ .github - GitHub repository configuration and workflows"
39+ "💻 .vscode - VS Code settings and recommended extensions"
40+ "📁 assets - Downloadable files linked in documentation"
41+ "🔀 redir - URL redirection mapping files"
42+ "📚 reference - Published documentation content"
43+ "📘 5.1 - PowerShell 5.1 cmdlet reference"
44+ "📘 7.4 - PowerShell 7.4 cmdlet reference"
45+ "📘 7.5 - PowerShell 7.5 cmdlet reference"
46+ "📘 7.6 - PowerShell 7.6 cmdlet reference"
47+ "📘 7.7 - PowerShell 7.7 cmdlet reference"
48+ "🍞 bread - Breadcrumb navigation TOC"
49+ "📖 docs-conceptual - Conceptual articles published to learn.ms"
50+ "📄 includes - Markdown include files"
51+ "🗺️ mapping - Version mapping configuration"
52+ "🖼️ media - Images used in documentation"
53+ "📦 module - Module Browser page source"
54+ "🧪 tests - Pester tests for build validation"
55+ "🔧 tools - Build system tools and scripts"
56+ ```
4557
4658> [ !NOTE]
4759> The reference content (in the numbered folders) is used to create the webpages on the Docs site as
@@ -65,7 +77,6 @@ There are two license files for this project. The [MIT License][05] applies to t
6577this repo. The [ Creative Commons license] [ 06 ] applies to the documentation.
6678
6779<!-- link references -->
68- [ 01 ] : https://learn.microsoft.com/powershell/scripting/
6980[ 02 ] : https://aka.ms/PSDocsContributor
7081[ 03 ] : https://cla.microsoft.com/
7182[ 04 ] : CODE_OF_CONDUCT.md
0 commit comments