mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-05-16 18:22:16 +00:00
19 lines
518 B
JavaScript
19 lines
518 B
JavaScript
export default {
|
|
"google-drive-connector": {
|
|
"title": "🔗 Google Drive",
|
|
"href": "/Guides/Integrations/google-drive-connector"
|
|
},
|
|
"sharepoint-connector": {
|
|
"title": "🔗 SharePoint / OneDrive",
|
|
"href": "/Guides/Integrations/sharepoint-connector"
|
|
},
|
|
"confluence-connector": {
|
|
"title": "🔗 Confluence",
|
|
"href": "/Guides/Integrations/confluence-connector"
|
|
},
|
|
"mcp-tool-integration": {
|
|
"title": "🔗 MCP Tools",
|
|
"href": "/Guides/Integrations/mcp-tool-integration"
|
|
}
|
|
}
|