mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
Remove TODO
This commit is contained in:
@@ -40,7 +40,14 @@ const MainSection = () => {
|
||||
<p className="text-sm mb-4">
|
||||
To use the Slack connector, you must first provide a Slack bot token
|
||||
corresponding to the Slack App set up in your workspace. For more
|
||||
details on setting up the Danswer Slack App, see the docs here (TODO).
|
||||
details on setting up the Danswer Slack App, see the{" "}
|
||||
<a
|
||||
className="text-blue-500"
|
||||
href="https://docs.danswer.dev/connectors/slack#setting-up"
|
||||
>
|
||||
docs
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
<div className="border border-gray-700 rounded-md p-3">
|
||||
<InitialSetupForm
|
||||
|
Reference in New Issue
Block a user