grafana / grafonnet

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

chore: render docs with correct default boolean value #113

Closed Duologic closed 10 months ago

Duologic commented 10 months ago

CRDsonnet defaults to true for withSomeBoolean() as this is what the linguistics suggest it does, this was not correctly reflected in the docs. This PR fixes the docs.

Duologic commented 10 months ago

Line count is off by 52 lines, found the culprit:

 docs/API/util.md                             | 17 +++++++++++++++--
 gen/grafonnet-v10.0.0/docs/grafonnet/util.md | 17 +++++++++++++++--
 gen/grafonnet-v9.4.0/docs/grafonnet/util.md  | 17 +++++++++++++++--
 gen/grafonnet-v9.5.0/docs/grafonnet/util.md  | 17 +++++++++++++++--
 4 files changed, 60 insertions(+), 8 deletions(-)
Duologic commented 10 months ago

We seemed to have forgotten to render that in a recent PR.