Skip to content

Commit

Permalink
Docs - make sure that angular is not supported (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Nov 23, 2022
1 parent 9b75054 commit f68f1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Create Grafana plugins with ease.
- [Create a new plugin](#create-a-new-plugin)
- [Quick overview](#quick-overview)
- [`yarn` (1.x)](#yarn-1x)
- [`yarn` (> 2.x)](#yarn--2x)
- [`yarn` (\> 2.x)](#yarn--2x)
- [`npx`](#npx)
- [`npm`](#npm)
- [Migrate your existing plugin](#migrate-your-existing-plugin)
Expand Down Expand Up @@ -61,6 +61,7 @@ npm init @grafana/plugin
---

## Migrate your existing plugin
:warning: We [do not support](https://grafana.com/docs/grafana/latest/developers/angular_deprecation/) plugins written in `angular`

In case you have an existing plugin previously created using the `@grafana/toolkit` you can use the
following command to migrate it to the new build tooling:
Expand Down

0 comments on commit f68f1a8

Please sign in to comment.