Przeglądaj źródła

Docs: Enhanced navigation across image-upload-related features.

Aleksander Nowodzinski 7 lat temu
rodzic
commit
b88cce1981

+ 5 - 0
packages/ckeditor5-ckfinder/docs/features/ckfinder.md

@@ -1,5 +1,6 @@
 ---
 category: features
+menu-title: CKFinder
 ---
 
 {@snippet features/build-ckfinder-source}
@@ -8,6 +9,10 @@ category: features
 
 This {@link module:ckfinder/ckfinder~CKFinder feature} allows you to easily {@link features/image-upload insert images} as well as links to files into the editor content. It is a bridge between the CKEditor 5 WYSIWYG editor and the [CKFinder](https://ckeditor.com/ckfinder) file manager and uploader.
 
+<info-box>
+	Check out the {@link features/image-upload general image upload guide} to learn about other ways to upload images into CKEditor 5.
+</info-box>
+
 This feature can be used in the editor in two different ways:
 
 * [**As a server-side connector only**](#configuring-the-image-upload-only): In this scenario, images which are dropped or pasted into the editor are uploaded to a CKFinder server-side connector running on your server.