Skip to content

Commit 2123b9d

Browse files
committed
Adds config fix for referencing list.
1 parent 93609f7 commit 2123b9d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.openpublishing.publish.config.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,23 @@
185185
"type_mapping": {
186186
"Conceptual": "Content",
187187
"ManagedReference": "Content",
188-
"RestApi": "Content"
188+
"RestApi": "Content",
189+
"AzurePsModulePage": "Content"
189190
},
190191
"build_entry_point": "docs",
191-
"template_folder": "_themes"
192+
"template_folder": "_themes",
193+
"version": 0,
194+
"customized_template_paths": [
195+
"_dependentPackages/azurecli.plugins/azurecli"
196+
],
197+
"customized_tasks": {
198+
"docset_prebuild": [
199+
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
200+
]
201+
},
202+
"monikerPath": [
203+
"mapping/monikerMapping.json"
204+
]
192205
}
193206
],
194207
"notification_subscribers": [],

0 commit comments

Comments
 (0)