-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
42 lines (42 loc) · 933 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: "WSL 시작하기"
theme:
name: material
language: kr
logo: images/favicon.png
favicon: images/favicon.png
features:
- navigation.instant
- navigation.tabs
- search.suggest
plugins:
- search:
prebuild_index: true
extra:
disqus: wsl-firststep
markdown_extensions:
- meta
- footnotes
nav:
- 홈:
- index.md
- 처음에 할 일:
- firststep/install.md
- firststep/ubuntu.md
- firststep/winterm.md
- firststep/docker.md
- firststep/vscode.md
- firststep/sshkey.md
- firststep/bridge.md
- firststep/networkdrive.md
- 개발 환경 설정하기:
- devsetup/openjdk.md
- devsetup/dotnet.md
- devsetup/golang.md
- devsetup/ruby.md
- devsetup/multiplexer.md
- 고급 가이드:
- advanced/install-from-rootfs.md
- advanced/copy-distro.md
- 문제 해결:
- troubleshoot/timesync.md
- WSLHUB: https://www.wslhub.com/