-
Notifications
You must be signed in to change notification settings - Fork 80
/
mkdocs.yml
54 lines (49 loc) · 1.33 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
---
site_name: tEKS
site_description: Website and documentation for tEKS project
site_author: ArchiFleKs
site_url: https://particuleio.github.io/teks/
repo_name: particuleio/teks
repo_url: https://github.com/particuleio/teks
copyright: <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
theme:
name: 'material'
logo: "images/logo-white.svg"
palette:
primary: 'indigo'
accent: 'indigo'
features:
- tabs
- instant
markdown_extensions:
- toc:
permalink: true
- markdown_include.include
- admonition
- codehilite
- footnotes
- meta
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Overview: index.md
- Quickstart: quickstart.md
- Documentation:
- Getting started: user-guides/getting-started.md
- VPC: user-guides/vpc.md
- EKS: user-guides/eks.md
- EKS Addons: user-guides/eks-addons.md