Skip to content

Commit 40684c7

Browse files
authored
feat: one page per resource kind (#207)
1 parent 7c718d0 commit 40684c7

File tree

590 files changed

+120595
-69184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+120595
-69184
lines changed

docs/inventory-graph/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The kind of resource is defined in the `kind` property of the resource.
4545

4646
</ZoomPanPinch>
4747

48-
The same resource can adhere to multiple resource kinds. This makes it possible to allow to view the same resource in more than one way. For example, an AWS EC2 volume can be viewed as [`aws_ec2_volume`](../resources/aws.mdx#aws_ec2_volume), as compute [`volume`](../resources/base-kinds.mdx#volume), as `aws_resource` and as [`resource`](../resources/index.mdx#resource-base-kind).
48+
The same resource can adhere to multiple resource kinds. This makes it possible to allow to view the same resource in more than one way. For example, an AWS EC2 volume can be viewed as [`aws_ec2_volume`](../resources/aws/ec2/aws_ec2_volume.mdx), as compute [`volume`](../resources/base-kinds/volume.mdx), as `aws_resource` and as [`resource`](../resources/index.mdx#resource-base-kind).
4949

5050
This is useful if you want to search the graph using more abstract concepts. For example, it allows for the selection of all volumes regardless of cloud provider.
5151

0 commit comments

Comments
 (0)