From ee50a5acc6ac30b7c42004b3317686016b6fdcc1 Mon Sep 17 00:00:00 2001 From: Saisang Date: Thu, 12 Aug 2021 05:47:10 +0000 Subject: [PATCH] Initialize Docs repository: https://github.com/MicrosoftDocs/PowerShell-Docs-DSC of branch live --- .openpublishing.publish.config.json | 26 +++++++++++++++++++++++++- dsc | 1 + 2 files changed, 26 insertions(+), 1 deletion(-) create mode 160000 dsc diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 1e8333a..21f3972 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,5 +1,29 @@ { - "docsets_to_publish": [], + "docsets_to_publish": [ + { + "docset_name": "PowerShell-Docs-DSC", + "build_source_folder": "dsc", + "build_output_subfolder": "PowerShell-Docs-DSC", + "locale": "en-us", + "monikers": [], + "moniker_ranges": [], + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content", + "PowershellModule": "Content", + "PowershellCmdlet": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes", + "base_path": "powershell", + "site_name": "Docs", + "customized_tasks": { + "docset_prebuild": [ + "_dependentPackages/MAML2Yaml/tools/Run.ps1" + ] + } + } + ], "notification_subscribers": [], "sync_notification_subscribers": [], "branches_to_filter": [], diff --git a/dsc b/dsc new file mode 160000 index 0000000..dfd5c5b --- /dev/null +++ b/dsc @@ -0,0 +1 @@ +Subproject commit dfd5c5b25822fe9bcdc451efe61e0fc45ef1bba1