Skip to content

Commit

Permalink
docs: make how-to descriptions consistent (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
sympatheticmoose authored Jul 12, 2024
1 parent ef745b8 commit 5bb897f
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/how-to-guides/app-plugins/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"position": 10,
"label": "App plugins",
"customProps": {
"description": "Guides for creating and optimizing app plugins."
"description": "Guides for optimizing and adding capabilities to app plugins."
},
"collapsible": true,
"collapsed": true
Expand Down
17 changes: 17 additions & 0 deletions docusaurus/docs/how-to-guides/app-plugins/index.md
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 />
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"position": 10,
"label": "Data source plugins",
"customProps": {
"description": "Learn how to perform common development tasks for Grafana data source plugins."
"description": "Guides for optimizing and adding capabilities to data source plugins."
},
"collapsible": true,
"collapsed": true
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/how-to-guides/data-source-plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ keywords:
- data source
---

Learn how to perform common tasks in Grafana data source plugin development.
Guides for optimizing and adding capabilities to data source plugins.

<DocLinkList />
2 changes: 1 addition & 1 deletion docusaurus/docs/how-to-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ keywords:
- ui extensions
---

Learn how to add additional functionality and capabilities to Grafana plugins based on their plugin type.
Learn how to extend Grafana plugins with additional functionality and capabilities with short guides.

<DocLinkList />
3 changes: 3 additions & 0 deletions docusaurus/docs/how-to-guides/panel-plugins/_category_.json
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
}
2 changes: 1 addition & 1 deletion docusaurus/docs/how-to-guides/panel-plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ keywords:
- panel
---

Learn how to add additional functionality and capabilities to Grafana panel plugins.
Guides for optimizing and adding capabilities to panel plugins.

<DocLinkList />
3 changes: 3 additions & 0 deletions docusaurus/docs/how-to-guides/ui-extensions/_category_.json
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
}
19 changes: 19 additions & 0 deletions docusaurus/docs/how-to-guides/ui-extensions/index.md
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 />

0 comments on commit 5bb897f

Please sign in to comment.