-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
81 lines (78 loc) · 2.3 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
73
74
75
76
77
78
79
80
81
site_name: SK Telecom - TKS Cloud Service
repo_name: openinfradev/tks-service-info
repo_url: https://github.com/openinfradev/tks-service-info
theme:
language: kr
name: material
logo: assets/taco_icon.png
font:
text: Noto Sans Korean
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- toc.integrate
- content.code.annotate
- content.tabs.link
- search.highlight
- search.share
- search.suggest
- content.code.copy
highlightjs: true
plugins:
- search
# - tags
# - awesome-pages
# - section-index
# - mike:
# these fields are all optional; the defaults are as below...
# version_selector: true # set to false to leave out the version selector
# css_dir: css # the directory to put the version selector's CSS
# javascript_dir: js # the directory to put the version selector's JS
extra_css:
- assets/css/extra.css
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# - emoji_index: !!python/name:materialx.emoji.twemoji
# - emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
nav:
- 소개:
- 'TKS 소개': intro/tks.md
- '신규기능 및 변경사항': intro/release.md
- 퀵스타트 자습서:
- '소개': selfstudy/tks-selfstudy.md
- '사전 준비사항': selfstudy/tks-quickstart-prerequisite.md
- '로그인 및 클라우드 연동' : selfstudy/tks-quickstart-firststep.md
- '스택 생성 및 사용' : selfstudy/tks-quickstart-stack.md
- '앱 서빙' : selfstudy/tks-quickstart-appserve.md
- '운영' : selfstudy/tks-quickstart-ops.md
- 아키텍처:
- 'Overview': architecture/overviewarch.md
- 'AWS Ref. Architecture': architecture/awsarch.md