Skip to content

Commit ef7fe4f

Browse files
authored
Merge branch 'master' into staffhub
2 parents a0fffd0 + 75ffbaa commit ef7fe4f

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
@@ -180,17 +180,15 @@
180180
"Conceptual": "Content",
181181
"ManagedReference": "Content",
182182
"RestApi": "Content",
183-
"AzurePsModulePage": "Content"
183+
"PowershellModule": "Content",
184+
"PowershellCmdlet": "Content"
184185
},
185186
"build_entry_point": "docs",
186187
"template_folder": "_themes",
187188
"version": 0,
188-
"customized_template_paths": [
189-
"_dependentPackages/azurecli.plugins/azurecli"
190-
],
191189
"customized_tasks": {
192190
"docset_prebuild": [
193-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
191+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
194192
]
195193
},
196194
"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)