Skip to content

Commit e0a10a7

Browse files
committed
fix
2 parents 3cc933d + 5eb47e7 commit e0a10a7

70 files changed

Lines changed: 966 additions & 740 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 109 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,109 @@
1-
{
2-
"build_entry_point": "docs",
3-
"docsets_to_publish": [
4-
{
5-
"docset_name": "data-migration",
6-
"build_source_folder": "data-migration",
7-
"build_output_subfolder": "data-migration",
8-
"locale": "en-us",
9-
"monikers": [],
10-
"moniker_ranges": [],
11-
"open_to_public_contributors": true,
12-
"type_mapping": {
13-
"Conceptual": "Content"
14-
},
15-
"build_entry_point": "docs",
16-
"template_folder": "_themes"
17-
},
18-
{
19-
"docset_name": "azure-data-studio",
20-
"build_source_folder": "azure-data-studio",
21-
"build_output_subfolder": "azure-data-studio",
22-
"locale": "en-us",
23-
"monikers": [],
24-
"moniker_ranges": [],
25-
"open_to_public_contributors": true,
26-
"type_mapping": {
27-
"Conceptual": "Content"
28-
},
29-
"build_entry_point": "docs",
30-
"template_folder": "_themes"
31-
},
32-
{
33-
"docset_name": "sql-content",
34-
"build_source_folder": "docs",
35-
"build_output_subfolder": "sql",
36-
"locale": "en-us",
37-
"monikers": [],
38-
"moniker_ranges": [],
39-
"xref_query_tags": [
40-
"/uwp/api",
41-
"/dotnet"
42-
],
43-
"open_to_public_contributors": true,
44-
"type_mapping": {
45-
"ZonePivotGroups": "Toc",
46-
"Conceptual": "Content",
47-
"ManagedReference": "Content",
48-
"RestApi": "Content",
49-
"LandingData": "Content"
50-
},
51-
"build_entry_point": "docs",
52-
"template_folder": "_themes",
53-
"version": 0
54-
}
55-
],
56-
"notification_subscribers": [],
57-
"branches_to_filter": [],
58-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
59-
"git_repository_branch_open_to_public_contributors": "live",
60-
"skip_source_output_uploading": false,
61-
"need_preview_pull_request": true,
62-
"dependent_repositories": [
63-
{
64-
"path_to_root": "_themes",
65-
"url": "https://github.com/Microsoft/templates.docs.msft",
66-
"branch": "master",
67-
"branch_mapping": {}
68-
},
69-
{
70-
"path_to_root": "samples",
71-
"url": "https://github.com/dotnet/samples",
72-
"branch": "main",
73-
"branch_mapping": {
74-
"live": "live"
75-
}
76-
},
77-
{
78-
"path_to_root": "sqlclient",
79-
"url": "https://github.com/dotnet/sqlclient",
80-
"branch": "main",
81-
"branch_mapping": {}
82-
},
83-
{
84-
"path_to_root": "_themes.pdf",
85-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
86-
"branch": "master",
87-
"branch_mapping": {}
88-
},
89-
{
90-
"path_to_root": "sql-server-samples",
91-
"url": "https://github.com/Microsoft/sql-server-samples",
92-
"branch": "master",
93-
"branch_mapping": {}
94-
}
95-
],
96-
"branch_target_mapping": {
97-
"live": [
98-
"Publish",
99-
"PDF"
100-
],
101-
"master": [
102-
"Publish",
103-
"PDF"
104-
],
105-
"build-pdf": [
106-
"Publish",
107-
"PDF"
108-
]
109-
},
110-
"need_generate_pdf_url_template": true,
111-
"targets": {
112-
"Pdf": {
113-
"template_folder": "_themes.pdf"
114-
}
115-
},
116-
"docs_build_engine": {
117-
"name": "docfx_v3"
118-
},
119-
"need_generate_pdf": false,
120-
"need_generate_intellisense": false,
121-
"enable_branch_build_custom_validation": true,
122-
"enable_pull_request_custom_validation": true
123-
}
1+
{
2+
"build_entry_point": "docs",
3+
"docsets_to_publish": [
4+
{
5+
"docset_name": "data-migration",
6+
"build_source_folder": "data-migration",
7+
"build_output_subfolder": "data-migration",
8+
"locale": "en-us",
9+
"monikers": [],
10+
"moniker_ranges": [],
11+
"open_to_public_contributors": true,
12+
"type_mapping": {
13+
"Conceptual": "Content"
14+
},
15+
"build_entry_point": "docs",
16+
"template_folder": "_themes"
17+
},
18+
{
19+
"docset_name": "sql-content",
20+
"build_source_folder": "docs",
21+
"build_output_subfolder": "sql",
22+
"locale": "en-us",
23+
"monikers": [],
24+
"moniker_ranges": [],
25+
"xref_query_tags": [
26+
"/uwp/api",
27+
"/dotnet"
28+
],
29+
"open_to_public_contributors": true,
30+
"type_mapping": {
31+
"ZonePivotGroups": "Toc",
32+
"Conceptual": "Content",
33+
"ManagedReference": "Content",
34+
"RestApi": "Content",
35+
"LandingData": "Content"
36+
},
37+
"build_entry_point": "docs",
38+
"template_folder": "_themes",
39+
"version": 0
40+
}
41+
],
42+
"notification_subscribers": [],
43+
"branches_to_filter": [],
44+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/sql-docs",
45+
"git_repository_branch_open_to_public_contributors": "live",
46+
"skip_source_output_uploading": false,
47+
"need_preview_pull_request": true,
48+
"dependent_repositories": [
49+
{
50+
"path_to_root": "_themes",
51+
"url": "https://github.com/Microsoft/templates.docs.msft",
52+
"branch": "master",
53+
"branch_mapping": {}
54+
},
55+
{
56+
"path_to_root": "samples",
57+
"url": "https://github.com/dotnet/samples",
58+
"branch": "main",
59+
"branch_mapping": {
60+
"live": "live"
61+
}
62+
},
63+
{
64+
"path_to_root": "sqlclient",
65+
"url": "https://github.com/dotnet/sqlclient",
66+
"branch": "main",
67+
"branch_mapping": {}
68+
},
69+
{
70+
"path_to_root": "_themes.pdf",
71+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
72+
"branch": "master",
73+
"branch_mapping": {}
74+
},
75+
{
76+
"path_to_root": "sql-server-samples",
77+
"url": "https://github.com/Microsoft/sql-server-samples",
78+
"branch": "master",
79+
"branch_mapping": {}
80+
}
81+
],
82+
"branch_target_mapping": {
83+
"live": [
84+
"Publish",
85+
"PDF"
86+
],
87+
"master": [
88+
"Publish",
89+
"PDF"
90+
],
91+
"build-pdf": [
92+
"Publish",
93+
"PDF"
94+
]
95+
},
96+
"need_generate_pdf_url_template": true,
97+
"targets": {
98+
"Pdf": {
99+
"template_folder": "_themes.pdf"
100+
}
101+
},
102+
"docs_build_engine": {
103+
"name": "docfx_v3"
104+
},
105+
"need_generate_pdf": false,
106+
"need_generate_intellisense": false,
107+
"enable_branch_build_custom_validation": true,
108+
"enable_pull_request_custom_validation": true
109+
}

0 commit comments

Comments
 (0)