[googletts] Fix place holders issue (#11623)
When the docs are generated any {{ }} constructs are substituted with variables causing the place holders to get lost.
As a result the docs are less easy to understand.
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -38,7 +38,7 @@ Using your favorite configuration UI to edit **Settings / Other Services - Googl
|
|||||||
* **Client Secret** - Google Cloud Platform OAuth 2.0-Client Secret.
|
* **Client Secret** - Google Cloud Platform OAuth 2.0-Client Secret.
|
||||||
* **Authorization Code** - The auth-code is a one-time code needed to retrieve the necessary access-codes from Google Cloud Platform.
|
* **Authorization Code** - The auth-code is a one-time code needed to retrieve the necessary access-codes from Google Cloud Platform.
|
||||||
**Please go to your browser ...**
|
**Please go to your browser ...**
|
||||||
[https://accounts.google.com/o/oauth2/auth?client_id={{clientId}}&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/cloud-platform&response_type=code](https://accounts.google.com/o/oauth2/auth?client_id={{clientId}}&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/cloud-platform&response_type=code) (replace `{{clientId}}` by your Client Id)
|
[https://accounts.google.com/o/oauth2/auth?client_id=<clientId>&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/cloud-platform&response_type=code](https://accounts.google.com/o/oauth2/auth?client_id=<clientId>&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/cloud-platform&response_type=code) (replace `<clientId>` by your Client Id)
|
||||||
**... to generate an auth-code and paste it here**.
|
**... to generate an auth-code and paste it here**.
|
||||||
After initial authorization, this code is not needed anymore.
|
After initial authorization, this code is not needed anymore.
|
||||||
It is recommended to clear this configuration parameter afterwards.
|
It is recommended to clear this configuration parameter afterwards.
|
||||||
|
|||||||
Reference in New Issue
Block a user