From d8fc0b81dc4d46abe3c407ac906892ef63692052 Mon Sep 17 00:00:00 2001 From: Cory Fowler <441607+SyntaxC4@users.noreply.github.com> Date: Tue, 23 Mar 2021 16:46:33 -0700 Subject: [PATCH] Remove quantum-docs in .openpublishing.publish.config.json under main branch. --- .openpublishing.publish.config.json | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 711c21112..e2d5c98ee 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,28 +1,5 @@ { - "docsets_to_publish": [ - { - "docset_name": "quantum-docs", - "build_source_folder": "articles", - "build_output_subfolder": "quantum-docs", - "locale": "en-us", - "monikers": [], - "moniker_ranges": [], - "xref_query_tags": [ - "/qsharp", - "/dotnet" - ], - "enable_xrefmap_share": true, - "open_to_public_contributors": false, - "type_mapping": { - "Conceptual": "Content", - "ManagedReference": "Content", - "Odata": "Content", - "ZonePivotGroups": "Toc" - }, - "build_entry_point": "docs", - "template_folder": "_themes" - } - ], + "docsets_to_publish": [], "notification_subscribers": [ "cgronlun@microsoft.com" ],