Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/01-article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body:
- "5.1"
- "7.4"
- "7.5"
- "7.6"
- type: textarea
id: summary
validations:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ms.date: 01/03/2025
ms.date: 01/17/2025
---
# PowerShell Documentation

Expand Down Expand Up @@ -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).
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down