We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895e7ed commit b9be971Copy full SHA for b9be971
2 files changed
reference/docs-conceptual/toc.yml
@@ -216,6 +216,8 @@ items:
216
items:
217
- name: Overview
218
href: whats-new/overview.yml
219
+ - name: What's new in PowerShell 7.7
220
+ href: whats-new/what-s-new-in-powershell-77.md
221
- name: What's new in PowerShell 7.6
222
href: whats-new/what-s-new-in-powershell-76.md
223
- name: What's new in PowerShell 7.5
reference/mapping/monikerMapping.json
@@ -22,5 +22,11 @@
22
"conceptualTocUrl": "/powershell/scripting/toc.json",
23
"packageRoot": "7.6",
24
"referenceTocUrl": "/powershell/module/psdocs/toc.json"
25
+ },
26
+ "powershell-7.7": {
27
+ "conceptualToc": "docs-conceptual/TOC.yml",
28
+ "conceptualTocUrl": "/powershell/scripting/toc.json",
29
+ "packageRoot": "7.7",
30
+ "referenceTocUrl": "/powershell/module/psdocs/toc.json"
31
}
32
0 commit comments