Skip to content

Commit bec94c8

Browse files
authored
Merge pull request #1 from MicrosoftDocs/master
updating fork
2 parents 3ab6f0c + e52acb1 commit bec94c8

File tree

5,708 files changed

+46144
-39232
lines changed

Some content is hidden

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

5,708 files changed

+46144
-39232
lines changed

.markdownlint.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"default": true,
33
"MD001": false,
4-
"MD002": false,
54
"MD004": false,
6-
"MD007": false,
75
"MD009": false,
86
"MD011": false,
97
"MD013": false,
108
"MD022": false,
119
"MD024": false,
1210
"MD025": false,
1311
"MD026": false,
14-
"MD027": false,
1512
"MD028": false,
1613
"MD029": false,
1714
"MD032": false,
@@ -32,5 +29,9 @@
3229
"MD036": false,
3330
"MD040": false,
3431
"MD041": false,
35-
"MD045": false
32+
"MD045": false,
33+
"MD046": {
34+
"style": "fenced"
35+
},
36+
"MD047": false
3637
}

.openpublishing.publish.config.json

Lines changed: 122 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,122 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "docs",
6-
"build_source_folder": "docs",
7-
"build_output_subfolder": "vsdocsdocs",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": ["vs-2015", ">= vs-2017"],
11-
"xref_query_tags": [
12-
"/dotnet",
13-
"/uwp/api"
14-
],
15-
"open_to_public_contributors": true,
16-
"type_mapping": {
17-
"Conceptual": "Content",
18-
"ManagedReference": "Content",
19-
"RestApi": "Content",
20-
"LandingData": "Content",
21-
"ContextObject": "Toc",
22-
"APIConnector": "Content"
23-
},
24-
"template_folder": "_themes"
25-
},
26-
{
27-
"docset_name": "mac",
28-
"build_source_folder": "mac",
29-
"build_output_subfolder": "mac",
30-
"locale": "en-us",
31-
"monikers": [],
32-
"moniker_ranges": ["vsmac-2017", "vsmac-2019"],
33-
"open_to_public_contributors": true,
34-
"type_mapping": {
35-
"Conceptual": "Content",
36-
"ManagedReference": "Content",
37-
"RestApi": "Content",
38-
"ContextObject": "Toc"
39-
},
40-
"build_entry_point": "docs",
41-
"template_folder": "_themes"
42-
},
43-
{
44-
"docset_name": "scripting-docs",
45-
"build_source_folder": "scripting-docs",
46-
"build_output_subfolder": "scripting-docs",
47-
"locale": "en-us",
48-
"monikers": [],
49-
"open_to_public_contributors": true,
50-
"type_mapping": {
51-
"Conceptual": "Content",
52-
"ManagedReference": "Content",
53-
"RestApi": "Content"
54-
},
55-
"build_entry_point": "docs",
56-
"template_folder": "_themes"
57-
},
58-
{
59-
"docset_name": "subscriptions",
60-
"build_source_folder": "subscriptions",
61-
"build_output_subfolder": "subscriptions",
62-
"locale": "en-us",
63-
"monikers": [],
64-
"moniker_ranges": [],
65-
"open_to_public_contributors": false,
66-
"type_mapping": {
67-
"Conceptual": "Content",
68-
"ManagedReference": "Content",
69-
"RestApi": "Content"
70-
},
71-
"build_entry_point": "docs",
72-
"template_folder": "_themes"
73-
}
74-
],
75-
"notification_subscribers": [],
76-
"sync_notification_subscribers": [
77-
78-
],
79-
"branches_to_filter": [],
80-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/visualstudio-docs",
81-
"git_repository_branch_open_to_public_contributors": "master",
82-
"skip_source_output_uploading": false,
83-
"need_preview_pull_request": true,
84-
"need_pr_comments": true,
85-
"contribution_branch_mappings": {},
86-
"dependent_repositories": [
87-
{
88-
"path_to_root": "_themes",
89-
"url": "https://github.com/Microsoft/templates.docs.msft",
90-
"branch": "master",
91-
"branch_mapping": {}
92-
},
93-
{
94-
"path_to_root": "_themes.pdf",
95-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
96-
"branch": "master",
97-
"branch_mapping": {}
98-
}
99-
],
100-
"branch_target_mapping": {
101-
"live": [
102-
"Publish",
103-
"Pdf"
104-
]
105-
},
106-
"need_generate_pdf_url_template": true,
107-
"Targets": {
108-
"Pdf": {
109-
"template_folder": "_themes.pdf"
110-
}
111-
},
112-
"need_generate_pdf": false,
113-
"need_generate_intellisense": false,
114-
"enable_branch_build_custom_validation": true,
115-
"enable_pull_request_custom_validation": true
116-
}
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "docs",
6+
"build_source_folder": "docs",
7+
"build_output_subfolder": "vsdocsdocs",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [
11+
"vs-2015",
12+
">= vs-2017"
13+
],
14+
"xref_query_tags": [
15+
"/dotnet",
16+
"/uwp/api"
17+
],
18+
"open_to_public_contributors": true,
19+
"type_mapping": {
20+
"Conceptual": "Content",
21+
"ManagedReference": "Content",
22+
"RestApi": "Content",
23+
"LandingData": "Content",
24+
"ContextObject": "Toc",
25+
"APIConnector": "Content"
26+
},
27+
"template_folder": "_themes"
28+
},
29+
{
30+
"docset_name": "mac",
31+
"build_source_folder": "mac",
32+
"build_output_subfolder": "mac",
33+
"locale": "en-us",
34+
"monikers": [],
35+
"moniker_ranges": [
36+
"vsmac-2017",
37+
"vsmac-2019"
38+
],
39+
"open_to_public_contributors": true,
40+
"type_mapping": {
41+
"Conceptual": "Content",
42+
"ManagedReference": "Content",
43+
"RestApi": "Content",
44+
"ContextObject": "Toc"
45+
},
46+
"build_entry_point": "docs",
47+
"template_folder": "_themes"
48+
},
49+
{
50+
"docset_name": "scripting-docs",
51+
"build_source_folder": "scripting-docs",
52+
"build_output_subfolder": "scripting-docs",
53+
"locale": "en-us",
54+
"monikers": [],
55+
"open_to_public_contributors": true,
56+
"type_mapping": {
57+
"Conceptual": "Content",
58+
"ManagedReference": "Content",
59+
"RestApi": "Content"
60+
},
61+
"build_entry_point": "docs",
62+
"template_folder": "_themes"
63+
},
64+
{
65+
"docset_name": "subscriptions",
66+
"build_source_folder": "subscriptions",
67+
"build_output_subfolder": "subscriptions",
68+
"locale": "en-us",
69+
"monikers": [],
70+
"moniker_ranges": [],
71+
"open_to_public_contributors": false,
72+
"type_mapping": {
73+
"Conceptual": "Content",
74+
"ManagedReference": "Content",
75+
"RestApi": "Content"
76+
},
77+
"build_entry_point": "docs",
78+
"template_folder": "_themes"
79+
}
80+
],
81+
"notification_subscribers": [],
82+
"sync_notification_subscribers": [
83+
84+
],
85+
"branches_to_filter": [],
86+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/visualstudio-docs",
87+
"git_repository_branch_open_to_public_contributors": "master",
88+
"skip_source_output_uploading": false,
89+
"need_preview_pull_request": true,
90+
"need_pr_comments": true,
91+
"contribution_branch_mappings": {},
92+
"dependent_repositories": [
93+
{
94+
"path_to_root": "_themes",
95+
"url": "https://github.com/Microsoft/templates.docs.msft",
96+
"branch": "master",
97+
"branch_mapping": {}
98+
},
99+
{
100+
"path_to_root": "_themes.pdf",
101+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
102+
"branch": "master",
103+
"branch_mapping": {}
104+
}
105+
],
106+
"branch_target_mapping": {
107+
"live": [
108+
"Publish",
109+
"Pdf"
110+
]
111+
},
112+
"need_generate_pdf_url_template": true,
113+
"Targets": {
114+
"Pdf": {
115+
"template_folder": "_themes.pdf"
116+
}
117+
},
118+
"need_generate_pdf": false,
119+
"need_generate_intellisense": false,
120+
"enable_branch_build_custom_validation": true,
121+
"enable_pull_request_custom_validation": true
122+
}

0 commit comments

Comments
 (0)