Skip to content

Commit fe84ece

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/powerapps-docs-pr of branch live
1 parent 9f75f87 commit fe84ece

File tree

2 files changed

+30
-13
lines changed

2 files changed

+30
-13
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

.openpublishing.publish.config.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
}
5959
],
6060
"notification_subscribers": [],
61+
"sync_notification_subscribers": [
62+
63+
],
6164
"branches_to_filter": [],
6265
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/powerapps-docs",
6366
"git_repository_branch_open_to_public_contributors": "live",
@@ -87,15 +90,6 @@
8790
}
8891
}
8992
],
90-
"dependent_packages": [
91-
{
92-
"id": "Microsoft.OpenPublishing.CommonPlugins",
93-
"nuget_feed": "https://www.myget.org/F/op/api/v2",
94-
"path_to_root": "_dependentPackages/CommonPlugins",
95-
"target_framework": "net45",
96-
"version": "latest"
97-
}
98-
],
9993
"branch_target_mapping": {
10094
"live": [
10195
"Publish",
@@ -111,13 +105,22 @@
111105
]
112106
},
113107
"need_generate_pdf_url_template": true,
114-
"Targets": {
108+
"targets": {
115109
"Pdf": {
116110
"template_folder": "_themes.pdf"
117111
}
118112
},
119-
"need_generate_intellisense": false,
120113
"docs_build_engine": {
121114
"name": "docfx_v3"
122-
}
123-
}
115+
},
116+
"dependent_packages": [
117+
{
118+
"id": "Microsoft.OpenPublishing.CommonPlugins",
119+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
120+
"path_to_root": "_dependentPackages/CommonPlugins",
121+
"target_framework": "net45",
122+
"version": "latest"
123+
}
124+
],
125+
"need_generate_intellisense": false
126+
}

0 commit comments

Comments
 (0)