Skip to content

Commit 78d41f4

Browse files
Merge pull request #12704 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-27 23:00 UTC
2 parents 2cde202 + 1b19eac commit 78d41f4

File tree

2 files changed

+26
-34
lines changed

2 files changed

+26
-34
lines changed

.markdownlint.yaml

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
docsmd.alert: true
2-
docsmd.codesnippet: true
3-
docsmd.column: true
4-
docsmd.image: true
5-
docsmd.moniker: true
6-
docsmd.no-loc: true
7-
docsmd.row: true
8-
docsmd.securelinks: true
9-
docsmd.syntax: true
10-
docsmd.video: true
11-
docsmd.xref: true
12-
docsmd.zone: true
13-
141
MD001: true # header-increment
15-
# MD002 # first-header-h1 - Superceded by MD041
2+
# MD002 # first-header-h1 - Superseded by MD041
163
MD003: # header-style
174
style: atx
185
MD004: # ul-style
196
style: dash
207
MD005: true # list-indent
21-
# MD006 # ul-start-left - Superceded by MD007's start_indented option
8+
# MD006 # ul-start-left - Superseded by MD007
229
MD007: # ul-indent
2310
indent: 2
2411
start_indented: false
@@ -116,14 +103,19 @@ MD051: true # link-fragments
116103
MD052: true # reference-links-images
117104
MD053: true # link-image-reference-definitions
118105
MD054: # link-image-style
119-
autolink: false
120-
collapsed: false
121-
full: true
122-
inline: true
123-
shortcut: false
124-
url_inline: true
106+
autolink: false # Allow autolinks (default true)
107+
collapsed: false # Allow collapsed reference links and images (default true)
108+
full: true # Allow full reference links and images (default true)
109+
inline: true # Allow inline links and images (default true)
110+
shortcut: false # Allow shortcut reference links and images (default true)
111+
url_inline: true # Allow URLs as inline links (default true)
125112
MD055: # table-pipe-style
126113
style: leading_and_trailing
127114
MD056: true # table-column-count
128-
# MD057 # undefined
115+
# MD057: # not used by linter - never defined
129116
MD058: true # blanks-around-tables
117+
MD059: # descriptive-link-text
118+
prohibited_texts: ["click here","here","link","more"]
119+
MD060: # table-column-style
120+
aligned_delimiter: false
121+
style: any

reference/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
locale: en-us
3-
ms.date: 01/02/2026
4-
schema: 2.0.0
2+
ms.date: 01/27/2026
53
title: README
64
---
75
# PowerShell Reference
86

9-
Reference material is organized into release versions. The content for each
10-
version is organized by module name. `about_*` articles are in an `About` folder under the module folder they are related to. Most of them are under `Microsoft.PowerShell.Core/About`.
7+
Reference material is organized into release versions. The content for each version is organized by
8+
module name. The `about_*` articles are in an `About` folder under the module folder they're related
9+
to. Most of them are under `Microsoft.PowerShell.Core/About`.
1110

1211
## Modules
1312

@@ -26,9 +25,6 @@ version is organized by module name. `about_*` articles are in an `About` folder
2625
| Microsoft.PowerShell.Security | X | X | X | X |
2726
| Microsoft.PowerShell.Utility | X | X | X | X |
2827
| Microsoft.WSMan.Management | X | X | X | X |
29-
| PackageManagement | | | | |
30-
| PowershellGet | | | | |
31-
| PSDesiredStateConfiguration | | | | |
3228
| PSDiagnostics | X | X | X | X |
3329
| PSReadLine | X | X | X | X |
3430
| PSScheduledJob | X | | | |
@@ -38,7 +34,11 @@ version is organized by module name. `about_*` articles are in an `About` folder
3834

3935
## History
4036

41-
- `PackageManagement` and `PowershellGet` content moved to the
42-
`PowerShell-Docs-PSGet` repository.
43-
- `PSDesiredStateConfiguration` content moved to the `PowerShell-Docs-DSC`
44-
repository with the release of PowerShell DSC 2.0.
37+
- `PackageManagement` and `PowerShellGet` content moved to the [PowerShell-Docs-PSGet][02]
38+
repository.
39+
- `PSDesiredStateConfiguration` content moved to the [PowerShell-Docs-DSC][01] repository with the
40+
release of PowerShell DSC 2.0.
41+
42+
<!-- link references -->
43+
[01]: https://github.com/MicrosoftDocs/PowerShell-Docs-DSC
44+
[02]: https://github.com/MicrosoftDocs/PowerShell-Docs-PSGet

0 commit comments

Comments
 (0)