Skip to content

Commit 4b79d16

Browse files
authored
Fix typo in docfx and sort json (#145)
1 parent 1066382 commit 4b79d16

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"redirections": [
3-
{
4-
"source_path": "reference/docs-conceptual/index.md",
5-
"redirect_url": "/powershell/utility-modules/overview",
6-
"redirect_document_id": true
7-
}
3+
{
4+
"redirect_document_id": true,
5+
"redirect_url": "/powershell/utility-modules/overview",
6+
"source_path": "reference/docs-conceptual/index.md"
7+
}
88
]
99
}

reference/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"**/PSScriptAnalyzer/**.yml": "jimtru",
4949
"**/PSDesiredStateConfiguration/**.md": "sewhee",
5050
"**/PSDesiredStateConfiguration/**.yml": "sewhee",
51-
"docs-conceptual/**.md": "sewhee",
51+
"docs-conceptual/**.md": "sewhee"
5252
},
5353
"ms.prod": {
5454
"**/**.md": "powershell",

reference/mapping/monikerMapping.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ps-modules": {
33
"conceptualToc": "docs-conceptual/toc.yml",
44
"conceptualTocUrl": "/powershell/utility-modules/ce/toc.json",
5-
"referenceTocUrl": "/powershell/module/ps-modules/toc.json",
6-
"packageRoot": "ps-modules"
5+
"packageRoot": "ps-modules",
6+
"referenceTocUrl": "/powershell/module/ps-modules/toc.json"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)