Skip to content

Commit

Permalink
Initialize Docs repository: https://github.com/MicrosoftDocs/powerapp…
Browse files Browse the repository at this point in the history
…s-docs-pr of branch live
  • Loading branch information
buck1ey committed Mar 5, 2021
1 parent 9f75f87 commit fe84ece
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 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
29 changes: 16 additions & 13 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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
}

0 comments on commit fe84ece

Please sign in to comment.