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 283
283
284
284
theme :
285
285
name : material
286
+ custom_dir : overrides
286
287
favicon : assets/images/favicon.ico
287
288
logo : assets/images/hops-logo.png
288
289
icon :
@@ -302,6 +303,7 @@ extra:
302
303
hopsworks_version : dev
303
304
version :
304
305
provider : mike
306
+ default : latest
305
307
generator : false
306
308
social :
307
309
- icon : fontawesome/brands/twitter
@@ -367,5 +369,5 @@ markdown_extensions:
367
369
- markdown_include.include :
368
370
base_path : docs
369
371
- pymdownx.emoji :
370
- emoji_index : !!python/name:materialx .emoji.twemoji
371
- emoji_generator : !!python/name:materialx .emoji.to_svg
372
+ emoji_index : !!python/name:material.extensions .emoji.twemoji
373
+ 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