-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: make how-to descriptions consistent (#1004)
- Loading branch information
1 parent
ef745b8
commit 5bb897f
Showing
9 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: app-plugins | ||
title: App plugins | ||
description: Learn how to perform common tasks in Grafana app plugin development. | ||
keywords: | ||
- grafana | ||
- plugins | ||
- plugin | ||
- develop | ||
- development | ||
- app | ||
- application | ||
--- | ||
|
||
Guides for optimizing and adding capabilities to app plugins. | ||
|
||
<DocLinkList /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"position": 20, | ||
"label": "Panel plugins", | ||
"customProps": { | ||
"description": "Guides for optimizing and adding capabilities to panel plugins." | ||
}, | ||
"collapsible": true, | ||
"collapsed": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"position": 40, | ||
"label": "UI extensions", | ||
"customProps": { | ||
"description": "Guides for creating UI extensions and extension points." | ||
}, | ||
"collapsible": true, | ||
"collapsed": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
id: ui-extensions | ||
title: UI extensions | ||
description: Learn how to perform common tasks in UI extension development. | ||
keywords: | ||
- grafana | ||
- plugins | ||
- plugin | ||
- expose | ||
- register | ||
- component | ||
- extension point | ||
- extension | ||
- app | ||
--- | ||
|
||
Guides for creating UI extensions and extension points. | ||
|
||
<DocLinkList /> |