mirror of https://github.com/grafana/grafana.git
Publish data frames documentation (#24328)
This commit is contained in:
parent
dbac77d239
commit
7219d9bd7f
|
|
@ -289,6 +289,8 @@
|
|||
children:
|
||||
- link: /plugins/developing/development/
|
||||
name: Developer Guide
|
||||
- link: /plugins/developing/dataframe/
|
||||
name: Introduction to data frames
|
||||
- link: /plugins/developing/code-styleguide/
|
||||
name: Plugin Code Styleguide
|
||||
- link: /plugins/developing/plugin-review-guidelines/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ type = "docs"
|
|||
name = "Data frames"
|
||||
parent = "developing"
|
||||
weight = 9
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## Introduction to data frames
|
||||
|
|
|
|||
Loading…
Reference in New Issue