Skip to content

Commit

Permalink
Feat: add gurubase ai widget (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoshy authored Mar 8, 2025
1 parent 73470fb commit 7577e2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- uses: retypeapp/action-build@v3
- uses: retypeapp/action-github-pages@v3
- uses: retypeapp/action-github-pages@latest
with:
branch: docs-site
update-branch: true
8 changes: 8 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- Gurubase Widget -->
<script async src="https://widget.gurubase.io/widget.latest.min.js"
data-widget-id="HKtFSPZLGiAXOdBWS4rSAxEkqv8czIbJoQdMEwCqgEc"
data-text="Ask AI"
data-margins='{"bottom": "5rem", "right": "1rem"}'
data-light-mode="true"
id="guru-widget-id">
</script>

0 comments on commit 7577e2b

Please sign in to comment.