Parcourir la source

Merge pull request #33 from ckeditor/t/image-upload-docs

Docs: Add image upload category.
Maciej il y a 7 ans
Parent
commit
6990f61f54

+ 3 - 2
packages/ckeditor5-ckfinder/docs/features/ckfinder.md

@@ -1,6 +1,7 @@
 ---
-category: features
+category: features-image-upload
 menu-title: CKFinder file manager
+order: 30
 ---
 
 {@snippet features/build-ckfinder-source}
@@ -10,7 +11,7 @@ menu-title: CKFinder file manager
 This feature allows you to insert images as well as links to files into the rich-text editor content. It is a bridge between the CKEditor 5 WYSIWYG editor and the [CKFinder](https://ckeditor.com/ckfinder) file manager and uploader.
 
 <info-box>
-	Check out the comprehensive {@link features/image-upload Image upload guide} to learn about other ways to upload images into CKEditor 5.
+	Check out the comprehensive {@link features/image-upload Image upload overview} to learn about other ways to upload images into CKEditor 5.
 </info-box>
 
 This feature can be used in the rich-text editor in two different ways:

+ 2 - 2
packages/ckeditor5-ckfinder/src/ckfinder.js

@@ -23,10 +23,10 @@ import CKFinderUploadAdapter from '@ckeditor/ckeditor5-adapter-ckfinder/src/uplo
  * * {@link module:ckfinder/ckfinderui~CKFinderUI},
  * * {@link module:adapter-ckfinder/uploadadapter~CKFinderUploadAdapter}.
  *
- * See the {@glink features/ckfinder "CKFinder integration" guide} to learn how to configure
+ * See the {@glink features/image-upload/ckfinder "CKFinder integration" guide} to learn how to configure
  * and use this feature.
  *
- * Check out the {@glink features/image-upload comprehensive "Image upload" guide} to learn about
+ * Check out the {@glink features/image-upload/image-upload comprehensive "Image upload" guide} to learn about
  * other ways to upload images into CKEditor 5.
  *
  * @extends module:core/plugin~Plugin