Explorar o código

Docs: Added information about the inspector. [skip ci]

Anna Tomanek %!s(int64=6) %!d(string=hai) anos
pai
achega
40b8d52d73
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/ckeditor5-heading/docs/features/title.md

+ 4 - 0
packages/ckeditor5-heading/docs/features/title.md

@@ -66,6 +66,10 @@ In the CKEditor 5 data model the document title is represented as follows:
 </title>
 ```
 
+<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-heading.