grafana / scenes

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

EPIC: Migrate to using developer portal by default #286

Open tolzhabayev opened 10 months ago

tolzhabayev commented 10 months ago

Why? Since we now have a proper URL you can use to link to scenes documentation - we should migrate away from using github pages (github.io) and use the new URL instead.

DEV: https://grafana-dev.com/developers/scenes/ PROD: https://grafana.com/developers/scenes/

What to consider and how do we do this?

### Tasks
- [ ] Adjust inbound links to https://grafana.com/developers/scenes/
- [ ] Adjust the build scripts and remove the parent / landing page (similar to https://github.com/grafana/plugin-tools/pull/359)
- [ ] https://github.com/grafana/scenes/issues/296
- [ ] Add "back to dev portal" link - similar to https://github.com/grafana/plugin-tools/pull/377
tolzhabayev commented 10 months ago

@dprokop I can help out with the docusaurus config if you want - just let me know.