-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
120 lines (111 loc) · 4.11 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: "Hopsworks Documentation"
site_description: "Official documentation for Hopsworks and its Feature Store - an open source data-intensive AI platform used for the development and operation of machine learning models at scale."
site_author: "Logical Clocks"
site_url: "https://docs.hopsworks.ai/machine-learning-api/latest"
# Repository
repo_name: logicalclocks/hopsworks
repo_url: https://github.com/logicalclocks/hopsworks
edit_uri: ""
nav:
- Home: https://docs.hopsworks.ai/
- Getting Started ↗: https://docs.hopsworks.ai/
- Tutorials: https://docs.hopsworks.ai/
- Concepts: https://docs.hopsworks.ai/
- Guides: https://docs.hopsworks.ai/
- Setup and Installation: https://docs.hopsworks.ai/
- Administration: https://docs.hopsworks.ai/
- API<div class="dropdown"><button class="dropbtn"> API </button> <div id="myDropdown" class="dropdown-content"> <a id="hopsworks_api_link" href="https://docs.hopsworks.ai/hopsworks-api/latest">Hopsworks API</a> <a id="hsfs_api_link" href="https://docs.hopsworks.ai/feature-store-api/latest">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/latest/javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/latest">MLOps API</a> </div></div>:
- API Reference:
- Connection: generated/connection_api.md
- Model Registry:
- Model Registry: generated/model-registry/model_registry_api.md
- Model: generated/model-registry/model_api.md
- Model Schema: generated/model-registry/model_schema_api.md
- Model Serving:
- Model Serving: generated/model-serving/model_serving_api.md
- Deployment: generated/model-serving/deployment_api.md
- Deployment state: generated/model-serving/predictor_state_api.md
- Deployment state condition: generated/model-serving/predictor_state_condition_api.md
- Predictor: generated/model-serving/predictor_api.md
- Transformer: generated/model-serving/transformer_api.md
- Inference Logger: generated/model-serving/inference_logger_api.md
- Inference Batcher: generated/model-serving/inference_batcher_api.md
- Resources: generated/model-serving/resources_api.md
# Added to allow navigation using the side drawer
- Hopsworks API: https://docs.hopsworks.ai/
- Feature Store API: https://docs.hopsworks.ai/
- Feature Store JavaDoc: https://docs.hopsworks.ai/
- Contributing: CONTRIBUTING.md
- Community ↗: https://community.hopsworks.ai/
theme:
name: material
custom_dir: docs/overrides
favicon: assets/images/favicon.ico
logo: assets/images/hops-logo.png
icon:
repo: fontawesome/brands/github
font:
text: "Roboto"
code: "IBM Plex Mono"
palette:
accent: teal
scheme: hopsworks
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
extra:
analytics:
provider: google
property: G-64FEEXPSDN
generator: false
version:
- provider: mike
- version: latest
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/hopsworks
- icon: fontawesome/brands/github
link: https://github.com/logicalclocks/hopsworks
- icon: fontawesome/brands/discourse
link: https://community.hopsworks.ai/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/hopsworks/
extra_css:
- css/custom.css
- css/version-select.css
- css/dropdown.css
- css/marctech.css
extra_javascript:
- js/version-select.js
- js/inject-api-links.js
- js/dropdown.js
plugins:
- search
- minify:
minify_html: true
minify_css: true
minify_js: true
- mike:
canonical_version: latest
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex
- pymdownx.superfences
- pymdownx.details
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- attr_list
- md_in_html
- toc:
permalink: "#"
- pymdownx.tasklist:
custom_checkbox: true
- markdown_include.include:
base_path: docs