From bd25f30cde41f788e8767697c3b8fd2015756db8 Mon Sep 17 00:00:00 2001 From: Weves Date: Sat, 12 Aug 2023 15:22:15 -0700 Subject: [PATCH] Add Productboard doc --- connectors/productboard.mdx | 22 ++++++++++++++++++++++ mint.json | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 connectors/productboard.mdx diff --git a/connectors/productboard.mdx b/connectors/productboard.mdx new file mode 100644 index 0000000..fd6ecf4 --- /dev/null +++ b/connectors/productboard.mdx @@ -0,0 +1,22 @@ +--- +title: Productboard Connector +description: 'Sync knowledge from Productboard' +--- + +## How it works +The Productboard connector pulls in all the `Features`, `Components`, `Products`, +and `Objectives` into Danswer. At this time, the Productboard APIs does not +support pulling in `Releases` or `Notes`. + +Everything is updated every **10** minutes. + + +## Setting up +### Authorization + 1. Follow the `Getting a token` guide [here](https://developer.productboard.com/#section/Authentication/Public-API-Access-Token) + to get an Access Token. + +### Indexing + 1. Navigate to the Admin Dashboard and select the **Productboard** Connector + 2. In **Step 1**, provide your **Access Token** + 3. Click `Connect` to begin indexing diff --git a/mint.json b/mint.json index 7438836..c3617f1 100644 --- a/mint.json +++ b/mint.json @@ -52,7 +52,8 @@ "connectors/google_drive", "connectors/notion", "connectors/bookstack", - "connectors/guru" + "connectors/guru", + "connectors/productboard" ] } ],