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

Commit

Permalink
Docs: Added links to demos. See ckeditor/ckeditor5#1256.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 25, 2018
1 parent 565ee70 commit 647f09d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ CKEditor 5 image feature

This package implements the image feature for CKEditor 5. The feature is introduced in a granular form implemented by a couple of plugins.

## Demo

Check out the demos in the [Image feature](https://ckeditor.com/docs/ckeditor5/latest/features/image.html) guide.

## Documentation

See the [`@ckeditor/ckeditor5-image` package](https://ckeditor.com/docs/ckeditor5/latest/api/image.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
Expand Down
5 changes: 4 additions & 1 deletion docs/api/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ category: api-reference

This package implements the image feature for CKEditor 5. The feature is introduced in a granular form implemented by a couple of plugins.

## Demo

Check out the demos in the {@link features/image Image feature} guide.

## Documentation

See the {@link features/image Image feature} guide and the documentation of the following plugins:
Expand All @@ -19,7 +23,6 @@ See the {@link features/image Image feature} guide and the documentation of the
* {@link module:image/imagetoolbar~ImageToolbar}
* {@link module:image/imageupload~ImageUpload}


## Installation

```bash
Expand Down

0 comments on commit 647f09d

Please sign in to comment.