Skip to content

Commit

Permalink
schema fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed May 22, 2024
1 parent 83c4d52 commit 04f7539
Show file tree
Hide file tree
Showing 78 changed files with 1,866 additions and 469 deletions.
1 change: 1 addition & 0 deletions custom/query/loki.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ local d = import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet';
uid: value,
},
},
'#withDatasourceMixin':: { ignore: true },
}
1 change: 1 addition & 0 deletions custom/query/prometheus.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ local d = import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet';
uid: value,
},
},
'#withDatasourceMixin':: { ignore: true },
}
1 change: 1 addition & 0 deletions custom/query/tempo.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ local d = import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet';
uid: value,
},
},
'#withDatasourceMixin':: { ignore: true },
}
17 changes: 3 additions & 14 deletions docs/API/accesspolicy/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

## Index

* [`fn withKind(value)`](#fn-withkind)
* [`fn withKindMixin(value)`](#fn-withkindmixin)
* [`fn withKind(value="*")`](#fn-withkind)
* [`fn withTarget(value)`](#fn-withtarget)
* [`fn withVerb(value)`](#fn-withverb)
* [`fn withVerbMixin(value)`](#fn-withverbmixin)
Expand All @@ -15,23 +14,13 @@
### fn withKind

```jsonnet
withKind(value)
```

PARAMETERS:

* **value** (`string`)

The kind this rule applies to (dashboards, alert, etc)
### fn withKindMixin

```jsonnet
withKindMixin(value)
withKind(value="*")
```

PARAMETERS:

* **value** (`string`)
- default value: `"*"`

The kind this rule applies to (dashboards, alert, etc)
### fn withTarget
Expand Down
Loading

0 comments on commit 04f7539

Please sign in to comment.