forked from kubeflow/arena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (41 loc) · 1.21 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
site_name: Arena Documentation
repo_url: https://github.com/kubeflow/arena
edit_uri: https://github.com/kubeflow/arena/tree/master/docs
nav:
- Home: index.md
- Installation: installation/index.md
- User Guide:
- Training Job Guide: training/index.md
- Serving Job Guide: serving/index.md
- Display Resource Usage Guide: top/index.md
- Supports Multiple Users Guide: multiple-users.md
- Isolate Users In Namespace: isolate-users-in-namespace.md
- SDK:
- Golang: sdk/go/index.md
- Release Notes:
- v0.8.8: releases/v0.8.8.md
- v0.8.7: releases/v0.8.7.md
- v0.8.6: releases/v0.8.6.md
- v0.8.5: releases/v0.8.5.md
- v0.8.0: releases/v0.8.0.md
- v0.7.0: releases/v0.7.0.md
- v0.4.0: releases/v0.4.0.md
- v0.3.0: releases/v0.3.0.md
- v0.2.0: releases/v0.2.0.md
- v0.1.0: releases/v0.1.0.md
- FAQ: faq/index.md
- About:
- Adopter: about/ADOPTERS.md
theme:
name: material
#name: mkdocs
#name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- django
markdown_extensions:
- admonition
copyright: Copyright © 2021 <a href="https://github.com/happy2048">Junfeng Yang</a>, Maintained by the Arena Team.
plugins:
- search