Skip to content

Commit b9be971

Browse files
authored
Merge pull request #12968 from sdwheeler/sdw-fix-77-toc
Fix 7.7 toc
1 parent 895e7ed commit b9be971

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

reference/docs-conceptual/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ items:
216216
items:
217217
- name: Overview
218218
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
219221
- name: What's new in PowerShell 7.6
220222
href: whats-new/what-s-new-in-powershell-76.md
221223
- name: What's new in PowerShell 7.5

reference/mapping/monikerMapping.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
"conceptualTocUrl": "/powershell/scripting/toc.json",
2323
"packageRoot": "7.6",
2424
"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"
2531
}
2632
}

0 commit comments

Comments
 (0)