Skip to content

Commit ef233d9

Browse files
committed
Fix migration nav link
1 parent 96b29bf commit ef233d9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/css/custom.css

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

113+
/* Sticky latest version notification bar*/
114+
[data-md-component="outdated"] {
115+
position: sticky;
116+
}
113117

114118
@media screen and (max-width: 479px){
115119
.md-sidebar--primary, .md-sidebar {

docs/user_guides/migration/30_migration.md

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

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

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

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ nav:
175175
- Troubleshooting: user_guides/mlops/serving/troubleshooting.md
176176
- Vector Database: user_guides/mlops/vector_database/index.md
177177
- Migration:
178-
- 3.0: user_guides/migration/30_migration.md
178+
- 2.X to 3.0 : user_guides/migration/30_migration.md
179179
- Setup and Installation:
180180
- setup_installation/index.md
181181
- Client Installation:

0 commit comments

Comments
 (0)