浏览代码

Docs: Linked to the 'Chat with mentions' example from the mentions guide.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
4f9aa6f548
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-mention/docs/features/mentions.md

+ 4 - 0
packages/ckeditor5-mention/docs/features/mentions.md

@@ -15,6 +15,10 @@ You can type the "@" character to invoke mention autocomplete UI. The demo below
 
 
 {@snippet features/mention}
 {@snippet features/mention}
 
 
+<info-box>
+	Check out the {@link examples/chat-with-mentions more advanced example} of the Mention feature used in a chat application.
+</info-box>
+
 ## Configuration
 ## Configuration
 
 
 The minimal configuration of the mention feature requires defining a {@link module:mention/mention~MentionFeed `feed`} and a {@link module:mention/mention~MentionFeed `marker`}. You can also define `minimumCharacters` after which the autocomplete panel will show up.
 The minimal configuration of the mention feature requires defining a {@link module:mention/mention~MentionFeed `feed`} and a {@link module:mention/mention~MentionFeed `marker`}. You can also define `minimumCharacters` after which the autocomplete panel will show up.