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 261
261
262
262
theme :
263
263
name : material
264
+ custom_dir : overrides
264
265
favicon : assets/images/favicon.ico
265
266
logo : assets/images/hops-logo.png
266
267
icon :
@@ -280,6 +281,7 @@ extra:
280
281
hopsworks_version : 3.5
281
282
version :
282
283
provider : mike
284
+ default : latest
283
285
generator : false
284
286
social :
285
287
- icon : fontawesome/brands/twitter
@@ -344,5 +346,5 @@ markdown_extensions:
344
346
- markdown_include.include :
345
347
base_path : docs
346
348
- pymdownx.emoji :
347
- emoji_index : !!python/name:materialx .emoji.twemoji
348
- emoji_generator : !!python/name:materialx .emoji.to_svg
349
+ emoji_index : !!python/name:material.extensions .emoji.twemoji
350
+ 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