浏览代码

Docs: Added links to demos. See ckeditor/ckeditor5#1256.

Piotrek Koszuliński 7 年之前
父节点
当前提交
65e8fa9256
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 4 0
      packages/ckeditor5-image/README.md
  2. 4 1
      packages/ckeditor5-image/docs/api/image.md

+ 4 - 0
packages/ckeditor5-image/README.md

@@ -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/).

+ 4 - 1
packages/ckeditor5-image/docs/api/image.md

@@ -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:
@@ -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