浏览代码

Added links to CS docs.

Piotrek Koszuliński 7 年之前
父节点
当前提交
e8305b729e
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      packages/ckeditor5-cloud-services/src/cloudservices.js

+ 7 - 2
packages/ckeditor5-cloud-services/src/cloudservices.js

@@ -96,8 +96,13 @@ CloudServices.Token = Token;
  */
 
 /**
- * The authentication token URL for CKEditor Cloud Services. The token is used to authenticate all plugins using Cloud Services,
- * for instance Easy Image. The token URL has to point to the service where the token is generated.
+ * The authentication token endpoint URL for CKEditor Cloud Services.
+ * The token endpoint is used to authenticate all plugins using Cloud Services (for instance – Easy Image).
+ * The token URL has to point to the service where the token is generated.
+ *
+ * You can read about creating token endpoints in the
+ * {@glink @cs guides/tokenendpoint Creating token endpoint} guide
+ * in {@glink @cs index Cloud Services documentation}.
  *
  *		ClassicEditor
  *			.create( document.querySelector( '#editor' ), {