-
-
Notifications
You must be signed in to change notification settings - Fork 765
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hey @RobbeSneyders As discussed in [this PR](#1989), I added the AI widget to the docs. Here is how it looks: <img width="1667" alt="Screenshot 2024-11-12 at 20 36 06" src="https://github.com/user-attachments/assets/e26d245f-ab7d-461c-9e7b-1f54e01f8392">
- Loading branch information
1 parent
e4e64d7
commit e9d2535
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
document.write(` | ||
<script src="https://guru-widget.pages.dev/guru_widget.latest.min.js" | ||
data-text="Ask AI" | ||
data-link="https://gurubase.io/g/connexion" | ||
data-bg-color="#64B45C" | ||
data-icon-url="https://gurubase.io/_next/image?url=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F58754196%3Fv%3D4&w=96&q=75" | ||
data-margins='{"bottom": "6rem", "right": "1rem"}'> | ||
</script> | ||
`); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters