Skip to content

Commit 61f3cfd

Browse files
authored
release the 3.9 docs (#415)
1 parent d493816 commit 61f3cfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mkdocs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
git config --global user.email mike@docs.hopsworks.ai
3030
3131
- name: mike deploy docs
32-
run: mike deploy 3.8 latest -u --push
32+
run: mike deploy 3.9 latest -u --push

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ nav:
278278
- Audit:
279279
- Access Audit Logs: admin/audit/audit-logs.md
280280
- Export Audit Logs: admin/audit/export-audit-logs.md
281-
- <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/3.8">Hopsworks API</a> <a id="hsfs_api_link" href="https://docs.hopsworks.ai/feature-store-api/3.8">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/3.8/javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/3.8">MLOps API</a> </div></div>: https://docs.hopsworks.ai
281+
- <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/3.9">Hopsworks API</a> <a id="hsfs_api_link" href="https://docs.hopsworks.ai/feature-store-api/3.9">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/3.9/javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/3.9">MLOps API</a> </div></div>: https://docs.hopsworks.ai
282282
- Community ↗: https://community.hopsworks.ai/
283283

284284
theme:
@@ -301,7 +301,7 @@ theme:
301301
- navigation.indexes
302302

303303
extra:
304-
hopsworks_version: 3.8
304+
hopsworks_version: 3.9
305305
version:
306306
provider: mike
307307
default: latest

0 commit comments

Comments
 (0)