Skip to content

Commit 5a4d215

Browse files
Merge pull request #5 from MicrosoftDocs/master
Merge from base to fork.
2 parents 998fa35 + b2313e3 commit 5a4d215

File tree

33,799 files changed

+340909
-2162003
lines changed

Some content is hidden

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

33,799 files changed

+340909
-2162003
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ _themes.MSDN.Modern/
344344
_themes.VS.Modern/
345345

346346
.openpublishing.buildcore.ps1
347+
.openpublishing.redirection.sorted.json
347348

348349
## Ignore Visual Studio temporary files, build results, and
349350
## files generated by popular Visual Studio add-ons.
@@ -355,4 +356,7 @@ _themes.VS.Modern/
355356
*.sln.docstates
356357

357358
# User-specific files (MonoDevelop/Xamarin Studio)
358-
*.userprefs
359+
*.userprefs
360+
361+
# Folder configuration on Mac
362+
.DS_Store

.markdownlint.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"default": true,
3+
"MD001": false,
4+
"MD002": false,
5+
"MD004": false,
6+
"MD007": false,
7+
"MD009": false,
8+
"MD011": false,
9+
"MD013": false,
10+
"MD022": false,
11+
"MD024": false,
12+
"MD025": false,
13+
"MD026": false,
14+
"MD028": false,
15+
"MD029": false,
16+
"MD032": false,
17+
"MD033": {
18+
"allowed_elements": [
19+
"a",
20+
"br",
21+
"em",
22+
"kbd",
23+
"li",
24+
"ol",
25+
"strong",
26+
"sup",
27+
"ul"
28+
]
29+
},
30+
"MD034": false,
31+
"MD036": false,
32+
"MD040": false,
33+
"MD041": false,
34+
"MD045": false
35+
}

.openpublishing.publish.config.json

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