Browse Source

Docs: Added cross reference to the configuration guide. [skip ci]

Wiktor Walc 8 years ago
parent
commit
634981f80a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      packages/ckeditor5-core/src/editor/editorconfig.jsdoc

+ 4 - 1
packages/ckeditor5-core/src/editor/editorconfig.jsdoc

@@ -8,7 +8,7 @@
  */
 
 /**
- * The {@link module:core/editor/editor~Editor editor}'s configuration options.
+ * CKEditor configuration options.
  *
  * The object defining editor configuration can be passed when initializing the editor:
  *
@@ -24,6 +24,9 @@
  *			.then( ... )
  *			.catch( ... );
  *
+ * Check the {@glink builds/guides/integration/configuration Configuration guide} for more information
+ * about setting configuration options.
+ *
  * @interface EditorConfig
  */