-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Insert articles into replies (#470)
- Adds page with instructions to set up the article insert feature Co-authored-by: Sojan <[email protected]>
- Loading branch information
1 parent
1e1d5a5
commit b3c65f1
Showing
8 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+76.4 KB
docs/user-guide/features/images/insert-articles/article-in-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+77.1 KB
docs/user-guide/features/images/insert-articles/insert-article-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+356 KB
docs/user-guide/features/images/insert-articles/insert-article-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+461 KB
docs/user-guide/features/images/insert-articles/insert-article-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "How to insert articles into replies" | ||
sidebar_label: "Insert Articles" | ||
--- | ||
|
||
First, navigate to the portal settings and scroll down to the bottom of the settings tab. You'll find a selection input for the help center that includes all portals in your account. Select the portal you wish to integrate with the inbox. Once this is done, proceed to the conversations page. | ||
|
||
Note: At a time only one portal can be connected to the inbox. Articles from the same portal will be shown in the widget under popular articles. | ||
|
||
![Portal selector option in inbox settings](./images/insert-articles/portal-select.png) | ||
|
||
In the reply editor, you'll find the "Insert Article" button at the bottom panel (next to the AI assist/signature button). | ||
|
||
![Button to open the reply insert modal](./images/insert-articles/insert-article-button.png) | ||
|
||
Clicking this button will open a modal allowing you to search for articles. By default, the modal will display popular articles. | ||
|
||
![Modal to search and show the popular articles ](./images/insert-articles/insert-article-search.png) | ||
|
||
As you search for articles, the results will appear. | ||
|
||
![Search results](./images/insert-articles/insert-article-result.png) | ||
|
||
Clicking on a title in the search results will open an article preview within the modal. You can insert the article's link directly into the reply box by clicking the "Insert" button. The icon next to the insert button allows you to copy the article's link. | ||
|
||
![Preview of an article from the results](./images/insert-articles/article-preview.png) | ||
|
||
Finally, click the "Insert Link" button to add articles to your response. | ||
|
||
![Editor with the inserted article link](./images/insert-articles/article-in-editor.png) |