mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
docs: added confluence connector info
This commit is contained in:
parent
5b35f803a8
commit
f903be9e69
4 changed files with 7 additions and 4 deletions
|
|
@ -54,6 +54,7 @@ const DOCUMENT_TYPES: (DocumentType | "ALL")[] = [
|
|||
"LINEAR_CONNECTOR",
|
||||
"DISCORD_CONNECTOR",
|
||||
"JIRA_CONNECTOR",
|
||||
"CONFLUENCE_CONNECTOR",
|
||||
];
|
||||
|
||||
const getDocumentTypeColor = (type: DocumentType) => {
|
||||
|
|
@ -68,6 +69,7 @@ const getDocumentTypeColor = (type: DocumentType) => {
|
|||
LINEAR_CONNECTOR: "bg-pink-50 text-pink-700 border-pink-200",
|
||||
DISCORD_CONNECTOR: "bg-violet-50 text-violet-700 border-violet-200",
|
||||
JIRA_CONNECTOR: "bg-orange-50 text-orange-700 border-orange-200",
|
||||
CONFLUENCE_CONNECTOR: "bg-teal-50 text-teal-700 border-teal-200",
|
||||
};
|
||||
return colors[type] || "bg-gray-50 text-gray-700 border-gray-200";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue