diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9fb85ec49 --- /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 3672b2752..816ea076f 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -22,6 +22,20 @@ }, "build_entry_point": "docs", "template_folder": "_themes" + }, + { + "docset_name": "power-automate", + "build_source_folder": "articles", + "build_output_subfolder": "power-automate", + "locale": "en-us", + "monikers": [], + "moniker_ranges": [], + "open_to_public_contributors": true, + "type_mapping": { + "Conceptual": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes" } ], "notification_subscribers": [], @@ -57,7 +71,7 @@ ] }, "need_generate_pdf_url_template": true, - "Targets": { + "targets": { "Pdf": { "template_folder": "_themes.pdf" } @@ -65,4 +79,4 @@ "docs_build_engine": { "name": "docfx_v3" } -} +} \ No newline at end of file