Skip to content

Commit

Permalink
Fixes capitalization of resources for docs (#2507)
Browse files Browse the repository at this point in the history
* Fixes capitalization of resources for docs

* typo

Signed-off-by: misterpantz <[email protected]>

* adding some other edits

---------

Signed-off-by: misterpantz <[email protected]>
  • Loading branch information
misterpantz authored Nov 7, 2023
1 parent f80490e commit 6d910d6
Show file tree
Hide file tree
Showing 8 changed files with 391 additions and 391 deletions.
190 changes: 95 additions & 95 deletions providers/aws/resources/aws.lr

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions providers/azure/resources/azure.lr

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions providers/core/resources/core.lr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
option provider = "go.mondoo.com/cnquery/v9/providers/core"
option go_package = "go.mondoo.com/cnquery/v9/providers/core/resources"

// Provide contextual information about MQL runtime and environment
// Contextual information about MQL runtime and environment
mondoo @defaults("version") {
// Version of the client running on the asset
version() string
Expand Down Expand Up @@ -98,7 +98,7 @@ regex {
creditCard() regex
}

// Parse provides common parsers (json, ini, certs, etc)
// Provides common parsers (json, ini, certs, etc)
parse {
// Built-in functions:
// date(value, format) time
Expand Down
10 changes: 5 additions & 5 deletions providers/equinix/resources/equinix.lr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
option provider = "go.mondoo.com/cnquery/v9/providers/equinix"
option go_package = "go.mondoo.com/cnquery/v9/providers/equinix/resources"

// Equinix Metal Project
// Equinix Metal project
equinix.metal.project @defaults("name") {
// Project ID
id string
Expand All @@ -24,7 +24,7 @@ equinix.metal.project @defaults("name") {
devices() []equinix.metal.device
}

// Equinix Metal Organization
// Equinix Metal organization
equinix.metal.organization @defaults("name") {
// Organization ID
id string
Expand Down Expand Up @@ -56,7 +56,7 @@ equinix.metal.organization @defaults("name") {
users() []equinix.metal.user
}

// Equinix Metal User
// Equinix Metal user
private equinix.metal.user @defaults("email") {
// User ID
id string
Expand Down Expand Up @@ -90,7 +90,7 @@ private equinix.metal.user @defaults("email") {
url string
}

// Equinix Metal SSH Key
// Equinix Metal SSH key
equinix.metal.sshkey @defaults("label") {
// ID of the SSH key
id string
Expand All @@ -108,7 +108,7 @@ equinix.metal.sshkey @defaults("label") {
url string
}

// Equinix Metal Device
// Equinix Metal device
equinix.metal.device {
// Device ID
id string
Expand Down
Loading

0 comments on commit 6d910d6

Please sign in to comment.