mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 19:39:39 -08:00
fix: correct property names
This commit is contained in:
parent
b7ec145354
commit
aaaa83f0a5
|
@ -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])
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue