mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
docs: added confluence connector info
This commit is contained in:
parent
5b35f803a8
commit
8b69e0e9e1
4 changed files with 7 additions and 4 deletions
|
|
@ -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[]>([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue