Skip to content

Commit 75ffbaa

Browse files
authored
Merge pull request MicrosoftDocs#6457 from MicrosoftDocs/spmt
Replace legacy build pipeline with PowerShell SDP build pipeline for SharePointMigrationTool docs
2 parents a8124f7 + f80e3a2 commit 75ffbaa

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
@@ -182,17 +182,15 @@
182182
"Conceptual": "Content",
183183
"ManagedReference": "Content",
184184
"RestApi": "Content",
185-
"AzurePsModulePage": "Content"
185+
"PowershellModule": "Content",
186+
"PowershellCmdlet": "Content"
186187
},
187188
"build_entry_point": "docs",
188189
"template_folder": "_themes",
189190
"version": 0,
190-
"customized_template_paths": [
191-
"_dependentPackages/azurecli.plugins/azurecli"
192-
],
193191
"customized_tasks": {
194192
"docset_prebuild": [
195-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
193+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
196194
]
197195
},
198196
"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)