Skip to content

Commit 35d3816

Browse files
authored
Always link logo to OEP home page. (open-edge-platform#538)
1 parent be65d09 commit 35d3816

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Always link logo to OEP homepage */
2+
$(document).ready(function(){
3+
$( ".logo" ).attr( "href", "https://docs.openedgeplatform.intel.com");
4+
});

robotics-ai-suite/docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878

7979
def setup(app):
8080
app.add_css_file("robotics-custom.css")
81+
app.add_js_file("robotics-custom.js")

0 commit comments

Comments
 (0)