Skip to content

Commit

Permalink
Release docs for 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Nov 18, 2024
1 parent 8487e95 commit 191180c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git config --global user.email [email protected]
# Put this back and increment version when cutting a new release branch
# - name: mike deploy docs
# run: mike deploy 3.0 latest -u --push
- name: mike deploy docs
run: mike deploy 4.1 latest -u --push
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ nav:
- Audit:
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
- <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
- <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
- Community ↗: https://community.hopsworks.ai/

theme:
Expand All @@ -264,7 +264,7 @@ theme:
- navigation.indexes

extra:
hopsworks_version: dev
hopsworks_version: 4.1
version:
provider: mike
default: latest
Expand Down

0 comments on commit 191180c

Please sign in to comment.