-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmkdocs.yml
122 lines (113 loc) · 3.98 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
121
122
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/hopsworks-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:
- Login: generated/api/login.md
- Connection: generated/api/connection.md
- Projects: generated/api/projects.md
- UDF: generated/api/udf.md
- Jobs: generated/api/jobs.md
- Executions: generated/api/executions.md
- FlinkCluster: generated/api/flink_cluster.md
- Environment: generated/api/environment.md
- GitRepo: generated/api/git_repo.md
- GitProvider: generated/api/git_provider.md
- GitRemote: generated/api/git_remote.md
- Datasets: generated/api/datasets.md
- KafkaTopic: generated/api/kafka_topic.md
- KafkaSchema: generated/api/kafka_schema.md
- Secrets: generated/api/secrets.md
- OpenSearch: generated/api/opensearch.md
# Added to allow navigation using the side drawer
- Hopsworks API: https://docs.hopsworks.ai/hopsworks-api/latest/
- MLOps API: https://docs.hopsworks.ai/machine-learning-api/latest/
- Feature Store JavaDoc: https://docs.hopsworks.ai/feature-store-javadoc/latest/
- 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.sections
- navigation.indexes
extra:
analytics:
provider: google
property: G-64FEEXPSDN
generator: false
version:
- provider: mike
- default: 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