Skip to content

Commit e8307d0

Browse files
committed
Revert and include fixes
1 parent ef233d9 commit e8307d0

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

docs/css/custom.css

-5
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@
110110
display: none !important;
111111
}
112112

113-
/* Sticky latest version notification bar*/
114-
[data-md-component="outdated"] {
115-
position: sticky;
116-
}
117-
118113
@media screen and (max-width: 479px){
119114
.md-sidebar--primary, .md-sidebar {
120115
z-index: 50 !important;

docs/user_guides/migration/30_migration.md

-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ This lead to a change in HSFS APIs:
8686
fs.get_external_feature_groups()
8787
```
8888

89-
{{macros_info()}}
90-
9189
Note, pre-3.0 methods are marked as deprecated and still available in the library for backwards compatibility.
9290

9391
### Streaming API for writing becomes the Python Default

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ nav:
253253
- Audit:
254254
- Access Audit Logs: admin/audit/audit-logs.md
255255
- 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
257257
- Community ↗: https://community.hopsworks.ai/
258258

259259
theme:

0 commit comments

Comments
 (0)