-
Notifications
You must be signed in to change notification settings - Fork 144
/
mkdocs.yml
119 lines (110 loc) · 4.01 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
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/latest"
# Repository
repo_name: logicalclocks/hopsworks
repo_url: https://github.com/logicalclocks/hopsworks
edit_uri: ""
nav:
- Feature Store: https://docs.hopsworks.ai/feature-store-api/latest/
- Model Management: https://docs.hopsworks.ai/machine-learning-api/latest/
- Compute Management:
- Introduction: compute/index.md
- Authentication:
- Registration: compute/auth/registration.md
- Login: compute/auth/login.md
- Password Recovery: compute/auth/recoverPassword.md
- OAuth2 Authentication: compute/auth/oauth2.md
- LDAP Authentication: compute/auth/ldap.md
- Kerberos Authentication: compute/auth/krb.md
- Update Profile: compute/auth/updateProfile.md
- Project:
- Start with a Demo Project: compute/project/demoProject.md
- Create a New Project: compute/project/createProject.md
- Project-based Multi-tenancy: compute/project/multiTenancy.md
- Delete a Project: compute/project/deleteProject.md
- Project Name Reserved Words: compute/project/reservedNames.md
- Assuming IAM Roles: compute/project/iamRoleChaining.md
- Python: compute/python.md
- Jupyter: compute/jupyter.md
- Jobs: compute/jobs.md
- Git Integration: compute/git.md
- Alerts: compute/alerts.md
- Administration:
- Introduction: admin/index.md
- Authentication:
- Configure Authentication: admin/auth.md
- Configure OAuth2:
- Register an Identity Provider: admin/oauth2/create-client.md
- Create Okta Client: admin/oauth2/create-okta-client.md
- Create Azure Client: admin/oauth2/create-azure-client.md
- Configure LDAP/Kerberos:
- Configure LDAP: admin/ldap/configure-ldap.md
- Configure Kerberos: admin/ldap/configure-krb.md
- Configure server for LDAP and Kerberos: admin/ldap/configure-server.md
- High availability / Disaster Recovery:
- Overview: admin/ha-dr/intro.md
- High Availability: admin/ha-dr/ha.md
- Disaster Recovery: admin/ha-dr/dr.md
- User Management: admin/user.md
- Configure Alerts: admin/alert.md
- Manage Services: admin/services.md
- IAM Role Chaining: admin/iamRoleChaining.md
- Hopsworks.ai: https://docs.hopsworks.ai/hopsworks-cloud/latest/
- Examples: https://examples.hopsworks.ai/
- Community: https://community.hopsworks.ai/
- Old Documentation: https://hopsworks.readthedocs.io/en/stable/index.html
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
extra:
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
extra_javascript:
- js/version-select.js
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.tabbed
- 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
google_analytics:
- UA-85730257-4
- auto