Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tomate-docs-pr of branch live
  • Loading branch information
buck1ey committed Nov 11, 2019
1 parent 02a2fd0 commit b0b7bf3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
18 changes: 16 additions & 2 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down Expand Up @@ -57,12 +71,12 @@
]
},
"need_generate_pdf_url_template": true,
"Targets": {
"targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"docs_build_engine": {
"name": "docfx_v3"
}
}
}

0 comments on commit b0b7bf3

Please sign in to comment.