File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 281
281
282
282
theme :
283
283
name : material
284
+ custom_dir : overrides
284
285
favicon : assets/images/favicon.ico
285
286
logo : assets/images/hops-logo.png
286
287
icon :
@@ -300,6 +301,7 @@ extra:
300
301
hopsworks_version : 3.7
301
302
version :
302
303
provider : mike
304
+ default : latest
303
305
generator : false
304
306
social :
305
307
- icon : fontawesome/brands/twitter
@@ -364,5 +366,5 @@ markdown_extensions:
364
366
- markdown_include.include :
365
367
base_path : docs
366
368
- pymdownx.emoji :
367
- emoji_index : !!python/name:materialx .emoji.twemoji
368
- emoji_generator : !!python/name:materialx .emoji.to_svg
369
+ emoji_index : !!python/name:material.extensions .emoji.twemoji
370
+ emoji_generator : !!python/name:material.extensions .emoji.to_svg
Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block outdated %}
4
+ You're not viewing the latest version of the documentation.
5
+ < a href ="{{ '../' ~ base_url }} ">
6
+ < strong > Click here to go to latest.</ strong >
7
+ </ a >
8
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments