瀏覽代碼

Added info boxes.

Maciej Bukowski 5 年之前
父節點
當前提交
ca1d0be42c

+ 2 - 0
docs/builds/guides/development/custom-builds.md

@@ -21,7 +21,9 @@ Some of the reasons for creating custom builds are:
 * Changing the {@link features/ui-language localization language} of the editor.
 * Enabling bug fixes which are still not a part of any public release.
 
+<info-box hint>
 If you are looking for an easy way to create a custom build of CKEditor 5, check also the [online builder](https://ckeditor.com/ckeditor-5/online-builder/), which allows you to create easily a custom build through a simple and intuitive UI.
+</info-box>
 
 ## Requirements
 

+ 2 - 0
docs/builds/guides/integration/installing-plugins.md

@@ -13,7 +13,9 @@ In this guide you can learn how to add plugins to your editor in the two most co
 * When you use an {@link builds/guides/overview editor build},
 * When you {@link framework/guides/quick-start build your editor from source}.
 
+<info-box hint>
 If you are looking for an easy way to create a custom build of CKEditor 5 without installing anything, check the [online builder](https://ckeditor.com/ckeditor-5/online-builder/), which allows you to create easily a build with a custom set of plugins through a simple and intuitive UI.
+</info-box>
 
 ## Requirements