From 551ffd8a2a91e4f55623ac63eb62c6a85de03188 Mon Sep 17 00:00:00 2001 From: garycentric <5432776+garycentric@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:36:52 +0000 Subject: [PATCH] Initialize Docs repository: https://github.com/MicrosoftDocs/defender-docs-pr of branch live --- .openpublishing.publish.config.json | 12 +++++++ unified-secops-platform/authorize.md | 1 + unified-secops-platform/docfx.json | 54 ++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 unified-secops-platform/authorize.md create mode 100644 unified-secops-platform/docfx.json diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 2f35416cc0..5f3423d5f8 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -112,6 +112,18 @@ }, "build_entry_point": "docs", "template_folder": "_themes" + }, + { + "docset_name": "unified-secops-platform", + "build_source_folder": "unified-secops-platform", + "build_output_subfolder": "unified-secops-platform", + "locale": "en-us", + "monikers": [], + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content" + }, + "build_entry_point": "docs" } ], "notification_subscribers": [], diff --git a/unified-secops-platform/authorize.md b/unified-secops-platform/authorize.md new file mode 100644 index 0000000000..67f3185d58 --- /dev/null +++ b/unified-secops-platform/authorize.md @@ -0,0 +1 @@ +You are unauthorized to view the content \ No newline at end of file diff --git a/unified-secops-platform/docfx.json b/unified-secops-platform/docfx.json new file mode 100644 index 0000000000..02a73ef93b --- /dev/null +++ b/unified-secops-platform/docfx.json @@ -0,0 +1,54 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md", + "**/*.yml" + ], + "exclude": [ + "**/obj/**", + "**/includes/**", + "_themes/**", + "**/docfx.json", + "_repo.en-us/**", + "README.md", + "LICENSE", + "LICENSE-CODE", + "ThirdPartyNotices.md", + "SECURITY.md" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "**/includes/**", + "_themes/**", + "**/docfx.json", + "_repo.en-us/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": { + "breadcrumb_path": "~/breadcrumb/unified-secops-platform/toc.yml", + "feedback_system": "Standard", + "permissioned-type": "private", + "authorize_path": "~/authorize.md" + }, + "fileMetadata": { + "permissioned-type": { + "**/toc.yml": "public", + "**/toc.md": "public" + } + }, + "template": [] + } +} \ No newline at end of file