We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d25535 commit ce7257eCopy full SHA for ce7257e
doc/conf.py
@@ -208,6 +208,7 @@
208
209
def setup(app):
210
app.add_stylesheet("acrn-custom.css")
211
+ app.add_javascript("acrn-custom.js")
212
213
# Custom sidebar templates, must be a dictionary that maps document names
214
# to template names.
doc/static/acrn-custom.js
@@ -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