mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs(plugins): add placeholders for plugin docs
This commit is contained in:
@@ -89,6 +89,8 @@ pages:
|
|||||||
- ['plugins/installation.md', 'Plugins', 'Installation']
|
- ['plugins/installation.md', 'Plugins', 'Installation']
|
||||||
- ['plugins/datasources.md', 'Plugins', 'Datasource plugins']
|
- ['plugins/datasources.md', 'Plugins', 'Datasource plugins']
|
||||||
- ['plugins/panels.md', 'Plugins', 'Panel plugins']
|
- ['plugins/panels.md', 'Plugins', 'Panel plugins']
|
||||||
|
- ['plugins/development.md', 'Plugins', 'Plugin development']
|
||||||
|
- ['plugins/plugin.json.md', 'Plugins', 'Plugin json']
|
||||||
|
|
||||||
- ['tutorials/index.md', 'Tutorials', 'Tutorials']
|
- ['tutorials/index.md', 'Tutorials', 'Tutorials']
|
||||||
- ['tutorials/hubot_howto.md', 'Tutorials', 'How To integrate Hubot and Grafana']
|
- ['tutorials/hubot_howto.md', 'Tutorials', 'How To integrate Hubot and Grafana']
|
||||||
|
|||||||
10
docs/sources/plugins/developing_plugins.md
Normal file
10
docs/sources/plugins/developing_plugins.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
page_title: Plugin development
|
||||||
|
page_description: Plugin development for Grafana
|
||||||
|
page_keywords: grafana, plugins, documentation, development
|
||||||
|
---
|
||||||
|
|
||||||
|
# Plugin development
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
10
docs/sources/plugins/plugin.json.md
Normal file
10
docs/sources/plugins/plugin.json.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
page_title: Plugin json file
|
||||||
|
page_description: Plugin json for Grafana
|
||||||
|
page_keywords: grafana, plugins, documentation
|
||||||
|
---
|
||||||
|
|
||||||
|
# Plugin.json
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
Reference in New Issue
Block a user