mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
fix: correct property names
This commit is contained in:
parent
b7ec145354
commit
aaaa83f0a5
|
@ -59,17 +59,17 @@ import Config from '@site/src/components/Config.js';
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| --------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
|
| ----------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
|
||||||
| `access_token` | `string` | token from Strava login, see login link in section above. |
|
| `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. |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `cache_timeout` | `int` | in minutes - How long do you want your Strava data cached? - defaults to 5 min |
|
||||||
| `RideIcon` | `string` | defaults to `\uf206` |
|
| `ride_icon` | `string` | defaults to `\uf206` |
|
||||||
| `RunIcon` | `string` | defaults to `\ue213` |
|
| `run_icon` | `string` | defaults to `\ue213` |
|
||||||
| `SkiingIcon` | `string` | defaults to `\ue213` |
|
| `skiing_icon` | `string` | defaults to `\ue213` |
|
||||||
| `WorkOutIcon` | `string` | defaults to `\ue213` |
|
| `workout_icon` | `string` | defaults to `\ue213` |
|
||||||
| `UnknownActivityIcon` | `string` | defaults to `\ue213` |
|
| `unknown_activity_icon` | `string` | defaults to `\ue213` |
|
||||||
|
|
||||||
## Template ([info][templates])
|
## Template ([info][templates])
|
||||||
|
|
||||||
|
|
|
@ -28,10 +28,8 @@ import Config from '@site/src/components/Config.js';
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| --------------- | --------- | ---------------------------------------------------------------------------------- |
|
| --------------- | --------- | -------------------------------------------------------------------------------------------------------- |
|
||||||
| `fetch_version` | `boolean` | fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` |
|
| `fetch_version` | `boolean` | fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` - defaults to `false` |
|
||||||
|
|
||||||
defaults to `false`
|
|
||||||
|
|
||||||
## Template ([info][templates])
|
## Template ([info][templates])
|
||||||
|
|
||||||
|
|
|
@ -45,12 +45,12 @@ import Config from '@site/src/components/Config.js';
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| --------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
|
| ---------------- | -------- | ----------------------------------------------------------------------------------------------------------------- |
|
||||||
| `access_token` | `string` | token from Withings login, see login link in section above. |
|
| `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. |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `cache_timeout` | `int` | in minutes - How long do you want your Withings data cached? - defaults to 5 min |
|
||||||
|
|
||||||
## Template ([info][templates])
|
## Template ([info][templates])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue