Skip to content

Commit 4c3fc05

Browse files
committed
Initialize open publishing repository: https://github.com/Azure/azure-docs-sdk-java of branch master
1 parent 53111e3 commit 4c3fc05

File tree

2 files changed

+32
-13
lines changed

2 files changed

+32
-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: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"build_entry_point": "docs",
3-
"need_generate_pdf": false,
4-
"need_generate_intellisense": false,
53
"docsets_to_publish": [
64
{
75
"docset_name": "AzureJava",
86
"build_source_folder": ".",
97
"build_output_subfolder": "azure/sdk/java",
108
"locale": "en-us",
119
"monikers": [],
10+
"moniker_ranges": [],
1211
"open_to_public_contributors": true,
1312
"type_mapping": {
1413
"Conceptual": "Content",
@@ -18,10 +17,10 @@
1817
},
1918
"build_entry_point": "docs",
2019
"template_folder": "_themes",
21-
"customized_template_paths": [
22-
"_dependentPackages/memberpage.plugins/content"
20+
"customized_template_paths": [
21+
"_dependentPackages/memberpage.plugins/content"
2322
],
24-
"customized_tasks": {
23+
"customized_tasks": {
2524
"docset_prebuild": [
2625
"_dependentPackages/splitToc/tools/run.ps1",
2726
"_dependentPackages/CommonPlugins/tools/JoinTOC.ps1",
@@ -33,8 +32,10 @@
3332
],
3433
"notification_subscribers": [],
3534
"branches_to_filter": [],
35+
"git_repository_branch_open_to_public_contributors": "master",
3636
"skip_source_output_uploading": false,
3737
"need_preview_pull_request": false,
38+
"enable_incremental_build": false,
3839
"dependent_repositories": [
3940
{
4041
"path_to_root": "_themes",
@@ -61,6 +62,9 @@
6162
"branch_mapping": {}
6263
}
6364
],
65+
"need_generate_pdf_url_template": false,
66+
"need_generate_pdf": false,
67+
"need_generate_intellisense": false,
6468
"dependent_packages": [
6569
{
6670
"id": "Microsoft.OpenPublishing.CommonPlugins",
@@ -76,7 +80,7 @@
7680
"target_framework": "net45",
7781
"version": "latest"
7882
},
79-
{
83+
{
8084
"id": "memberpage.plugins",
8185
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
8286
"path_to_root": "_dependentPackages/memberpage.plugins",
@@ -93,7 +97,9 @@
9397
"ConceptualTOCUrl": "/java/azure/toc.json?view=azure-java-stable",
9498
"HideEmptyNode": false,
9599
"ContainerPageMetadata": {
96-
"langs": ["java"],
100+
"langs": [
101+
"java"
102+
],
97103
"open_to_public_contributors": false
98104
}
99105
},
@@ -105,16 +111,15 @@
105111
"ConceptualTOCUrl": "/java/azure/toc.json?view=azure-java-preview",
106112
"HideEmptyNode": false,
107113
"ContainerPageMetadata": {
108-
"langs": ["java"],
114+
"langs": [
115+
"java"
116+
],
109117
"open_to_public_contributors": false
110118
}
111119
}
112120
],
113121
"DiffFolder": [
114122
"docs-ref-autogen/overview/azure"
115123
],
116-
"toc_path_need_to_split": "docs-ref-autogen/toc.yml",
117-
"git_repository_branch_open_to_public_contributors": "master",
118-
"need_generate_pdf_url_template": false,
119-
"enable_incremental_build": false
120-
}
124+
"toc_path_need_to_split": "docs-ref-autogen/toc.yml"
125+
}

0 commit comments

Comments
 (0)