Skip to content

Commit e2fc3e8

Browse files
authored
Merge pull request #1 from MicrosoftDocs/master
Updating fork
2 parents f161d39 + 85dcbec commit e2fc3e8

File tree

14,414 files changed

+603133
-155136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

14,414 files changed

+603133
-155136
lines changed

.acrolinx-config.edn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
2+
:allowed-filename-matches ["docs" "mac" "scripting-docs"]}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.vs/
12
log/
23
obj/
34
_site/

.localization-config

Lines changed: 0 additions & 34 deletions
This file was deleted.

.openpublishing.publish.config.json

Lines changed: 84 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,127 @@
11
{
22
"build_entry_point": "docs",
3-
"need_generate_pdf": false,
4-
"need_generate_intellisense": false,
53
"docsets_to_publish": [
4+
{
5+
"docset_name": "connected-environment",
6+
"build_source_folder": "connected-environment",
7+
"build_output_subfolder": "connected-environment",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": false,
12+
"type_mapping": {
13+
"Conceptual": "Content",
14+
"ManagedReference": "Content",
15+
"RestApi": "Content"
16+
},
17+
"build_entry_point": "docs",
18+
"template_folder": "_themes"
19+
},
620
{
721
"docset_name": "docs",
822
"build_source_folder": "docs",
923
"build_output_subfolder": "vsdocsdocs",
1024
"locale": "en-us",
11-
"version": 0,
25+
"monikers": [],
1226
"open_to_public_contributors": true,
27+
"type_mapping": {
28+
"Conceptual": "Content",
29+
"ManagedReference": "Content",
30+
"RestApi": "Content",
31+
"LandingData": "Content",
32+
"ContextObject": "Toc",
33+
"APIConnector": "Content"
34+
},
35+
"template_folder": "_themes"
36+
},
37+
{
38+
"docset_name": "mac",
39+
"build_source_folder": "mac",
40+
"build_output_subfolder": "mac",
41+
"locale": "en-us",
42+
"monikers": [],
43+
"open_to_public_contributors": false,
1344
"type_mapping": {
1445
"Conceptual": "Content",
1546
"ManagedReference": "Content",
1647
"RestApi": "Content"
1748
},
18-
"template_folder": "_themes",
19-
"is_dynamic_rendering": false
49+
"build_entry_point": "docs",
50+
"template_folder": "_themes"
2051
},
2152
{
2253
"docset_name": "scripting-docs",
2354
"build_source_folder": "scripting-docs",
2455
"build_output_subfolder": "scripting-docs",
2556
"locale": "en-us",
26-
"version": 0,
57+
"monikers": [],
58+
"open_to_public_contributors": true,
59+
"type_mapping": {
60+
"Conceptual": "Content",
61+
"ManagedReference": "Content",
62+
"RestApi": "Content"
63+
},
64+
"build_entry_point": "docs",
65+
"template_folder": "_themes"
66+
},
67+
{
68+
"docset_name": "subscriptions",
69+
"build_source_folder": "subscriptions",
70+
"build_output_subfolder": "subscriptions",
71+
"locale": "en-us",
72+
"monikers": [],
73+
"moniker_ranges": [],
2774
"open_to_public_contributors": false,
2875
"type_mapping": {
2976
"Conceptual": "Content",
3077
"ManagedReference": "Content",
3178
"RestApi": "Content"
3279
},
3380
"build_entry_point": "docs",
34-
"template_folder": "_themes",
35-
"is_dynamic_rendering": false
81+
"template_folder": "_themes"
3682
}
3783
],
3884
"notification_subscribers": [],
3985
"branches_to_filter": [],
4086
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/visualstudio-docs",
4187
"git_repository_branch_open_to_public_contributors": "master",
4288
"skip_source_output_uploading": false,
89+
"need_preview_pull_request": true,
90+
"contribution_branch_mappings": {},
4391
"dependent_repositories": [
4492
{
4593
"path_to_root": "_themes",
4694
"url": "https://github.com/Microsoft/templates.docs.msft",
4795
"branch": "master",
4896
"branch_mapping": {}
97+
},
98+
{
99+
"path_to_root": "_themes.pdf",
100+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
101+
"branch": "master"
102+
},
103+
{
104+
"path_to_root": "dotnet-xref",
105+
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
106+
"branch": "live",
107+
"branch_mapping": {
108+
"live": "live",
109+
"master": "master"
110+
}
49111
}
50112
],
51-
"need_generate_pdf_url_template": false
113+
"branch_target_mapping": {
114+
"live": [
115+
"Publish",
116+
"Pdf"
117+
]
118+
},
119+
"need_generate_pdf_url_template": true,
120+
"Targets": {
121+
"Pdf": {
122+
"template_folder": "_themes.pdf"
123+
}
124+
},
125+
"need_generate_pdf": false,
126+
"need_generate_intellisense": false
52127
}

0 commit comments

Comments
 (0)