-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
46 lines (41 loc) · 1.01 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
site_name: Tile38 Cluster Manager
repo_name: Shuttl-Tech/tile38-cluster-manager
repo_url: https://github.com/Shuttl-Tech/tile38-cluster-manager
site_url: https://shuttl-tech.github.io/tile38-cluster-manager
site_description: A sidecar utility for Tile38 cluster
site_author: Shuttl Tech
docs_dir: site
site_dir: docs
theme:
name: 'material'
palette:
primary: 'White'
accent: 'Teal'
icon:
logo: octicons/database-24
markdown_extensions:
- 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
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- markdown.extensions.def_list
- attr_list
- meta
- markdown_include.include:
base_path: './site'