Skip to content

Commit 1d3260d

Browse files
committed
Initialize open publishing repository: https://github.com/MicrosoftDocs/WSL of branch master
1 parent 2293b64 commit 1d3260d

5 files changed

Lines changed: 64 additions & 14 deletions

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/TOC.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
2-
# [About the Windows Subsystem for Linux](./about.md)
3-
# [Install on Windows 10](./install-win10.md)
4-
# [Install on Windows Server](./install-on-server.md)
5-
# [User account and permissions](./user-support.md)
6-
# [Multi-distro management](./wsl-config.md)
7-
# [Interoperability](./interop.md)
8-
# [Frequently Asked Questions](./faq.md)
9-
# [Troubleshooting](./troubleshooting.md)
10-
# [Release Notes](./release-notes.md)
1+
# [Index](index.md)

WSL/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: /

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+
}

WSL/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
---
2-
redirect_url: about
3-
---
1+
# Welcome to wsl!

0 commit comments

Comments
 (0)