Selaa lähdekoodia

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

Aleksander Nowodzinski 6 vuotta sitten
vanhempi
commit
4f9aa6f548
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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}
 
+<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.