Преглед на файлове

Merge pull request #217 from ckeditor/t/ckeditor5/t/1608

Docs: Added an info box recommending the CKEditor 5 inspector to the feature guide (see ckeditor/ckeditor5#1608).
Piotrek Koszuliński преди 6 години
родител
ревизия
632ab01088
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      packages/ckeditor5-link/docs/features/link.md

+ 4 - 0
packages/ckeditor5-link/docs/features/link.md

@@ -69,6 +69,10 @@ editor.execute( 'unlink' );
 
 Links are represented in the {@link module:engine/model/model~Model model} using the `linkHref` attribute.
 
+<info-box>
+	We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector CKEditor 5 inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more.
+</info-box>
+
 ## Contribute
 
 The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-link.