forked from kubestone/kubestone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (42 loc) · 1.03 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
site_name: Kubestone
nav:
- Home: index.md
- Quickstart guide: quickstart.md
- Benchmarks:
- 'Benchmarks home': benchmarks-index.md
- 'drill': benchmarks/drill.md
- 'fio': benchmarks/fio.md
- 'ioping': benchmarks/ioping.md
- 'iperf3': benchmarks/iperf3.md
- 'pgbench': benchmarks/pgbench.md
- 'qperf': benchmarks/qperf.md
- 'sysbench': benchmarks/sysbench.md
- CRD API docs: apidocs.md
- Development guide: devguide.md
docs_dir: docs/
repo_name: 'xridge/kubestone'
repo_url: 'https://github.com/xridge/kubestone'
extra:
social:
- type: 'github'
link: 'https://github.com/xridge/kubestone'
- type: 'linkedin'
link: 'https://linkedin.com/company/xridge'
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- markdown_include.include:
base_path: docs/
- admonition
- codehilite
- meta
theme:
name: material
palette:
primary: 'white'
logo: images/kubestone-logo-notext.png
google_analytics:
- 'UA-146023212-2'
- 'auto'