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 567cd2d commit 9efcda8Copy full SHA for 9efcda8
docs/source/_static/js/fix-logo-link.js
@@ -0,0 +1,8 @@
1
+document.addEventListener(
2
+ "DOMContentLoaded",
3
+ function () {
4
+ let a = document.querySelector(".bd-sidebar a.navbar-brand");
5
+ a.href = "https://shiny.rstudio.com/py/";
6
+ },
7
+ false
8
+);
docs/source/_static/js/insert-get-started.js
docs/source/conf.py
@@ -82,6 +82,5 @@
82
83
84
def setup(app: Sphinx) -> None:
85
- # Add the 'Get Started' Link to the top navbar
86
- app.add_js_file("js/insert-get-started.js")
+ app.add_js_file("js/fix-logo-link.js")
87
app.add_js_file("js/disable-keypress.js")
0 commit comments