docs: added confluence connector info

This commit is contained in:
MSI\ModSetter 2025-07-31 08:38:45 -07:00
parent 5b35f803a8
commit 8b69e0e9e1
4 changed files with 7 additions and 4 deletions

View file

@ -22,7 +22,8 @@ export type DocumentType =
| "GITHUB_CONNECTOR"
| "LINEAR_CONNECTOR"
| "DISCORD_CONNECTOR"
| "JIRA_CONNECTOR";
| "JIRA_CONNECTOR"
| "CONFLUENCE_CONNECTOR";
export function useDocuments(searchSpaceId: number, lazy: boolean = false) {
const [documents, setDocuments] = useState<Document[]>([]);