Skip to content

Commit 6ba8f28

Browse files
sdwheelerDCtheGeek
authored andcommitted
moving Gallery content into main docset (#4844)
* moving Gallery content into main docset * fix formatting * update docfx for docid fix * Fix build warning
1 parent c25f5cc commit 6ba8f28

File tree

66 files changed

+15747
-15927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+15747
-15927
lines changed

.openpublishing.redirection.json

Lines changed: 15312 additions & 15476 deletions
Large diffs are not rendered by default.

gallery/TOC.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

gallery/bread/toc.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

gallery/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}],
77
"globalMetadata": {
88
"toc_preview": true,
9-
"breadcrumb_path": "bread/toc.yml",
9+
"breadcrumb_path": "",
1010
"ROBOTS": "INDEX, FOLLOW",
1111
"uhfHeaderId": "MSDocsHeader-Powershell",
1212
"ms.devlang": "powershell",
@@ -24,7 +24,7 @@
2424
"author": { "**/**.md": "SydneyhSmith" }
2525
},
2626
"resource": [{
27-
"files": ["**/images/**"],
27+
"files": ["**/images/**"],
2828
"exclude": ["**/obj/**"]
2929
}],
3030
"template": "op.html",

gallery/readme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

reference/docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"**/PSWorkflow/**.md": "SteveL-MSFT",
142142
"**/PSWorkflowUtility/**.md": "SteveL-MSFT",
143143
"docs-conceptual/learn/remoting/jea/**.md": "rpsqrd",
144+
"docs-conceptual/gallery/**/**.md": "SydneyhSmith",
144145
"docs-conceptual/**.md": "joeyaiello"
145146
},
146147
"ms.author": {
@@ -166,6 +167,7 @@
166167
"**/PSWorkflow/**.md": "slee",
167168
"**/PSWorkflowUtility/**.md": "slee",
168169
"docs-conceptual/learn/remoting/jea/**/**.md": "ryanpu",
170+
"docs-conceptual/gallery/**/**.md": "sysmith",
169171
"docs-conceptual/**.md": "jaiello"
170172
}
171173
},

reference/docs-conceptual/docfx.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,28 @@
55
"exclude": ["**/obj/**"]
66
}],
77
"globalMetadata": {
8-
"toc_preview": true,
9-
"ROBOTS": "INDEX, FOLLOW",
10-
"ms.prod": "powershell",
11-
"ms.technology": "powershell",
12-
"ms.topic": "conceptual",
13-
"manager": "carmonm",
14-
"ms.devlang": "powershell",
15-
"ms.tgt_pltfr": "windows, macos, linux",
16-
"author": "sdwheeler",
17-
"ms.author": "sewhee",
18-
"titleSuffix": "PowerShell",
19-
"_op_documentIdPathDepotMapping": {
20-
"reference/docs-conceptual/wmf/": {
21-
"folder_relative_path_in_docset": "wmf/"
22-
}
8+
"toc_preview": true,
9+
"ROBOTS": "INDEX, FOLLOW",
10+
"ms.prod": "powershell",
11+
"ms.technology": "powershell",
12+
"ms.topic": "conceptual",
13+
"manager": "carmonm",
14+
"ms.devlang": "powershell",
15+
"ms.tgt_pltfr": "windows, macos, linux",
16+
"author": "sdwheeler",
17+
"ms.author": "sewhee",
18+
"titleSuffix": "PowerShell",
19+
"_op_documentIdPathDepotMapping": {
20+
"reference/docs-conceptual/wmf/": {
21+
"folder_relative_path_in_docset": "wmf/"
2322
},
24-
"feedback_system": "GitHub",
25-
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
26-
"feedback_product_url": "https://github.com/PowerShell/PowerShell/issues/new/choose"
23+
"reference/docs-conceptual/gallery/": {
24+
"folder_relative_path_in_docset": "gallery/"
25+
}
26+
},
27+
"feedback_system": "GitHub",
28+
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
29+
"feedback_product_url": "https://github.com/PowerShell/PowerShell/issues/new/choose"
2730
},
2831
"resource": [{
2932
"files": ["**/images/**", "**/*.png", "**/*.jpg"],

0 commit comments

Comments
 (0)