Skip to content

Commit a8124f7

Browse files
authored
Merge pull request MicrosoftDocs#6456 from MicrosoftDocs/officewebapps
Replace legacy build pipeline with PowerShell SDP build pipeline for officewebapps docs
2 parents d28f9a9 + 180bc3d commit a8124f7

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
@@ -41,17 +41,15 @@
4141
"Conceptual": "Content",
4242
"ManagedReference": "Content",
4343
"RestApi": "Content",
44-
"AzurePsModulePage": "Content"
44+
"PowershellModule": "Content",
45+
"PowershellCmdlet": "Content"
4546
},
4647
"build_entry_point": "docs",
4748
"template_folder": "_themes",
4849
"version": 0,
49-
"customized_template_paths": [
50-
"_dependentPackages/azurecli.plugins/azurecli"
51-
],
5250
"customized_tasks": {
5351
"docset_prebuild": [
54-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
52+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
5553
]
5654
},
5755
"monikerPath": [

officewebapps/docfx.json

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

0 commit comments

Comments
 (0)