From fe84ece56cb11b04f94edf97231e8d108ba796a5 Mon Sep 17 00:00:00 2001 From: buck1ey Date: Fri, 5 Mar 2021 20:33:44 +0000 Subject: [PATCH] Initialize Docs repository: https://github.com/MicrosoftDocs/powerapps-docs-pr of branch live --- .gitattributes | 14 ++++++++++++++ .openpublishing.publish.config.json | 29 ++++++++++++++++------------- 2 files changed, 30 insertions(+), 13 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..9fb85ec49f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary \ No newline at end of file diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 28672c6172..18829310aa 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -58,6 +58,9 @@ } ], "notification_subscribers": [], + "sync_notification_subscribers": [ + "buckley.guderian@microsoft.com" + ], "branches_to_filter": [], "git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/powerapps-docs", "git_repository_branch_open_to_public_contributors": "live", @@ -87,15 +90,6 @@ } } ], - "dependent_packages": [ - { - "id": "Microsoft.OpenPublishing.CommonPlugins", - "nuget_feed": "https://www.myget.org/F/op/api/v2", - "path_to_root": "_dependentPackages/CommonPlugins", - "target_framework": "net45", - "version": "latest" - } - ], "branch_target_mapping": { "live": [ "Publish", @@ -111,13 +105,22 @@ ] }, "need_generate_pdf_url_template": true, - "Targets": { + "targets": { "Pdf": { "template_folder": "_themes.pdf" } }, - "need_generate_intellisense": false, "docs_build_engine": { "name": "docfx_v3" - } -} + }, + "dependent_packages": [ + { + "id": "Microsoft.OpenPublishing.CommonPlugins", + "nuget_feed": "https://www.myget.org/F/op/api/v2", + "path_to_root": "_dependentPackages/CommonPlugins", + "target_framework": "net45", + "version": "latest" + } + ], + "need_generate_intellisense": false +} \ No newline at end of file