Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 't/3'
Browse files Browse the repository at this point in the history
Docs: Added links to CS guides. Closes #3.
  • Loading branch information
Reinmar committed Mar 2, 2018
2 parents e806124 + 6f85747 commit afe114a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/cloudservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/token-endpoints/tokenendpoint Creating token endpoint} guide
* in {@glink @cs index Cloud Services documentation}.
*
* ClassicEditor
* .create( document.querySelector( '#editor' ), {
Expand Down

0 comments on commit afe114a

Please sign in to comment.