grafana / scenes-ml

Machine Learning extensions to Grafana Scenes
Apache License 2.0
5 stars 0 forks source link

docs: add docusaurus website #13

Closed sd2k closed 3 weeks ago

sd2k commented 4 weeks ago

Adds docs in the form of a docusaurus site.

Use yarn run docs to run locally.

In order to have a working example on the getting started page I needed some data. This PR also adds a testing.ts module with an example datasource and exports it, which means the bundle is slightly bigger... ideally I'd use a separate named export for it but I couldn't get it working (yet). This isn't too bad for now!