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 336e04d commit d7b31fbCopy full SHA for d7b31fb
2 files changed
docs/overrides/main.html
@@ -0,0 +1,15 @@
1
+{% extends "base.html" %}
2
+
3
+{% block scripts %}
4
+ {{ super() }}
5
+ <!-- Gurubase Widget -->
6
+ <script async
7
+ src="https://widget.gurubase.io/widget.latest.min.js"
8
+ data-widget-id="YOUR_WIDGET_ID"
9
+ data-text="Ask AI"
10
+ data-bg-color="#2e8a6b"
11
+ data-light-mode="auto"
12
+ data-margins='{"bottom": "2rem", "right": "2rem"}'
13
+ id="guru-widget-id">
14
+ </script>
15
+{% endblock %}
mkdocs.yml
@@ -42,6 +42,7 @@ nav:
42
theme:
43
name: material
44
language: en
45
+ custom_dir: docs/overrides
46
47
palette:
48
# Palette toggle for automatic mode
0 commit comments