Procházet zdrojové kódy

Docs: Updated the API entry-point docs.

Aleksander Nowodzinski před 7 roky
rodič
revize
8cb68d9240

+ 4 - 2
packages/ckeditor5-adapter-ckfinder/docs/api/adapter-ckfinder.md

@@ -6,11 +6,13 @@ category: api-reference
 
 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-adapter-ckfinder.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-ckfinder)
 
-This package implements an upload adapter to [CKFinder](https://ckeditor.com/ckfinder/)'s backend for CKEditor 5.
+This package implements a CKEditor 5 upload adapter compatible with the [CKFinder file manager and uploader](https://ckeditor.com/ckfinder/)'s server–side connector.
 
 ## Documentation
 
-See the {@link module:adapter-ckfinder/uploadadapter~CKFinderUploadAdapter} plugin documentation and the {@link features/image#image-upload Image upload} section in the {@link features/image Image feature} guide.
+See the {@link features/ckfinder "CKFinder integration" guide} and the {@link module:adapter-ckfinder/uploadadapter~CKFinderUploadAdapter plugin documentation} to learn how to configure the adapter.
+
+Check out the {@link features/image-upload comprehensive "Image upload" guide} to learn about other ways to upload images into CKEditor 5.
 
 ## Installation