Skip to content

Commit 539ea61

Browse files
committed
Initialize Docs repository: https://github.com/dotnet/docs of branch main
1 parent bc66eb0 commit 539ea61

File tree

1 file changed

+35
-29
lines changed

1 file changed

+35
-29
lines changed
Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,14 @@
11
{
2-
"need_generate_intellisense": false,
3-
"need_preview_pull_request": true,
4-
"need_pr_comments": false,
5-
"need_generate_pdf_url_template": true,
6-
"git_repository_branch_open_to_public_contributors": "master",
7-
"branch_target_mapping": {
8-
"live": [
9-
"Publish",
10-
"Pdf"
11-
],
12-
"master": [
13-
"Publish",
14-
"Pdf"
15-
]
16-
},
17-
"Targets": {
18-
"Pdf": {
19-
"template_folder": "_themes.pdf"
20-
}
21-
},
222
"docsets_to_publish": [
233
{
244
"docset_name": "core-docs",
255
"build_source_folder": ".",
266
"build_output_subfolder": ".",
277
"locale": "en-us",
8+
"monikers": [],
289
"xref_query_tags": [
2910
"/uwp/api"
3011
],
31-
"monikers": [],
3212
"filemap_share_depots": [
3313
"VS.dotnet-api-docs"
3414
],
@@ -45,43 +25,69 @@
4525
}
4626
],
4727
"notification_subscribers": [],
28+
"sync_notification_subscribers": [],
4829
"branches_to_filter": [],
30+
"git_repository_branch_open_to_public_contributors": "main",
4931
"skip_source_output_uploading": false,
32+
"need_preview_pull_request": true,
33+
"need_pr_comments": false,
34+
"contribution_branch_mappings": {},
5035
"dependent_repositories": [
5136
{
5237
"path_to_root": "_themes",
5338
"url": "https://github.com/Microsoft/templates.docs.msft",
54-
"branch": "master"
39+
"branch": "master",
40+
"branch_mapping": {}
5541
},
5642
{
5743
"path_to_root": "_themes.pdf",
5844
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
59-
"branch": "master"
45+
"branch": "master",
46+
"branch_mapping": {}
6047
},
6148
{
6249
"path_to_root": "_csharplang",
6350
"url": "https://github.com/dotnet/csharplang",
6451
"branch": "master",
65-
"include_in_build": true
52+
"branch_mapping": {}
6653
},
6754
{
6855
"path_to_root": "_vblang",
6956
"url": "https://github.com/dotnet/vblang",
7057
"branch": "master",
71-
"include_in_build": true
58+
"branch_mapping": {}
7259
},
7360
{
7461
"path_to_root": "machinelearning-samples",
7562
"url": "https://github.com/dotnet/machinelearning-samples",
76-
"branch": "master"
63+
"branch": "master",
64+
"branch_mapping": {}
7765
},
7866
{
7967
"path_to_root": "iot-samples",
8068
"url": "https://github.com/MicrosoftDocs/dotnet-iot-assets",
81-
"branch": "master"
69+
"branch": "master",
70+
"branch_mapping": {}
8271
}
8372
],
73+
"branch_target_mapping": {
74+
"live": [
75+
"Publish",
76+
"Pdf"
77+
],
78+
"master": [
79+
"Publish",
80+
"Pdf"
81+
]
82+
},
83+
"need_generate_pdf_url_template": true,
84+
"targets": {
85+
"Pdf": {
86+
"template_folder": "_themes.pdf"
87+
}
88+
},
8489
"docs_build_engine": {
8590
"name": "docfx_v3"
86-
}
87-
}
91+
},
92+
"need_generate_intellisense": false
93+
}

0 commit comments

Comments
 (0)