grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

chore: update create-plugin version and config for demo app #786

Closed sd2k closed 2 months ago

sd2k commented 3 months ago

I ran yarn create @grafana/create-plugin@latest update then updated the plugin's custom tsconfig.json to include the docusaurus docs, and the docker-compose.yaml to use the grafana-dev image, but otherwise everything ran pretty smoothly.

I did have to revert a few changes to the scripts to keep the current behaviour, but in doing so I noticed a few issues with the code examples in the docs so one of the commits fixes that up too.

As per the updating docs.

sd2k commented 3 months ago

(I've mostly done this for https://github.com/grafana/scenes/pull/787 but the plugins platform team like everyone to keep their plugins up to date too!)

sd2k commented 2 months ago

Closing for now as this has become a bit stale, happy to redo it if/when there's some reviewer capacity though :+1: