Explorar el Código

Add links to feature guide in new font plugins docs.

Maciej Gołaszewski hace 6 años
padre
commit
816bc56041

+ 3 - 0
packages/ckeditor5-font/src/fontbackgroundcolor.js

@@ -14,6 +14,9 @@ import FontBackgroundColorUI from './fontbackgroundcolor/fontbackgroundcolorui';
 /**
 /**
  * The font background color plugin.
  * The font background color plugin.
  *
  *
+ * For a detailed overview, check the {@glink features/font font feature} documentation
+ * and the {@glink api/font package page}.
+ *
  * This is a "glue" plugin which loads
  * This is a "glue" plugin which loads
  * the {@link module:font/fontbackgroundcolor/fontbackgroundcolorediting~FontBackgroundColorEditing} and
  * the {@link module:font/fontbackgroundcolor/fontbackgroundcolorediting~FontBackgroundColorEditing} and
  * {@link module:font/fontbackgroundcolor/fontbackgroundcolorui~FontBackgroundColorUI} features in the editor.
  * {@link module:font/fontbackgroundcolor/fontbackgroundcolorui~FontBackgroundColorUI} features in the editor.

+ 3 - 0
packages/ckeditor5-font/src/fontcolor.js

@@ -14,6 +14,9 @@ import FontColorUI from './fontcolor/fontcolorui';
 /**
 /**
  * The font color plugin.
  * The font color plugin.
  *
  *
+ * For a detailed overview, check the {@glink features/font font feature} documentation
+ * and the {@glink api/font package page}.
+ *
  * This is a "glue" plugin which loads the {@link module:font/fontcolor/fontcolorediting~FontColorEditing} and
  * This is a "glue" plugin which loads the {@link module:font/fontcolor/fontcolorediting~FontColorEditing} and
  * {@link module:font/fontcolor/fontcolorui~FontColorUI} features in the editor.
  * {@link module:font/fontcolor/fontcolorui~FontColorUI} features in the editor.
  *
  *