-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
39 lines (38 loc) · 894 Bytes
/
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
site_name: kubed-sh
site_description: 'A cloud native shell for Kubernetes'
site_author: 'Michael Hausenblas'
repo_name: 'mhausenblas/kubed-sh'
repo_url: 'https://github.com/mhausenblas/kubed-sh'
copyright: 'Copyright © 2020 Amazon'
nav:
- Home: index.md
- Install: install.md
- Use: use.md
- FAQ: faq.md
- Background:
- Motivation: motivation.md
- Design: design.md
- Use Cases: usecases.md
theme:
name: 'material'
favicon: 'img/favicon.ico'
logo: 'img/favicon.ico'
font:
text: 'Lato'
code: 'PT Mono'
palette:
primary: 'blue grey'
accent: 'orange'
highlightjs: true
hljs_languages:
- yaml
- json
- bash
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite:
linenums: true
- pymdownx.details
- pymdownx.superfences