File tree 3 files changed +1
-8
lines changed
3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 110
110
display : none !important ;
111
111
}
112
112
113
- /* Sticky latest version notification bar*/
114
- [data-md-component = "outdated" ] {
115
- position : sticky;
116
- }
117
-
118
113
@media screen and (max-width : 479px ){
119
114
.md-sidebar--primary , .md-sidebar {
120
115
z-index : 50 !important ;
Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ This lead to a change in HSFS APIs:
86
86
fs.get_external_feature_groups()
87
87
```
88
88
89
- {{macros_info()}}
90
-
91
89
Note, pre-3.0 methods are marked as deprecated and still available in the library for backwards compatibility.
92
90
93
91
### Streaming API for writing becomes the Python Default
Original file line number Diff line number Diff line change 253
253
- Audit :
254
254
- Access Audit Logs : admin/audit/audit-logs.md
255
255
- Export Audit Logs : admin/audit/export-audit-logs.md
256
- - <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
256
+ - <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_api_link" href="https://docs.hopsworks.ai/feature-store-api/latest ">Feature Store API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/feature-store-api/latest /javadoc">Feature Store JavaDoc</a> <a id="hsml_api_link" href="https://docs.hopsworks.ai/machine-learning-api/latest ">MLOps API</a> </div></div> : https://docs.hopsworks.ai
257
257
- Community ↗ : https://community.hopsworks.ai/
258
258
259
259
theme :
You can’t perform that action at this time.
0 commit comments