diff --git a/connectors/guru.mdx b/connectors/guru.mdx new file mode 100644 index 0000000..f3eda5c --- /dev/null +++ b/connectors/guru.mdx @@ -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 diff --git a/mint.json b/mint.json index ecf8338..7438836 100644 --- a/mint.json +++ b/mint.json @@ -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" ] } ],