Skip to content

Commit

Permalink
Add plugin anatomy embed (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomglenn authored Oct 29, 2024
1 parent e111bee commit 6ed1110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/docs/key-concepts/anatomy-of-a-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Grafana plugins enable you to extend Grafana’s core functionality by adding cu

This guide walks you through the essential components of a Grafana plugin, and how to structure and organize them. You'll learn about the folder structure generated by the `create-plugin` tool, and where to go next to learn how to build and extend a plugin using the scaffolded template.

**Watch the video below** to get a visual overview of the structure and components of a Grafana plugin. This video complements the written content in this guide and provides practical insights into the anatomy of a Grafana plugin.

<YouTubeEmbed videoId="dzFkEAVwjGI" title="Learn the Anatomy of a Grafana Plugin" />

## Before you begin

Before proceeding, we recommend reviewing the [plugin types and usage guide](/key-concepts/plugin-types-usage) to gain a basic understanding of the different types of plugins available.
Expand Down

0 comments on commit 6ed1110

Please sign in to comment.