Add Guru Connector Page (#3)

This commit is contained in:
Yuhong Sun
2023-08-05 21:23:26 -07:00
committed by GitHub
parent 5519bddbbd
commit 066f7b04af
2 changed files with 26 additions and 3 deletions
+22
View File
@@ -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.
![GuruConnectorAuth](/images/connectors/guru/GuruAuth.png)
3. Click `Connect` to begin indexing
+4 -3
View File
@@ -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"
]
}
],