-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
62 lines (52 loc) · 1.55 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
60
61
62
site_name: "Open source MLOps on Azure in one step"
site_description: provision your MLOps stack to Azure in one step
repo_name: fuzzylabs/matcha-ml
repo_url: https://github.com/fuzzylabs/matcha
nav:
- Introduction: 'index.md'
- Getting started:
- Deploying your first model: 'getting-started.md'
- Concepts:
- Workflows: 'workflows.md'
- Azure Permissions: 'azure-permissions.md'
- Azure Costs: 'costings.md'
- Inside Matcha:
- How does Matcha work: 'inside-matcha.md'
- Resource stacks: 'resource-stacks.md'
- Why we collect usage data: 'privacy.md'
- Tools:
- Data Version Control: 'data-version-control.md'
- API Reference: 'references.md'
theme:
name: material
features:
- content.code.copy
- navigation.top
logo: img/logo-white.png
favicon: img/favicon.png
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
plugins:
- glightbox:
zoomable: true
- mkdocstrings:
handlers:
python:
options:
show_submodules: true
separate_signature: true
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/fuzzy-labs/
name: Fuzzy Labs on LinkedIn
- icon: fontawesome/brands/twitter
link: https://www.twitter.com/fuzzylabsai/
name: Fuzzy Labs on Twitter
extra_css:
- css/extra.css
copyright: Copyright © <a href="https://fuzzylabs.ai">Fuzzy Labs Ltd</a>