Procházet zdrojové kódy

Merge pull request #6562 from ckeditor/i/6463

Docs: Updated main plugins guide by adding links to creating-simple-plugin tutorial. Closes #6463.
Piotrek Koszuliński před 5 roky
rodič
revize
5f829359b7
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      docs/builds/guides/development/plugins.md

+ 1 - 3
docs/builds/guides/development/plugins.md

@@ -32,10 +32,8 @@ Common use cases for plugins are:
 
 Creating your own plugins is a straightforward task but it requires good knowledge about a few aspects of the CKEditor 5 development environment. The following resources are recommended as a starting point:
 
-<!--
-* The {@linkTODO framework/guides/creating-plugin Plugin development guide} in the {@link framework/index CKEditor 5 Framework} documentation.
--->
 
+* The {@link framework/guides/creating-simple-plugin Plugin development guide} in the {@link framework/index CKEditor 5 Framework} documentation.
 * The {@link framework/guides/quick-start Quick start guide} in the {@link framework/index CKEditor 5 Framework} documentation.
 * {@link builds/guides/development/custom-builds Creating custom builds} which is necessary to have your plugin included inside a CKEditor 5 build.