Procházet zdrojové kódy

Docs: Minor links and guides order improvements.

Piotrek Koszuliński před 7 roky
rodič
revize
9762505762

+ 1 - 1
docs/examples/builds/custom-build.md

@@ -1,6 +1,6 @@
 ---
 category: examples-builds
-order: 30
+order: 40
 ---
 
 # Custom build

+ 3 - 3
docs/examples/builds/document-editor.md

@@ -1,12 +1,12 @@
 ---
 category: examples-builds
-order: 40
+order: 30
 ---
 
 # Document editor
 
-The editor in this example is a [feature–rich](https://github.com/ckeditor/ckeditor5#core-libraries) build focused on rich text editing experience similar to the native word processors. It works best for creating documents which are usually later printed or exported to PDF files.
+The editor in this example is a feature–rich build focused on rich text editing experience similar to the native word processors. It works best for creating documents which are usually later printed or exported to PDF files.
 
-See the {@link framework/guides/document-editor tutorial} to learn how to create this kind of an editor (and similar) with a custom UI layout on top of [ckeditor5-editor-decoupled](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-decoupled).
+See the {@link framework/guides/document-editor tutorial} to learn how to create this kind of an editor (and similar) with a custom UI layout on top of {@link module:editor-decoupled/decouplededitor~DecoupledEditor}.
 
 {@snippet examples/document-editor}