Skip to content

Commit e356734

Browse files
committed
Initialize Docs repository: https://github.com/MicrosoftDocs/visualstudio-docs-pr of branch master
1 parent 30a810f commit e356734

File tree

5 files changed

+76
-5
lines changed

5 files changed

+76
-5
lines changed

.openpublishing.publish.config.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"build_entry_point": "docs",
33
"docsets_to_publish": [
4+
{
5+
"docset_name": "Docker",
6+
"build_source_folder": "docker",
7+
"build_output_subfolder": "Docker",
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": "docs",
620
"build_source_folder": "docs",
@@ -115,11 +129,11 @@
115129
"template_folder": "_themes.pdf"
116130
}
117131
},
132+
"docs_build_engine": {
133+
"name": "docfx_v3"
134+
},
118135
"need_generate_pdf": false,
119136
"need_generate_intellisense": false,
120137
"enable_branch_build_custom_validation": true,
121-
"enable_pull_request_custom_validation": true,
122-
"docs_build_engine": {
123-
"name": "docfx_v3"
124-
}
125-
}
138+
"enable_pull_request_custom_validation": true
139+
}

docker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Index
2+
href: index.md

docker/breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /

docker/docfx.json

Lines changed: 51 additions & 0 deletions
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": "/visualstudio/docker/breadcrumb/toc.json",
43+
"extendBreadcrumb": true,
44+
"feedback_system": "None"
45+
},
46+
"fileMetadata": {},
47+
"template": [],
48+
"dest": "Docker",
49+
"markdownEngineName": "markdig"
50+
}
51+
}

docker/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to Docker!

0 commit comments

Comments
 (0)