Skip to content

Commit a0fffd0

Browse files
committed
Updated ops.publish.config.json and docfx.json
1 parent a8124f7 commit a0fffd0

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
@@ -124,17 +124,15 @@
124124
"Conceptual": "Content",
125125
"ManagedReference": "Content",
126126
"RestApi": "Content",
127-
"AzurePsModulePage": "Content"
127+
"PowershellModule": "Content",
128+
"PowershellCmdlet": "Content"
128129
},
129130
"build_entry_point": "docs",
130131
"template_folder": "_themes",
131132
"version": 0,
132-
"customized_template_paths": [
133-
"_dependentPackages/azurecli.plugins/azurecli"
134-
],
135133
"customized_tasks": {
136134
"docset_prebuild": [
137-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
135+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
138136
]
139137
},
140138
"monikerPath": [

staffhub/docfx.json

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

0 commit comments

Comments
 (0)