Răsfoiți Sursa

Docs: Link to dedicated guide about installing plugins.

Piotrek Koszuliński 7 ani în urmă
părinte
comite
6f429cf324

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

@@ -66,6 +66,10 @@ ClassicEditor
 	Remember to add proper features to the editor configuration. Autoformatting will be enabled only for the commands that are included in the actual configuration. For example: `bold` autoformatting will not work if there is no `bold` command registered in the editor.
 </info-box>
 
+<info-box info>
+	Read more about {@link builds/guides/development/installing-plugins installing plugins}.
+</info-box>
+
 ## Creating custom autoformatters
 
 The {@link module:autoformat/autoformat~Autoformat} feature bases on {@link module:autoformat/blockautoformatediting~BlockAutoformatEditing} and {@link module:autoformat/inlineautoformatediting~InlineAutoformatEditing} tools to create the autoformatters mentioned above.