Skip to content

Commit 02806c4

Browse files
authored
docs: update join slack link to ask ai widget (#4218)
## Changes Made add utm'd join slack link to ask ai widget ## Related Issues n/a ## Checklist - [ ] Documented in API Docs (if applicable) - [ ] Documented in User Guide (if applicable) - [ ] If adding a new documentation page, doc is added to `docs/mkdocs.yml` navigation - [ ] Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)
1 parent f73a5a0 commit 02806c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/js/custom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ document.addEventListener("DOMContentLoaded", function () {
4444
script.setAttribute("version", "stable");
4545
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
4646
script.setAttribute("runllm-name", "Daft");
47-
script.setAttribute("runllm-position-x", "28px");
47+
script.setAttribute("runllm-position-x", "20px");
4848
script.setAttribute("runllm-position-y", "98px");
4949
script.setAttribute("runllm-assistant-id", "160");
5050
script.setAttribute("runllm-preset", "mkdocs");
5151
script.setAttribute("runllm-theme-color", "#7862ff");
5252
script.setAttribute("runllm-join-community-text", "Join Daft Slack!");
53-
script.setAttribute("runllm-community-url", "https://join.slack.com/t/dist-data/shared_invite/zt-2e77olvxw-uyZcPPV1SRchhi8ah6ZCtg");
53+
script.setAttribute("runllm-community-url", "https://www.getdaft.io/slack.html?utm_source=docs&utm_medium=button&utm_campaign=docs_ask_ai");
5454
script.setAttribute("runllm-community-type", "slack");
5555

5656
script.async = true;

0 commit comments

Comments
 (0)