-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
59 lines (59 loc) · 1.45 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
50
51
52
53
54
55
56
57
58
59
site_name: ML Aide
theme:
name: material
palette:
scheme: mlaide
features:
- navigation.sections
- search.highlight
- search.share
icon:
repo: fontawesome/brands/github
logo: img/logo.png
favicon: img/favicon.ico
repo_url: https://github.com/MLAide/docs
nav:
- index.md
- "Getting Started":
- start/installation-on-localhost.md
- start/installation-with-helm.md
- "Tutorial":
- tutorial/introduction.md
- tutorial/setup.md
- tutorial/data-preparation.md
- tutorial/model-training.md
- tutorial/model-evaluation.md
- tutorial/model-serving.md
- "Essentials":
- essentials/index.md
- essentials/projects.md
- essentials/experiments.md
- essentials/runs.md
- essentials/artifacts.md
- essentials/models.md
- essentials/project-settings.md
- essentials/users.md
#- "Architecture":
#- architecture/index.md
- "API Reference":
- api-reference/python-sdk.md
- api-reference/rest-api.md
extra_css:
- css/material-enhancements.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.snippets
- pymdownx.superfences
plugins:
- render_swagger
- search
- mkdocstrings:
watch:
- ./../../core/python-sdk/src