Bladeren bron

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

Docs: Add image upload category.
Maciej 7 jaren geleden
bovenliggende
commit
41077c51b6
2 gewijzigde bestanden met toevoegingen van 13 en 4 verwijderingen
  1. 4 3
      docs/features/image-upload.md
  2. 9 1
      docs/umberto.json

+ 4 - 3
docs/features/image-upload.md

@@ -1,8 +1,9 @@
 ---
-category: features
+category: features-image-upload
+order: 10
 ---
 
-# Image upload
+# Image upload overview
 
 Inserting images into content created with CKEditor 5 is a very common task. In a properly configured rich-text editor, there are several ways for the end user to insert images:
 
@@ -21,7 +22,7 @@ The software that makes the image upload possible is called an **upload adapter*
 * [**Custom upload adapters**](#implementing-your-own-upload-adapter) – Create your own upload adapter from scratch using the open API architecture of CKEditor 5.
 
 <info-box>
-	If you want to get a better look under the hood and learn more about the upload process, you can check out the {@link framework/guides/deep-dive/upload-adapter "Custom upload adapter" deep dive guide}.
+	If you want to get a better look under the hood and learn more about the upload process, you can check out the {@link framework/guides/deep-dive/upload-adapter "Custom image upload adapter" deep dive guide}.
 </info-box>
 
 ## Demo

+ 9 - 1
docs/umberto.json

@@ -18,7 +18,10 @@
 		"features/collaboration/collaborative-editing.html": "features/collaboration/real-time-collaboration/real-time-collaborative-editing.html",
 		"features/collaboration/collaborative-comments.html": "features/collaboration/real-time-collaboration/real-time-collaborative-comments.html",
 		"features/collaboration/presence-list.html": "features/collaboration/real-time-collaboration/users-in-real-time-collaboration.html",
-		"features/collaboration/comment-only-mode.html": "features/collaboration/comments/comment-only-mode.html"
+		"features/collaboration/comment-only-mode.html": "features/collaboration/comments/comment-only-mode.html",
+		"features/image-upload.html": "features/image-upload/image-upload.html",
+		"features/ckfinder.html": "features/image-upload/ckfinder.html",
+		"features/easy-image.html": "features/image-upload/easy-image.html"
 	},
 	"scripts": {
 		"snippet-adapter": "../scripts/docs/snippetadapter",
@@ -191,6 +194,11 @@
 							"order": 200
 						}
 					]
+				},
+				{
+					"name": "Image upload",
+					"id": "features-image-upload",
+					"slug": "image-upload"
 				}
 			]
 		},