mirror of
https://github.com/tiennm99/danswer-docs.git
synced 2026-06-17 14:48:17 +00:00
Add Guru Connector Page (#3)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Guru Connector
|
||||
description: 'Access the latest cards from Guru'
|
||||
---
|
||||
|
||||
## How it works
|
||||
The Guru connector pulls in all the Cards your user has access to based on a User Access Token.
|
||||
|
||||
Cards are updated every **10** minutes.
|
||||
|
||||
|
||||
## Setting up
|
||||
### Authorization
|
||||
1. Follow the Guru API guide described [here](https://developer.getguru.com/docs/getting-started) to get a User Access Token.
|
||||
|
||||
### Indexing
|
||||
1. Navigate to the Admin Dashboard and select the **Guru** Connector
|
||||
2. In **Step 1**, provide your **Username** (most likely your email) and the **Access Token** from above.
|
||||
|
||||

|
||||
|
||||
3. Click `Connect` to begin indexing
|
||||
@@ -44,14 +44,15 @@
|
||||
"pages": [
|
||||
"connectors/overview",
|
||||
"connectors/web",
|
||||
"connectors/file",
|
||||
"connectors/slack",
|
||||
"connectors/github",
|
||||
"connectors/google_drive",
|
||||
"connectors/confluence",
|
||||
"connectors/jira",
|
||||
"connectors/file",
|
||||
"connectors/google_drive",
|
||||
"connectors/notion",
|
||||
"connectors/bookstack",
|
||||
"connectors/notion"
|
||||
"connectors/guru"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user