Skip to content

Commit 73cbd7f

Browse files
authored
Update repo config files for 7.6 (#11692)
1 parent 8d9d366 commit 73cbd7f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/01-article.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body:
3535
- "5.1"
3636
- "7.4"
3737
- "7.5"
38+
- "7.6"
3839
- type: textarea
3940
id: summary
4041
validations:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 01/03/2025
2+
ms.date: 01/17/2025
33
---
44
# PowerShell Documentation
55

@@ -30,6 +30,7 @@ The following list describes the main folders in this repository.
3030
- `5.1` - contains the cmdlet reference and about topics for PowerShell 5.1
3131
- `7.4` - contains the cmdlet reference and about topics for PowerShell 7.4
3232
- `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
3334
- `bread` - contains the TOC used for breadcrumb navigation
3435
- `docs-conceptual` - contains the conceptual articles that are published to the Docs site. In
3536
general, the folder structure mirrors the Table of Contents (TOC).

reference/docs-conceptual/community/contributing/get-started-writing.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article is an overview of how to get started as a contributor to the PowerShell documentation.
3-
ms.date: 01/03/2025
3+
ms.date: 01/17/2025
44
title: Get started contributing to PowerShell documentation
55
---
66
# Get started contributing to PowerShell documentation
@@ -18,9 +18,9 @@ There are three categories of content in the [PowerShell-Docs][1] repository:
1818
### Reference content
1919

2020
The reference content is the PowerShell cmdlet reference for the cmdlets that ship in PowerShell.
21-
The cmdlet [reference][2] is collected in versioned folders (like 5.1, 7.4, and 7.5), which contain
22-
reference for the modules that ship with PowerShell. This content is also used to create the help
23-
information displayed by the `Get-Help` cmdlet.
21+
The cmdlet [reference][2] is collected in versioned folders (like 5.1, 7.4, 7.5, and 7.6), which
22+
contain the reference for the modules that ship with PowerShell. This content is also used to create
23+
the help information displayed by the `Get-Help` cmdlet.
2424

2525
### Conceptual content
2626

0 commit comments

Comments
 (0)