-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
85 lines (82 loc) · 2.32 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
82
83
84
85
site_name: SKT Enterprise Kubernetes Solution
repo_name: openinfradev/releases
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
highlightjs: true
plugins:
- search
# - 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:
- Welcome: index.md
- Quick Start: quickstart/2-0-0.md
- Release Note: releasenotes/2-0-0.md
- Architecture:
- "Overview": architecture/overviewarch.md
- "GitOps Architecture": architecture/tksgitops.md
- "AWS Ref. Architecture": architecture/awsarch.md
- CLI Manual:
- "Overview": cli/overview.md
- "Installation": cli/install.md
- "Configuration": cli/configuration.md
- Command:
- "tks cluster": cli/tks_cluster.md
- "tks service": cli/tks_service.md
- API Reference: api/2-0-0.md
- Free Trial Service:
- "About": ft/about.md
- "Core Concepts": ft/core-concepts.md
- "Getting Started": ft/getting-started.md