Bläddra i källkod

Small cleanup.

Piotrek Koszuliński 7 år sedan
förälder
incheckning
856e0339d7

+ 0 - 3
packages/ckeditor5-editor-decoupled/CHANGELOG.md

@@ -1,3 +0,0 @@
-Changelog
-=========
-

+ 32 - 0
packages/ckeditor5-editor-decoupled/docs/api/editor-decoupled.md

@@ -0,0 +1,32 @@
+---
+category: api-reference
+---
+
+# CKEditor 5 decoupled editor implementation
+
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-editor-decoupled.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-decoupled)
+
+The decoupled editor implementation for CKEditor 5. See the {@link examples/builds/document-editor demo}.
+
+## Documentation
+
+This package contains the {@link module:editor-decoupled/decouplededitor~DecoupledEditor} class. Follow there to learn more about this type of editor and how to initialize it.
+
+This package contains the source version of the decoupled editor. This editor implementation is also available in the [decoupled build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-decoupled). Read more about {@link builds/index CKEditor 5 Builds}.
+
+## Installation
+
+```bash
+npm install --save @ckeditor/ckeditor5-editor-decoupled
+```
+
+## Contribute
+
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-editor-decoupled.
+
+## External links
+
+* [`@ckeditor/ckeditor5-editor-decoupled` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-decoupled)
+* [`ckeditor/ckeditor5-editor-decoupled` on GitHub](https://github.com/ckeditor/ckeditor5-editor-decoupled)
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-editor-decoupled/issues)
+* [Changelog](https://github.com/ckeditor/ckeditor5-editor-decoupled/blob/master/CHANGELOG.md)