Skip to content

Commit 3af9988

Browse files
committed
Release doc for 4.0
1 parent a52e5dc commit 3af9988

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/mkdocs-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
git config --global user.email mike@docs.hopsworks.ai
3030
3131
# Put this back and increment version when cutting a new release branch
32-
# - name: mike deploy docs
33-
# run: mike deploy 3.0 latest -u --push
32+
- name: mike deploy docs
33+
run: mike deploy 4.0 -u --push

mkdocs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: "Hopsworks Documentation"
2-
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."
2+
site_description: "Official documentation for Hopsworks and its Feature Store - an open source data-intensive AI platform used for the 4.0elopment and operation of machine learning models at scale."
33
site_author: "Hopsworks"
44
site_url: "https://docs.hopsworks.ai/"
55

@@ -52,8 +52,8 @@ nav:
5252
- BI Tools: concepts/mlops/bi_tools.md
5353
- Data Transformations: concepts/mlops/data_transformations.md
5454
- Development:
55-
- Outside Hopsworks: concepts/dev/outside.md # api-keys
56-
- Inside Hopsworks: concepts/dev/inside.md
55+
- Outside Hopsworks: concepts/4.0/outside.md # api-keys
56+
- Inside Hopsworks: concepts/4.0/inside.md
5757
- Guides:
5858
- user_guides/index.md
5959
- Feature Store:
@@ -237,7 +237,7 @@ nav:
237237
- Audit:
238238
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
239239
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
240-
- <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/dev">Hopsworks API</a> <a id="hsfs_api_link" href="https://docs.hopsworks.ai/feature-store-api/dev">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/dev/javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/dev">MLOps API</a> </div></div>: https://docs.hopsworks.ai
240+
- <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/4.0">Hopsworks API</a> <a id="hsfs_api_link" href="https://docs.hopsworks.ai/feature-store-api/4.0">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/4.0/javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/4.0">MLOps API</a> </div></div>: https://docs.hopsworks.ai
241241
- Community ↗: https://community.hopsworks.ai/
242242

243243
theme:
@@ -260,7 +260,7 @@ theme:
260260
- navigation.indexes
261261

262262
extra:
263-
hopsworks_version: dev
263+
hopsworks_version: 4.0
264264
version:
265265
provider: mike
266266
default: latest

0 commit comments

Comments
 (0)