Skip to content

Commit

Permalink
[FSTORE-619] Add feature store javadoc entry to API doc (logicalclock…
Browse files Browse the repository at this point in the history
…s#180)

* [FSTORE-619] Add feature store javadoc entry to API doc

* Add link injection
  • Loading branch information
SirOibaf authored Mar 13, 2023
1 parent 77b49f9 commit cf68efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/js/inject-api-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ window.addEventListener("DOMContentLoaded", function () {
// Version API dropdown
document.getElementById("hopsworks_api_link").href = "https://docs.hopsworks.ai/hopsworks-api/" + majorVersion + "/generated/api/login/";
document.getElementById("hsfs_api_link").href = "https://docs.hopsworks.ai/feature-store-api/" + majorVersion + "/generated/api/connection_api/";
document.getElementById("hsfs_javadoc_link").href = "https://docs.hopsworks.ai/feature-store-api/" + majorVersion + "/javadoc";
document.getElementById("hsml_api_link").href = "https://docs.hopsworks.ai/machine-learning-api/" + majorVersion + "/generated/connection_api/";
}
});
1 change: 1 addition & 0 deletions docs/overrides/partials/tabs-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<div id="myDropdown" class="dropdown-content-api">
<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>
</li>
Expand Down

0 comments on commit cf68efd

Please sign in to comment.