diff options
| author | nexxeln <[email protected]> | 2025-12-04 19:00:38 +0000 |
|---|---|---|
| committer | nexxeln <[email protected]> | 2025-12-04 19:00:39 +0000 |
| commit | 16979f8bee059505f6167804336875764af4beca (patch) | |
| tree | a3440aabc21196f7c9ebae607b527c960e6da528 /apps/docs/connectors/overview.mdx | |
| parent | chore: update new contributions for raycast extension (#561) (diff) | |
| download | supermemory-github-connector.tar.xz supermemory-github-connector.zip | |
github connector docs (#594)github-connector
Diffstat (limited to 'apps/docs/connectors/overview.mdx')
| -rw-r--r-- | apps/docs/connectors/overview.mdx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/docs/connectors/overview.mdx b/apps/docs/connectors/overview.mdx index af9eaef9..c1428c10 100644 --- a/apps/docs/connectors/overview.mdx +++ b/apps/docs/connectors/overview.mdx @@ -1,10 +1,10 @@ --- title: "Connectors Overview" -description: "Integrate Google Drive, Notion, OneDrive, and Web Crawler to automatically sync documents into your knowledge base" +description: "Integrate Google Drive, Notion, OneDrive, GitHub and Web Crawler to automatically sync documents into your knowledge base" sidebarTitle: "Overview" --- -Connect external platforms to automatically sync documents into Supermemory. Supported connectors include Google Drive, Notion, OneDrive, and Web Crawler with real-time synchronization and intelligent content processing. +Connect external platforms to automatically sync documents into Supermemory. Supported connectors include Google Drive, Notion, OneDrive, GitHub and Web Crawler with real-time synchronization and intelligent content processing. ## Supported Connectors @@ -26,6 +26,13 @@ Connect external platforms to automatically sync documents into Supermemory. Sup Scheduled sync every 4 hours. Supports personal and business accounts with file versioning. </Card> + + + <Card title="GitHub" icon="github" href="/connectors/github"> + **GitHub Repositories** + + Real-time incremental sync via webhooks. Supports documentation files in repositories. + </Card> <Card title="Web Crawler" icon="globe" href="/connectors/web-crawler"> **Web Pages, Documentation** @@ -212,6 +219,7 @@ graph TD | **Google Drive** | ✅ Webhooks (7-day expiry) | ✅ Every 4 hours | ✅ On-demand | | **Notion** | ✅ Webhooks | ✅ Every 4 hours | ✅ On-demand | | **OneDrive** | ✅ Webhooks (30-day expiry) | ✅ Every 4 hours | ✅ On-demand | +| **GitHub** | ✅ Webhooks | ✅ Every 4 hours | ✅ On-demand | | **Web Crawler** | ❌ Not supported | ✅ Scheduled recrawling (7+ days) | ✅ On-demand | |