Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
title = "FeatureToggles"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## FeatureToggles interface
|
||||
@@ -30,7 +29,6 @@ import { FeatureToggles } from '@grafana/data';
|
||||
| [meta](#meta-property) | <code>boolean</code> | |
|
||||
| [newEdit](#newedit-property) | <code>boolean</code> | |
|
||||
| [newVariables](#newvariables-property) | <code>boolean</code> | |
|
||||
| [tracingIntegration](#tracingintegration-property) | <code>boolean</code> | |
|
||||
| [transformations](#transformations-property) | <code>boolean</code> | |
|
||||
|
||||
### expressions property
|
||||
@@ -69,14 +67,6 @@ newEdit: boolean;
|
||||
newVariables: boolean;
|
||||
```
|
||||
|
||||
### tracingIntegration property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
tracingIntegration: boolean;
|
||||
```
|
||||
|
||||
### transformations property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
Reference in New Issue
Block a user