-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
44 lines (40 loc) · 1.07 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
site_name: 'MLCube'
site_description: 'Documentation site for MLCube'
site_author: '<MLPerf.org> [email protected]'
docs_dir: 'docs/'
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/index.md
- Hello World: getting-started/hello-world.md
- MNIST: getting-started/mnist.md
- Tutorials:
- How to Create an MLCube: tutorials/create-mlcube.md
- Runners:
- Runners: runners/index.md
- Docker Runner: runners/docker-runner.md
- Singularity Runner: runners/singularity-runner.md
- SSH Runner: runners/ssh-runner.md
- Kubernetes Runner: runners/kubernetes.md
- Kubeflow Runner: runners/kubeflow.md
- GCP Runner: runners/gcp-runner.md
theme:
name: 'material'
favicon: 'assets/favicon.ico'
language: 'en'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Circular'
code: 'Inconsolata'
extra_css:
- 'assets/stylesheets/circular.css'
markdown_extensions:
- admonition
- codehilite
- pymdownx.tasklist
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: True