Skip to content

Commit 700d808

Browse files
committed
Updated ops.publish.config.json and docfx.json
1 parent d28f9a9 commit 700d808

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,15 @@
184184
"Conceptual": "Content",
185185
"ManagedReference": "Content",
186186
"RestApi": "Content",
187-
"AzurePsModulePage": "Content"
187+
"PowershellModule": "Content",
188+
"PowershellCmdlet": "Content"
188189
},
189190
"build_entry_point": "docs",
190191
"template_folder": "_themes",
191192
"version": 0,
192-
"customized_template_paths": [
193-
"_dependentPackages/azurecli.plugins/azurecli"
194-
],
195193
"customized_tasks": {
196194
"docset_prebuild": [
197-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
195+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
198196
]
199197
},
200198
"monikerPath": [

spmt/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"dest": "spmt/spmt-ps"
2222
},
2323
{
24-
"files": ["**/*.md"],
24+
"files": ["**/*.yml"],
25+
"exclude": ["toc.yml"],
2526
"src": "spmt-ps",
2627
"version": "spmt-ps",
2728
"dest": "module"

0 commit comments

Comments
 (0)