浏览代码

[Docs] Easy Image documentation updated. [skip api]

Anna Tomanek 7 年之前
父节点
当前提交
834e176bd7

+ 1 - 1
packages/ckeditor5-easy-image/README.md

@@ -12,7 +12,7 @@ CKEditor 5 Easy Image with Cloud Services
 
 This package implements the [Easy Image](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/features/image.html#image-upload) feature for CKEditor 5.
 
-Easy Image lets you easily insert images into the editor and integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
+Easy Image lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
 
 ## Documentation
 

+ 2 - 2
packages/ckeditor5-easy-image/docs/api/easy-image.md

@@ -8,11 +8,11 @@ category: api-reference
 
 This package implements the {@link features/image#image-upload Easy Image} feature for CKEditor 5.
 
-Easy Image lets you easily insert images into the editor and integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
+Easy Image lets you easily insert images which are automatically rescaled, optimized, responsive and delivered through a blazing-fast CDN. It integrates automatically with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
 
 ## Documentation
 
-See the {@link features/image#image-upload Image upload} section in the {@link features/image Image feature} guide.
+See the {@link features/image-upload Image upload} guide.
 
 You can also check the {@link module:easy-image/easyimage~EasyImage} plugin documentation.
 

+ 2 - 2
packages/ckeditor5-easy-image/src/cloudservicesuploadadapter.js

@@ -13,11 +13,11 @@ import UploadGateway from '@ckeditor/ckeditor-cloudservices-core/src/uploadgatew
 import CloudServices from '@ckeditor/ckeditor5-cloudservices/src/cloudservices';
 
 /**
- * A plugin which enables upload to Cloud Services.
+ * A plugin that enables upload to [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/).
  *
  * It is mainly used by the {@link module:easy-image/easyimage~EasyImage} feature.
  *
- * After enabling this adapter you need to configure the Cloud Services integration through
+ * After enabling this adapter you need to configure the CKEditor Cloud Services integration through
  * {@link module:cloudservices/cloudservices~CloudServicesConfig `config.cloudServices`}.
  *
  * @extends module:core/plugin~Plugin

+ 2 - 2
packages/ckeditor5-easy-image/src/easyimage.js

@@ -21,8 +21,8 @@ import ImageUpload from '@ckeditor/ckeditor5-image/src/imageupload';
  * * {@link module:image/imageupload~ImageUpload},
  * * {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter}.
  *
- * After enabling the Easy Image plugin you need to configure the Cloud Services integration through
- * {@link module:cloudservices/cloudservices~CloudServicesConfig `config.cloudServices`}.
+ * After enabling the Easy Image plugin you need to configure the [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services/)
+ * integration through {@link module:cloudservices/cloudservices~CloudServicesConfig `config.cloudServices`}.
  *
  * @extends module:core/plugin~Plugin
  */