Skip to content

Commit ce7257e

Browse files
committed
doc: tweak logo href to projectacrn.org
Have the logo link to the project site rather than the doc site Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 6d25535 commit ce7257e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208

209209
def setup(app):
210210
app.add_stylesheet("acrn-custom.css")
211+
app.add_javascript("acrn-custom.js")
211212

212213
# Custom sidebar templates, must be a dictionary that maps document names
213214
# to template names.

doc/static/acrn-custom.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* tweak logo link */
2+
3+
$(document).ready(function(){
4+
$( ".icon-home" ).attr("href", "https://projectacrn.org/");
5+
});

0 commit comments

Comments
 (0)