diff --git a/.github/ISSUE_TEMPLATE/01-article.yml b/.github/ISSUE_TEMPLATE/01-article.yml index 8d2fdf659937..e95405d2b6b1 100644 --- a/.github/ISSUE_TEMPLATE/01-article.yml +++ b/.github/ISSUE_TEMPLATE/01-article.yml @@ -35,6 +35,7 @@ body: - "5.1" - "7.4" - "7.5" + - "7.6" - type: textarea id: summary validations: diff --git a/README.md b/README.md index 4773a72a1a0d..51dc23f139e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -ms.date: 01/03/2025 +ms.date: 01/17/2025 --- # PowerShell Documentation @@ -30,6 +30,7 @@ The following list describes the main folders in this repository. - `5.1` - contains the cmdlet reference and about topics for PowerShell 5.1 - `7.4` - contains the cmdlet reference and about topics for PowerShell 7.4 - `7.5` - contains the cmdlet reference and about topics for PowerShell 7.5 + - `7.6` - contains the cmdlet reference and about topics for PowerShell 7.6 - `bread` - contains the TOC used for breadcrumb navigation - `docs-conceptual` - contains the conceptual articles that are published to the Docs site. In general, the folder structure mirrors the Table of Contents (TOC). diff --git a/reference/docs-conceptual/community/contributing/get-started-writing.md b/reference/docs-conceptual/community/contributing/get-started-writing.md index 4fd2d09bbd6d..57076a72ead1 100644 --- a/reference/docs-conceptual/community/contributing/get-started-writing.md +++ b/reference/docs-conceptual/community/contributing/get-started-writing.md @@ -1,6 +1,6 @@ --- description: This article is an overview of how to get started as a contributor to the PowerShell documentation. -ms.date: 01/03/2025 +ms.date: 01/17/2025 title: Get started contributing to PowerShell documentation --- # Get started contributing to PowerShell documentation @@ -18,9 +18,9 @@ There are three categories of content in the [PowerShell-Docs][1] repository: ### Reference content The reference content is the PowerShell cmdlet reference for the cmdlets that ship in PowerShell. -The cmdlet [reference][2] is collected in versioned folders (like 5.1, 7.4, and 7.5), which contain -reference for the modules that ship with PowerShell. This content is also used to create the help -information displayed by the `Get-Help` cmdlet. +The cmdlet [reference][2] is collected in versioned folders (like 5.1, 7.4, 7.5, and 7.6), which +contain the reference for the modules that ship with PowerShell. This content is also used to create +the help information displayed by the `Get-Help` cmdlet. ### Conceptual content