8000 Minor typo fix in powerpipe-hcl/category.md by cbruno10 · Pull Request #58 · turbot/powerpipe-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Minor typo fix in powerpipe-hcl/category.md #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/powerpipe-hcl/category.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ category "iam_policy" {
|-|-|-|-
| `color` | String | The matching color from the default theme for the data series index. | A [valid color value](/docs/powerpipe-hcl/dashboard#color). This may be a named color, RGB or RGBA string, or a control status color. | The color to display for this category. |
| `href` | String | Optional | A url that the item should link to. The `href` may use a [jq template](/docs/powerpipe-hcl/dashboard#jq-templates) to dynamically generate the link. |
| `icon` | String | Optional | An [icon](/docs/powerpipe-hcl/dashboard#icon)) to use for the elements with this category.
| `icon` | String | Optional | An [icon](/docs/powerpipe-hcl/dashboard#icon) to use for the elements with this category.
| `title` | String | Optional | A plain text [title](/docs/powerpipe-hcl/dashboard#title) to display for this category.
| `fold` | Block | Optional | A `fold` block for this category.

Expand All @@ -151,7 +151,7 @@ By default, folding is enabled with a threshold of `3`. This means that if ther

| Argument | Type | Optional? | Description
|-|-|-|-
| `icon` | String | Optional | An [icon](/docs/powerpipe-hcl/dashboard#icon)) to use when this category is folded. If not specified, the `category` icon will be used.
| `icon` | String | Optional | An [icon](/docs/powerpipe-hcl/dashboard#icon) to use when this category is folded. If not specified, the `category` icon will be used.
| `title` | String | Optional | A plain text [title](/docs/powerpipe-hcl/dashboard#title) to display for this category. If not specified, the `category` title will be used.
| `threshold` | Number | Optional | The number of items that should be displayed before folding. The default is `3`.

Expand Down Expand Up @@ -202,4 +202,4 @@ category "aws_vpc_subnet" {
threshold = 2
}
}
```
```
0