Initialize Docs repository: https://github.com/dotnet/docs-desktop of branch master

This commit is contained in:
cmcclister
2020-08-07 21:43:30 +00:00
parent f3fda8527b
commit 347fdc8f8d
5 changed files with 73 additions and 1 deletions
+16 -1
View File
@@ -1,5 +1,20 @@
{
"docsets_to_publish": [],
"docsets_to_publish": [
{
"docset_name": "dotnet-desktop-guide",
"build_source_folder": "dotnet-desktop-guide",
"build_output_subfolder": "dotnet-desktop-guide",
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes"
}
],
"notification_subscribers": [
"[email protected]"
],