Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090
Browse files Browse the repository at this point in the history
.
  • Loading branch information
Reinmar committed Sep 18, 2018
1 parent 4738966 commit f6a9f19
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/easyimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f6a9f19

Please sign in to comment.