Procházet zdrojové kódy

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

Aleksander Nowodzinski před 6 roky
rodič
revize
4f9aa6f548

+ 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}
 
+<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
 
 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.