We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e64d7 commit e9d2535Copy full SHA for e9d2535
docs/_static/js/guru_widget.js
@@ -0,0 +1,9 @@
1
+document.write(`
2
+ <script src="https://guru-widget.pages.dev/guru_widget.latest.min.js"
3
+ data-text="Ask AI"
4
+ data-link="https://gurubase.io/g/connexion"
5
+ data-bg-color="#64B45C"
6
+ data-icon-url="https://gurubase.io/_next/image?url=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F58754196%3Fv%3D4&w=96&q=75"
7
+ data-margins='{"bottom": "6rem", "right": "1rem"}'>
8
+ </script>
9
+`);
docs/conf.py
@@ -162,6 +162,10 @@
162
'css/default.css',
163
]
164
165
+html_js_files = [
166
+ 'js/guru_widget.js',
167
+]
168
+
169
# Add any extra paths that contain custom files (such as robots.txt or
170
# .htaccess) here, relative to this directory. These files are copied
171
# directly to the root of the documentation.
0 commit comments