Skip to content

Commit 7de43d2

Browse files
committed
Release docs for 4.4
1 parent 28cc950 commit 7de43d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mkdocs-release.yml

Lines changed: 2 additions & 2 deletions
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.4 latest -u --push

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ nav:
249249
- Audit:
250250
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
251251
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
252-
- <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_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/dev/javadoc">Feature Store JavaDoc</a> </div></div>: https://docs.hopsworks.ai
252+
- <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.4">Hopsworks API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/4.4/javadoc">Feature Store JavaDoc</a> </div></div>: https://docs.hopsworks.ai
253253
- Community ↗: https://community.hopsworks.ai/
254254

255255
theme:
@@ -272,7 +272,7 @@ theme:
272272
- navigation.indexes
273273

274274
extra:
275-
hopsworks_version: dev
275+
hopsworks_version: 4.4
276276
version:
277277
provider: mike
278278
default: latest

0 commit comments

Comments
 (0)