-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathmonikerMapping.json
More file actions
26 lines (26 loc) · 959 Bytes
/
monikerMapping.json
File metadata and controls
26 lines (26 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"powershell-5.1": {
"conceptualToc": "docs-conceptual/TOC.yml",
"conceptualTocUrl": "/powershell/scripting/toc.json",
"packageRoot": "5.1",
"referenceTocUrl": "/powershell/module/psdocs/toc.json"
},
"powershell-7.4": {
"conceptualToc": "docs-conceptual/TOC.yml",
"conceptualTocUrl": "/powershell/scripting/toc.json",
"packageRoot": "7.4",
"referenceTocUrl": "/powershell/module/psdocs/toc.json"
},
"powershell-7.5": {
"conceptualToc": "docs-conceptual/TOC.yml",
"conceptualTocUrl": "/powershell/scripting/toc.json",
"packageRoot": "7.5",
"referenceTocUrl": "/powershell/module/psdocs/toc.json"
},
"powershell-7.6": {
"conceptualToc": "docs-conceptual/TOC.yml",
"conceptualTocUrl": "/powershell/scripting/toc.json",
"packageRoot": "7.6",
"referenceTocUrl": "/powershell/module/psdocs/toc.json"
}
}