Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - make sure that angular is not supported #155

Merged
merged 1 commit into from
Nov 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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