Skip to content

Commit 48887a1

Browse files
committed
Release docs for 4.6
1 parent 8bc5799 commit 48887a1

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
@@ -33,5 +33,5 @@ jobs:
3333
git config --global user.email [email protected]
3434
3535
# Put this back and increment version when cutting a new release branch
36-
# - name: mike deploy docs
37-
# run: mike deploy 3.0 latest -u --push
36+
- name: mike deploy docs
37+
run: mike deploy 4.6 latest -u --push

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ nav:
253253
- Audit:
254254
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
255255
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
256-
- <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
256+
- <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.6">Hopsworks API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/4.6/javadoc">Feature Store JavaDoc</a> </div></div>: https://docs.hopsworks.ai
257257
- Community ↗: https://community.hopsworks.ai/
258258

259259
theme:
@@ -276,7 +276,7 @@ theme:
276276
- navigation.indexes
277277

278278
extra:
279-
hopsworks_version: dev
279+
hopsworks_version: 4.6
280280
version:
281281
provider: mike
282282
default: latest

0 commit comments

Comments
 (0)