Skip to content

Commit ff205e7

Browse files
committed
Fix fs api link in API dropdown.
- Remove link to javadoc.
1 parent a52e5dc commit ff205e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ nav:
237237
- Audit:
238238
- Access Audit Logs: setup_installation/admin/audit/audit-logs.md
239239
- Export Audit Logs: setup_installation/admin/audit/export-audit-logs.md
240-
- <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_api_link" href="https://docs.hopsworks.ai/feature-store-api/dev">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/dev/javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/dev">MLOps API</a> </div></div>: https://docs.hopsworks.ai
240+
- <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_api_link" href="https://docs.hopsworks.ai/feature-store-api/3.9.0-SNAPSHOT/">Feature Store API</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/">MLOps API</a> </div></div>: https://docs.hopsworks.ai
241241
- Community ↗: https://community.hopsworks.ai/
242242

243243
theme:

0 commit comments

Comments
 (0)