Skip to content

Commit 448fc37

Browse files
committed
Initialize Docs repository: https://github.com/dotnet/dotnet-api-docs of branch main
1 parent 85bedf5 commit 448fc37

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.openpublishing.publish.config.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"build_source_folder": ".",
66
"build_output_subfolder": ".",
77
"locale": "en-us",
8+
"monikers": [],
9+
"moniker_ranges": [],
810
"xref_query_tags": [
911
"/uwp/api"
1012
],
11-
"monikers": [],
12-
"moniker_ranges": [],
1313
"open_to_public_contributors": true,
1414
"type_mapping": {
1515
"Conceptual": "Content",
@@ -51,7 +51,9 @@
5151
}
5252
],
5353
"notification_subscribers": [],
54-
"git_repository_branch_open_to_public_contributors": "master",
54+
"sync_notification_subscribers": [],
55+
"branches_to_filter": [],
56+
"git_repository_branch_open_to_public_contributors": "main",
5557
"skip_source_output_uploading": false,
5658
"need_preview_pull_request": true,
5759
"need_pr_comments": true,
@@ -77,6 +79,11 @@
7779
},
7880
"need_generate_pdf_url_template": false,
7981
"targets": {},
82+
"docs_build_engine": {
83+
"name": "docfx_v3"
84+
},
85+
"need_generate_pdf": false,
86+
"need_generate_intellisense": false,
8087
"dependent_packages": [
8188
{
8289
"id": "Microsoft.DocAsCode.ECMA2Yaml",
@@ -92,8 +99,5 @@
9299
"target_framework": "net45",
93100
"version": "latest"
94101
}
95-
],
96-
"docs_build_engine": {
97-
"name": "docfx_v3"
98-
}
99-
}
102+
]
103+
}

0 commit comments

Comments
 (0)