Skip to content

Commit 27b4d19

Browse files
committed
Initialize open publishing repository: https://github.com/MicrosoftDocs/WSL of branch live
1 parent add1885 commit 27b4d19

2 files changed

Lines changed: 59 additions & 1 deletion

File tree

.openpublishing.publish.config.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
2-
"docsets_to_publish": [],
2+
"docsets_to_publish": [
3+
{
4+
"docset_name": "wsl",
5+
"build_source_folder": "wsl",
6+
"build_output_subfolder": "wsl",
7+
"locale": "en-us",
8+
"monikers": [],
9+
"moniker_ranges": [],
10+
"open_to_public_contributors": true,
11+
"type_mapping": {
12+
"Conceptual": "Content",
13+
"ManagedReference": "Content",
14+
"RestApi": "Content"
15+
},
16+
"build_entry_point": "docs",
17+
"template_folder": "_themes"
18+
}
19+
],
320
"notification_subscribers": [],
421
"branches_to_filter": [],
522
"skip_source_output_uploading": false,

WSL/docfx.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md",
7+
"**/*.yml"
8+
],
9+
"exclude": [
10+
"**/obj/**",
11+
"**/includes/**",
12+
"README.md",
13+
"LICENSE",
14+
"LICENSE-CODE",
15+
"ThirdPartyNotices"
16+
]
17+
}
18+
],
19+
"resource": [
20+
{
21+
"files": [
22+
"**/*.png",
23+
"**/*.jpg"
24+
],
25+
"exclude": [
26+
"**/obj/**",
27+
"**/includes/**"
28+
]
29+
}
30+
],
31+
"overwrite": [],
32+
"externalReference": [],
33+
"globalMetadata": {
34+
"breadcrumb_path": "/windows/wsl/breadcrumb/toc.json",
35+
"extendBreadcrumb": true
36+
},
37+
"fileMetadata": {},
38+
"template": [],
39+
"dest": "wsl"
40+
}
41+
}

0 commit comments

Comments
 (0)