Skip to content

Commit

Permalink
fix: correct property names
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-the-terrible authored and JanDeDobbeleer committed Apr 17, 2024
1 parent b7ec145 commit aaaa83f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
24 changes: 12 additions & 12 deletions website/docs/segments/strava.mdx
Expand Up @@ -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])

Expand Down
8 changes: 3 additions & 5 deletions website/docs/segments/terraform.mdx
Expand Up @@ -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])

Expand Down
14 changes: 7 additions & 7 deletions website/docs/segments/withings.mdx
Expand Up @@ -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])

Expand Down

0 comments on commit aaaa83f

Please sign in to comment.