fix: correct property names

This commit is contained in:
ivan-the-terrible 2024-04-04 20:29:19 +00:00 committed by Jan De Dobbeleer
parent b7ec145354
commit aaaa83f0a5
3 changed files with 22 additions and 24 deletions

View file

@ -58,18 +58,18 @@ import Config from '@site/src/components/Config.js';
## Properties
| Name | Type | Description |
| --------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
| `access_token` | `string` | token from Strava login, see login link in section above. |
| `refresh_token` | `string` | token from Strava login, see login link in section above. |
| `expires_in` | `int` | the default timeout of the token from the Strava login |
| `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your strava data? - defaults to 500ms |
| `CacheTimeout` | `int` | in minutes - How long do you want your Strava data cached? - defaults to 5 min |
| `RideIcon` | `string` | defaults to `\uf206` |
| `RunIcon` | `string` | defaults to `\ue213` |
| `SkiingIcon` | `string` | defaults to `\ue213` |
| `WorkOutIcon` | `string` | defaults to `\ue213` |
| `UnknownActivityIcon` | `string` | defaults to `\ue213` |
| Name | Type | Description |
| ----------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
| `access_token` | `string` | token from Strava login, see login link in section above. |
| `refresh_token` | `string` | token from Strava login, see login link in section above. |
| `expires_in` | `int` | the default timeout of the token from the Strava login |
| `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your strava data? - defaults to 500ms |
| `cache_timeout` | `int` | in minutes - How long do you want your Strava data cached? - defaults to 5 min |
| `ride_icon` | `string` | defaults to `\uf206` |
| `run_icon` | `string` | defaults to `\ue213` |
| `skiing_icon` | `string` | defaults to `\ue213` |
| `workout_icon` | `string` | defaults to `\ue213` |
| `unknown_activity_icon` | `string` | defaults to `\ue213` |
## Template ([info][templates])

View file

@ -27,11 +27,9 @@ import Config from '@site/src/components/Config.js';
## Properties
| Name | Type | Description |
| --------------- | --------- | ---------------------------------------------------------------------------------- |
| `fetch_version` | `boolean` | fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` |
defaults to `false`
| Name | Type | Description |
| --------------- | --------- | -------------------------------------------------------------------------------------------------------- |
| `fetch_version` | `boolean` | fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` - defaults to `false` |
## Template ([info][templates])

View file

@ -44,13 +44,13 @@ import Config from '@site/src/components/Config.js';
## Properties
| Name | Type | Description |
| --------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `access_token` | `string` | token from Withings login, see login link in section above. |
| `refresh_token` | `string` | token from Withings login, see login link in section above. |
| `expires_in` | `int` | the default timeout of the token from the Withings login |
| `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your Withings data? - defaults to 500ms |
| `CacheTimeout` | `int` | in minutes - How long do you want your Withings data cached? - defaults to 5 min |
| Name | Type | Description |
| ---------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
| `access_token` | `string` | token from Withings login, see login link in section above. |
| `refresh_token` | `string` | token from Withings login, see login link in section above. |
| `expires_in` | `int` | the default timeout of the token from the Withings login |
| `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your Withings data? - defaults to 500ms |
| `cache_timeout` | `int` | in minutes - How long do you want your Withings data cached? - defaults to 5 min |
## Template ([info][templates])