Skip to content

Commit 5d8b6cf

Browse files
committed
Update .openpublishing.publish.config.json
1 parent 0cbf53d commit 5d8b6cf

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.openpublishing.publish.config.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,15 @@
9999
"Conceptual": "Content",
100100
"ManagedReference": "Content",
101101
"RestApi": "Content",
102-
"AzurePsModulePage": "Content"
102+
"PowershellModule": "Content",
103+
"PowershellCmdlet": "Content"
103104
},
104105
"build_entry_point": "docs",
105106
"template_folder": "_themes",
106107
"version": 0,
107-
"customized_template_paths": [
108-
"_dependentPackages/azurecli.plugins/azurecli"
109-
],
110108
"customized_tasks": {
111109
"docset_prebuild": [
112-
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
110+
"_dependentPackages/MAML2Yaml/tools/Run.ps1"
113111
]
114112
},
115113
"monikerPath": [
@@ -274,6 +272,13 @@
274272
"version": "latest",
275273
"id": "Microsoft.OpenPublishing.CommonPlugins",
276274
"nuget_feed": "https://www.myget.org/F/op/api/v2"
275+
},
276+
{
277+
"id": "Microsoft.DocAsCode.MAML2Yaml",
278+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
279+
"path_to_root": "_dependentPackages/MAML2Yaml",
280+
"target_framework": "net45",
281+
"version": "latest"
277282
}
278283
]
279284
}

0 commit comments

Comments
 (0)