Skip to content

Commit 3ed275f

Browse files
committed
Updated ops.publish.config.json and docfx.json
1 parent 75ffbaa commit 3ed275f

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
@@ -153,17 +153,15 @@
153153
"Conceptual": "Content",
154154
"ManagedReference": "Content",
155155
"RestApi": "Content",
156-
"AzurePsModulePage": "Content"
156+
"PowershellModule": "Content",
157+
"PowershellCmdlet": "Content"
157158
},
158159
"build_entry_point": "docs",
159160
"template_folder": "_themes",
160161
"version": 0,
161-
"customized_template_paths": [
162-
"_dependentPackages/azurecli.plugins/azurecli"
163-
],
164162
"customized_tasks": {
165163
"docset_prebuild": [
166-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
164+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
167165
]
168166
},
169167
"monikerPath": [

teams/docfx.json

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

0 commit comments

Comments
 (0)