Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josmperez committed Jun 10, 2024
1 parent b82ac35 commit 2cada7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/key-concepts/ui-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
sidebar_position: 60
---

App plugins are able to leverage an extension framework in Grafana to contribute new actions and functionality to the core Grafana UI, and other app plugins.
Use UI extensions to contribute new actions and functionality to the core Grafana UI and other app plugins.

## Definition of terms

Expand Down
4 changes: 2 additions & 2 deletions docusaurus/docs/ui-extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ keywords:
- app plugins
---

App plugins are able to leverage an extension framework in Grafana to contribute new actions and functionality to the core Grafana UI, and other app plugins.
App plugins are able to leverage an extension framework in Grafana to contribute new actions and functionality to the core Grafana UI and other app plugins.

## Learn more

- [Concept of UI extensions](../key-concepts/ui-extensions.md]
- [Key concepts: UI extensions](../key-concepts/ui-extensions.md)
- [Learn how to create an extension point](./create-an-extension-point.md)
- [Learn how to register an extension from your app plugin](./register-an-extension.md)

0 comments on commit 2cada7e

Please sign in to comment.