Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Discord icon to Inkeep box on docs #537

Open
hcourdent opened this issue Mar 4, 2024 · 0 comments
Open

Add Discord icon to Inkeep box on docs #537

hcourdent opened this issue Mar 4, 2024 · 0 comments
Assignees

Comments

@hcourdent
Copy link
Contributor

The idea is that some users stop their journey after asking AI about something, and they might get frustrated if we don't have yet the docs or the feature they are looking for. But we would very much like those users to ask on Discord and engage in a talk.

Like this:

inkeep_discord

The way to do this today is via "aiChatSettings.getHelpCallToActions", for you it would look like:

   getHelpCallToActions: [
        {
            name: "Ask on Discord",
            url: "https://discord.com/invite/V7PM2YHsPB",
            icon: {
                builtIn: "FaDiscord"
            }
        },
        {
            name: "File an Issue",
            url: "https://github.com/windmill-labs/windmill/issues",
            icon: {
                builtIn: "FaGithub"
            }
        }
    ],

This will add a "Get help" button on the bottom right of the AI chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants