8
0
Pārlūkot izejas kodu

Docs: Enabled all packages in Umberto.

Piotrek Koszuliński 8 gadi atpakaļ
vecāks
revīzija
65bbe96f31
2 mainītis faili ar 85 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/framework/guides/architecture/intro.md
  2. 84 0
      docs/umberto.json

+ 1 - 1
docs/framework/guides/architecture/intro.md

@@ -248,7 +248,7 @@ The [`@ckeditor/ckeditor5-engine`](https://www.npmjs.com/package/@ckeditor/ckedi
 
 ### Overview
 
-The editing engine implements an MVC architecture. The shape of it is not enforced by the engine itself but in most implementations it will create this structure:
+The editing engine implements an MVC architecture. The shape of it is not enforced by the engine itself but in most implementations it can be described by this diagram:
 
 [{@img assets/img/framework-architecture-engine-diagram.png Diagram of the engine's MVC architecture.}](%BASE_PATH%/assets/img/framework-architecture-engine-diagram.png)
 

+ 84 - 0
docs/umberto.json

@@ -121,18 +121,70 @@
 	],
 	"items": [
 		{
+			"path": "packages/ckeditor5-adapter-ckfinder",
+			"prefix": "adapter-ckfinder"
+		},
+		{
 			"path": "packages/ckeditor5-autoformat",
 			"prefix": "autoformat"
 		},
 		{
+			"path": "packages/ckeditor5-basic-styles",
+			"prefix": "basic-styles"
+		},
+		{
+			"path": "packages/ckeditor5-block-quote",
+			"prefix": "block-quote"
+		},
+		{
+			"path": "packages/ckeditor5-build-balloon",
+			"prefix": "build-balloon"
+		},
+		{
+			"path": "packages/ckeditor5-build-classic",
+			"prefix": "build-classic"
+		},
+		{
+			"path": "packages/ckeditor5-build-inline",
+			"prefix": "build-inline"
+		},
+		{
+			"path": "packages/ckeditor5-clipboard",
+			"prefix": "clipboard"
+		},
+		{
 			"path": "packages/ckeditor5-core",
 			"prefix": "core"
 		},
 		{
+			"path": "packages/ckeditor5-easy-image",
+			"prefix": "easy-image"
+		},
+		{
+			"path": "packages/ckeditor5-editor-balloon",
+			"prefix": "editor-balloon"
+		},
+		{
+			"path": "packages/ckeditor5-editor-classic",
+			"prefix": "editor-classic"
+		},
+		{
+			"path": "packages/ckeditor5-editor-inline",
+			"prefix": "editor-inline"
+		},
+		{
 			"path": "packages/ckeditor5-engine",
 			"prefix": "engine"
 		},
 		{
+			"path": "packages/ckeditor5-enter",
+			"prefix": "enter"
+		},
+		{
+			"path": "packages/ckeditor5-essentials",
+			"prefix": "essentials"
+		},
+		{
 			"path": "packages/ckeditor5-heading",
 			"prefix": "heading"
 		},
@@ -141,16 +193,48 @@
 			"prefix": "image"
 		},
 		{
+			"path": "packages/ckeditor5-link",
+			"prefix": "link"
+		},
+		{
+			"path": "packages/ckeditor5-list",
+			"prefix": "list"
+		},
+		{
 			"path": "packages/ckeditor5-markdown-gfm",
 			"prefix": "markdown-gfm"
 		},
 		{
+			"path": "packages/ckeditor5-paragraph",
+			"prefix": "paragraph"
+		},
+		{
 			"path": "packages/ckeditor5-theme-lark",
 			"prefix": "theme-lark"
 		},
 		{
+			"path": "packages/ckeditor5-typing",
+			"prefix": "typing"
+		},
+		{
 			"path": "packages/ckeditor5-ui",
 			"prefix": "ui"
+		},
+		{
+			"path": "packages/ckeditor5-undo",
+			"prefix": "undo"
+		},
+		{
+			"path": "packages/ckeditor5-upload",
+			"prefix": "upload"
+		},
+		{
+			"path": "packages/ckeditor5-utils",
+			"prefix": "utils"
+		},
+		{
+			"path": "packages/ckeditor5-widget",
+			"prefix": "widget"
 		}
 	]
 }