]> git.basschouten.com Git - openhab-addons.git/commitdiff
[googletts] Fix place holders issue (#11623)
authorWouter Born <github@maindrain.net>
Sun, 21 Nov 2021 16:51:43 +0000 (17:51 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Nov 2021 16:51:43 +0000 (17:51 +0100)
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>
bundles/org.openhab.voice.googletts/README.md

index e9c8887f7246d86f62ea12ae5c7b1481a56e2468..88fc55b2b82d604c8b748cf18622ca7867b698a4 100644 (file)
@@ -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.
 * **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 ...**
-[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**.
 After initial authorization, this code is not needed anymore.
 It is recommended to clear this configuration parameter afterwards.