Browse Source

Added two sections about the online builder.

Maciej Bukowski 5 years ago
parent
commit
75b8585502

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

@@ -21,6 +21,8 @@ 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.
 
+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.
+
 ## Requirements
 
 In order to start developing CKEditor 5 you will require:

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

@@ -13,6 +13,8 @@ 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}.
 
+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.
+
 ## Requirements
 
 In order to start developing CKEditor 5 you will require: