-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
42 lines (42 loc) · 1.09 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
site_name: whatsthis
site_description: Am I on a cloud, in a container, virtualized, or plain bare metal?
copyright: Copyright © 2020 - 2021 Joshua Powers
repo_name: powersj/whatsthis
repo_url: https://github.com/powersj/whatsthis
theme:
name: material
favicon: images/favicon.ico
features:
- navigation.sections
font:
text: Ubuntu
code: JetBrains Mono
icon:
logo: material/developer-board
repo: fontawesome/brands/github
palette:
- scheme: default
primary: deep purple
accent: amber
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
nav:
- Overview: index.md
- Install: install.md
- CLI: cli.md
- Probes:
- Clouds: probes/clouds.md
- Containers: probes/containers.md
- Virtualization: probes/virtualization.md
- Contributing:
- Overview: contributing/overview.md
- Roadmap: contributing/roadmap.md
- Versioning: contributing/versioning.md
- Docs: contributing/documentation.md
- Testing:
- Containers: testing/containers.md
- Hyper-V: testing/hyperv.md
- KVM: testing/kvm.md
- QEMU: testing/qemu.md