-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
72 lines (64 loc) · 1.61 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: "한글로 쓴 Vcpkg 설명서"
site_description: "Learn Vcpkg package manager with 한글(Korean)"
site_author: [email protected]
site_url: https://luncliff.github.io/vcpkg-registry
repo_name: luncliff/vcpkg-registry
repo_url: https://github.com/luncliff/vcpkg-registry
copyright: "CC0 1.0 Public Domain"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- offline
- search:
lang:
- en
- ko
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/luncliff
- icon: fontawesome/brands/facebook
link: https://facebook.com/luncliff
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
theme:
name: "material"
language: "ko"
extra:
search:
language: "ko"
font:
text: "Nanum Gothic"
code: "Nanum Gothic Coding"
icon:
repo: fontawesome/brands/github
admonition:
tip: fontawesome/solid/gears
palette:
- scheme: slate
primary: "Indigo"
accent: "blue"
features:
- content.tabs.link
- search.suggest
- search.highlight
- navigation.path
- toc.integrate
icon:
logo: material/book
docs_dir: docs
nav:
- Home: vcpkg-for-kor.md
- References: references.md
- Features:
- Binary Caching: feature-binarycaching.md
- Registry: feature-registry.md
- Manifest: feature-manifest.md