grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
322 stars 19 forks source link

chore(docs): render with latest docsonnet/crdsonnet #154

Closed Duologic closed 6 months ago

Duologic commented 6 months ago

title says it, functional no-op

From the comments below:

Some changes is the result of a fix in crdsonnet, it now recursively looks for the correct type, before if it didn't find a type attribute it assumed it was a string, now it looks further and defaulting to a string as a real last resort. Related PR: https://github.com/crdsonnet/crdsonnet/pull/16