Docs: Updated package docs.

parent 66a0cdbf
...@@ -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](TODO) and see the [demo](TODO). The decoupled document build for CKEditor 5. Read more about the [decoupled document build]((https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#document-editor) and see the [demo](https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/builds/document-editor.html).
## Documentation ## Documentation
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<script src="../build/ckeditor.js"></script> <script src="../build/ckeditor.js"></script>
<script> <script>
const editorData = `<h2>Sample</h2> const editorData = `<h2>Sample</h2>
<p>This is an instance of the <a href="TODO">decoupled document build</a>.</p> <p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#document-editor">decoupled document build</a>.</p>
<figure class="image"> <figure class="image">
<img src="../tests/manual/sample.jpg" alt="Autumn fields" /> <img src="../tests/manual/sample.jpg" alt="Autumn fields" />
</figure> </figure>
......
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