mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-28 17:01:10 +02:00
Update Danswer Docs Pointers (#573)
This commit is contained in:
parent
7f029a0304
commit
38d516cc7a
@ -96,15 +96,14 @@ const MainSection = () => {
|
|||||||
<>
|
<>
|
||||||
<p className="text-sm mb-4">
|
<p className="text-sm mb-4">
|
||||||
To use the Document360 connector, you must first provide the API
|
To use the Document360 connector, you must first provide the API
|
||||||
token and portal ID corresponding to your Document360 setup. For
|
token and portal ID corresponding to your Document360 setup. See setup guide{" "}
|
||||||
more details, see the{" "}
|
|
||||||
<a
|
<a
|
||||||
className="text-blue-500"
|
className="text-blue-500"
|
||||||
href="https://apidocs.document360.com/apidocs/api-token"
|
href="https://docs.danswer.dev/connectors/document360"
|
||||||
>
|
>
|
||||||
official Document360 documentation
|
here
|
||||||
</a>
|
</a>
|
||||||
.
|
{" "}for more detail.
|
||||||
</p>
|
</p>
|
||||||
<div className="border-solid border-gray-600 border rounded-md p-6 mt-2">
|
<div className="border-solid border-gray-600 border rounded-md p-6 mt-2">
|
||||||
<CredentialForm<Document360CredentialJson>
|
<CredentialForm<Document360CredentialJson>
|
||||||
|
@ -106,7 +106,7 @@ const Main = () => {
|
|||||||
To use the Linear connector, first follow the guide{" "}
|
To use the Linear connector, first follow the guide{" "}
|
||||||
<a
|
<a
|
||||||
className="text-blue-500"
|
className="text-blue-500"
|
||||||
href="https://docs.danswer.dev/connectors/jira#setting-up"
|
href="https://docs.danswer.dev/connectors/linear"
|
||||||
>
|
>
|
||||||
here
|
here
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
|
@ -107,7 +107,7 @@ const Main = () => {
|
|||||||
To use the Slab connector, first follow the guide{" "}
|
To use the Slab connector, first follow the guide{" "}
|
||||||
<a
|
<a
|
||||||
className="text-blue-500"
|
className="text-blue-500"
|
||||||
href="https://docs.danswer.dev/connectors/slab#setting-up"
|
href="https://docs.danswer.dev/connectors/slab"
|
||||||
>
|
>
|
||||||
here
|
here
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user