File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- document . getElementsByClassName ( "md-tabs__link" ) [ 7 ] . style . display = "none" ;
2
- document . getElementsByClassName ( "md-tabs__link" ) [ 9 ] . style . display = "none" ;
1
+ document . getElementsByClassName ( "md-tabs__link" ) [ 6 ] . style . display = "none" ;
2
+ document . getElementsByClassName ( "md-tabs__link" ) [ 8 ] . style . display = "none" ;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ window.addEventListener("DOMContentLoaded", function () {
21
21
document . getElementsByClassName ( "md-tabs__link" ) [ 3 ] . href = "https://docs.hopsworks.ai/" + majorVersion + "/concepts/hopsworks/" ;
22
22
document . getElementsByClassName ( "md-tabs__link" ) [ 4 ] . href = "https://docs.hopsworks.ai/" + majorVersion + "/user_guides/" ;
23
23
document . getElementsByClassName ( "md-tabs__link" ) [ 5 ] . href = "https://docs.hopsworks.ai/" + majorVersion + "/setup_installation/aws/getting_started/" ;
24
- document . getElementsByClassName ( "md-tabs__link" ) [ 6 ] . href = "https://docs.hopsworks.ai/" + majorVersion + "/admin/" ;
25
24
// Version API dropdown
26
25
document . getElementById ( "hopsworks_api_link" ) . href = "https://docs.hopsworks.ai/hopsworks-api/" + majorVersion + "/generated/api/login/" ;
27
26
document . getElementById ( "hsfs_api_link" ) . href = "https://docs.hopsworks.ai/feature-store-api/" + majorVersion + "/generated/api/connection_api/" ;
Original file line number Diff line number Diff line change 14
14
- Tutorials : https://docs.hopsworks.ai/
15
15
- Concepts : https://docs.hopsworks.ai/
16
16
- Guides : https://docs.hopsworks.ai/
17
- - Setup and Installation : https://docs.hopsworks.ai/
18
- - Administration : https://docs.hopsworks.ai/
19
- - API<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/latest">Python API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/latest/javadoc">Feature Store JavaDoc</a> </div></div> :
17
+ - Setup and Administration : https://docs.hopsworks.ai/
18
+ - API<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/latest">Hopsworks API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/latest/javadoc">Feature Store JavaDoc</a> </div></div> :
20
19
- Platform API :
21
20
- Login : generated/api/login.md
22
21
- Connection : generated/api/connection.md
You can’t perform that action at this time.
0 commit comments