forked from logicalclocks/feature-store-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
101 lines (93 loc) · 3 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
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/feature-store-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:
- API Reference:
- Connection: generated/api/connection_api.md
- FeatureStore: generated/api/feature_store_api.md
- FeatureGroup: generated/api/feature_group_api.md
- TrainingDataset: generated/api/training_dataset_api.md
- Storage Connector: generated/api/storage_connector_api.md
- Feature: generated/api/feature_api.md
- Query: generated/api/query_api.md
- Rule Definiton: generated/api/rule_definition_api.md
- Rule: generated/api/rule_api.md
- Expectation: generated/api/expectation_api.md
- Validation: generated/api/validation_api.md
- Transformation Functions: generated/api/transformation_functions_api.md
- Job configuration: generated/api/job_configuration.md
- Contributing: CONTRIBUTING.md
- Community: https://community.hopsworks.ai/
theme:
name: material
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
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
custom_dir: docs/overrides
extra:
analytics:
provider: google
property: G-64FEEXPSDN
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/logicalclocks
- 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/logicalclocks/
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
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex
- pymdownx.superfences
- pymdownx.details
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- toc:
permalink: "#"
- pymdownx.tasklist:
custom_checkbox: true
- markdown_include.include:
base_path: docs