Преглед на файлове

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński преди 7 години
родител
ревизия
7655d8adb2
променени са 1 файла, в които са добавени 7 реда и са изтрити 4 реда
  1. 7 4
      packages/ckeditor5-easy-image/src/easyimage.js

+ 7 - 4
packages/ckeditor5-easy-image/src/easyimage.js

@@ -15,15 +15,18 @@ import ImageUpload from '@ckeditor/ckeditor5-image/src/imageupload';
 /**
  * The Easy Image feature.
  *
- * This plugin enables:
+ * For a detailed overview, check the {@glink features/image-upload Image upload feature documentation}
+ * and the {@glink api/easy-image package page}.
+ *
+ * After enabling the Easy Image plugin you need to configure the [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/)
+ * integration through {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
+ *
+ * This is a "glue" plugin which enables:
  *
  * * {@link module:image/image~Image},
  * * {@link module:image/imageupload~ImageUpload},
  * * {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter}.
  *
- * After enabling the Easy Image plugin you need to configure the [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/)
- * integration through {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudServices`}.
- *
  * @extends module:core/plugin~Plugin
  */
 export default class EasyImage extends Plugin {