Commit 9c5ead79 authored by Piotrek Koszuliński's avatar Piotrek Koszuliński

Merge branch 'stable'

parents 57226980 6a47680a
CKEditor 5 decoupled document build CKEditor 5 document editor build
======================================== ========================================
[![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
...@@ -6,7 +6,7 @@ CKEditor 5 decoupled document build ...@@ -6,7 +6,7 @@ CKEditor 5 decoupled document build
[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document) [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document)
[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document?type=dev) [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-decoupled-document?type=dev)
The decoupled document build for CKEditor 5. Read more about the [decoupled document build]((https://docs.ckeditor.com/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://docs.ckeditor.com/ckeditor5/latest/examples/builds/document-editor.html). The document editor build for CKEditor 5, featuring the decoupled UI editor implementation. Read more about the [document editor build](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://docs.ckeditor.com/ckeditor5/latest/examples/builds/document-editor.html).
## Documentation ## Documentation
...@@ -21,7 +21,7 @@ See: ...@@ -21,7 +21,7 @@ See:
First, install the build from npm: First, install the build from npm:
``` ```bash
npm install --save @ckeditor/ckeditor5-build-decoupled-document npm install --save @ckeditor/ckeditor5-build-decoupled-document
``` ```
...@@ -52,7 +52,7 @@ Or in your JavaScript application: ...@@ -52,7 +52,7 @@ Or in your JavaScript application:
```js ```js
import DecoupledDocumentEditor from '@ckeditor/ckeditor5-build-decoupled-document'; import DecoupledDocumentEditor from '@ckeditor/ckeditor5-build-decoupled-document';
// Or using CommonJS verion: // Or using the CommonJS version:
// const DecoupledDocumentEditor = require( '@ckeditor/ckeditor5-build-decoupled-document' ); // const DecoupledDocumentEditor = require( '@ckeditor/ckeditor5-build-decoupled-document' );
DecoupledDocumentEditor DecoupledDocumentEditor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment