Skip to content

Commit 191180c

Browse files
committed
Release docs for 4.1
1 parent 8487e95 commit 191180c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1 latest -u --push

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ nav:
241241
- Audit:
242242
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
243243
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
244-
- <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
244+
- <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.1">Hopsworks API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/4.1/javadoc">Feature Store JavaDoc</a> </div></div>: https://docs.hopsworks.ai
245245
- Community ↗: https://community.hopsworks.ai/
246246

247247
theme:
@@ -264,7 +264,7 @@ theme:
264264
- navigation.indexes
265265

266266
extra:
267-
hopsworks_version: dev
267+
hopsworks_version: 4.1
268268
version:
269269
provider: mike
270270
default: latest

0 commit comments

Comments
 (0)