Skip to content

Commit 0d80cfa

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/sql-docs-pr of branch master
1 parent af15cbe commit 0d80cfa

File tree

6 files changed

+100
-13
lines changed

6 files changed

+100
-13
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

.openpublishing.publish.config.json

+29-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
{
22
"build_entry_point": "docs",
33
"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+
},
418
{
519
"docset_name": "sql-content",
620
"build_source_folder": "docs",
721
"build_output_subfolder": "sql",
822
"locale": "en-us",
9-
"xref_query_tags": [
10-
"/uwp/api",
11-
"/dotnet"
12-
],
1323
"monikers": [],
1424
"moniker_ranges": [
1525
"azuresqldb-current || azuresqldb-mi-current || azure-sqldw-latest || >= aps-pdw-2016 || >= sql-server-2016 || >= sql-server-linux-2017"
1626
],
27+
"xref_query_tags": [
28+
"/uwp/api",
29+
"/dotnet"
30+
],
1731
"open_to_public_contributors": true,
1832
"type_mapping": {
1933
"ZonePivotGroups": "Toc",
@@ -57,12 +71,14 @@
5771
{
5872
"path_to_root": "_themes.pdf",
5973
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
60-
"branch": "master"
74+
"branch": "master",
75+
"branch_mapping": {}
6176
},
6277
{
6378
"path_to_root": "sql-server-samples",
6479
"url": "https://github.com/Microsoft/sql-server-samples",
65-
"branch": "master"
80+
"branch": "master",
81+
"branch_mapping": {}
6682
}
6783
],
6884
"branch_target_mapping": {
@@ -80,16 +96,16 @@
8096
]
8197
},
8298
"need_generate_pdf_url_template": true,
83-
"need_generate_pdf": false,
84-
"need_generate_intellisense": false,
85-
"enable_branch_build_custom_validation": true,
86-
"enable_pull_request_custom_validation": true,
87-
"Targets": {
99+
"targets": {
88100
"Pdf": {
89101
"template_folder": "_themes.pdf"
90102
}
91103
},
92104
"docs_build_engine": {
93105
"name": "docfx_v3"
94-
}
95-
}
106+
},
107+
"need_generate_pdf": false,
108+
"need_generate_intellisense": false,
109+
"enable_branch_build_custom_validation": true,
110+
"enable_pull_request_custom_validation": true
111+
}

data-migration/TOC.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Index
2+
href: index.md

data-migration/breadcrumb/toc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /

data-migration/docfx.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"_themes/**",
13+
"_themes.pdf/**",
14+
"**/docfx.json",
15+
"_repo.en-us/**",
16+
"README.md",
17+
"LICENSE",
18+
"LICENSE-CODE",
19+
"ThirdPartyNotices.md"
20+
]
21+
}
22+
],
23+
"resource": [
24+
{
25+
"files": [
26+
"**/*.png",
27+
"**/*.jpg"
28+
],
29+
"exclude": [
30+
"**/obj/**",
31+
"**/includes/**",
32+
"_themes/**",
33+
"_themes.pdf/**",
34+
"**/docfx.json",
35+
"_repo.en-us/**"
36+
]
37+
}
38+
],
39+
"overwrite": [],
40+
"externalReference": [],
41+
"globalMetadata": {
42+
"breadcrumb_path": "/data-migration/breadcrumb/toc.json",
43+
"extendBreadcrumb": true,
44+
"feedback_system": "None"
45+
},
46+
"fileMetadata": {},
47+
"template": [],
48+
"dest": "data-migration",
49+
"markdownEngineName": "markdig"
50+
}
51+
}

data-migration/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to data-migration!

0 commit comments

Comments
 (0)