We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93609f7 commit 2123b9dCopy full SHA for 2123b9d
.openpublishing.publish.config.json
@@ -185,10 +185,23 @@
185
"type_mapping": {
186
"Conceptual": "Content",
187
"ManagedReference": "Content",
188
- "RestApi": "Content"
+ "RestApi": "Content",
189
+ "AzurePsModulePage": "Content"
190
},
191
"build_entry_point": "docs",
- "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
205
}
206
],
207
"notification_subscribers": [],
0 commit comments