Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed capitalization #88

Merged
merged 4 commits into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions connectors/discourse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ The Discourse connector indexes documents from your Discourse **Topics**.
2. Click the **Admin** menu from the home page.
3. Open the **Advanced** sub-menu and select **API keys**.

<img src="/images/connectors/Discourse/discourse_1.gif" width="400" height="auto" />
<img src="/images/connectors/discourse/discourse_1.gif" width="400" height="auto" alt="NavigateToAPIKeys" title="NavigateToAPIKeys" />

4. Click **New API Key**, name it "Danswer". Select "All Users" for **User Level** and "Read-only" for **Scope**.

![DiscourseConnectorAuth](/images/connectors/Discourse/discourse_2.gif)
![FillOutAPIKey](/images/connectors/discourse/discourse_2.gif)

5. Click **Save**. Copy the key and put it into Danswer.

![DiscourseConnectorAuth](/images/connectors/Discourse/discourse_3.gif)
![CreateAndCopyAPIKey](/images/connectors/discourse/discourse_3.gif)

5. for the API Key Username, enter the username of the Discourse account which has access to the information you'd like to index.

### Indexing
1. Input a name for a connector (if you plan on creating multiple Discourse connectors, this will be used by you to tell between them)
2. Provide your Discourse's base url.

![DiscourseConnectorAuth](/images/connectors/Discourse/discourse_4.gif)
![FillOutDanswer](/images/connectors/discourse/discourse_4.gif)

3. Enter the **Topics** you wish to index. If left blank, all topics available will be indexed.
4. Click connecto to begin indexing the indicated **topics**.
4. Click connector to begin indexing the indicated **topics**.