Bladeren bron

Docs: Added an info box in the Lark customization guide.

Aleksander Nowodzinski 8 jaren geleden
bovenliggende
commit
a74ff77898
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

+ 4 - 0
packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md

@@ -172,6 +172,10 @@ This file can be referenced directly in HTML **after the `<link>` tag injected b
 
 Alternatively, the style sheet can also be imported into a JavaScript file that is processed by webpack and the [loaders](#Styles-processing-and-bundling) becoming part of the build, e.g. an entry point of the application.
 
+<info-box info>
+	Learn more about {@link framework/guides/quick-start building the editor using webpack}.
+</info-box>
+
 ```js
 import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';