Skip to content

Commit b091dc1

Browse files
Merge pull request #32 from MicrosoftDocs/master
incoming!
2 parents 1ee2b4f + c9c9043 commit b091dc1

File tree

34,607 files changed

+383327
-2207434
lines changed

Some content is hidden

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

34,607 files changed

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

.openpublishing.publish.config.json

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