docsonnet icon indicating copy to clipboard operation
docsonnet copied to clipboard

Experimental Jsonnet docs generator

Results 17 docsonnet issues
Sort by recently updated
recently updated
newest added

Testing using the docker master image, but I believe the pkger.go code is using old jsonnet files that don't have the "filename" and "version" parameters in the d.pkg() function. Given...

Both docsonnet documentation fields below are rendered similarly such that I imagine a user could easily be confused by the structure of the data when seeing the Markdown documentation for...

Attempt to fix #16 in doc-util rendering, this is a bit more complex than I anticipated, I've used this example to test various places where dotted keys can be. ```jsonnet...

Introduces a comment parser that extracts docsonnet data from specially formed comments, by leveraging as much of Jsonnet as possible: - Comments are extracted from the snippet using Go code...

enhancement

Hi, Would you be able to confirm whether this is expected to work? I find that any object/function under `new()` does not get picked up by `docsonnet` , i.e. there's...

Similar to this: https://golang.org/pkg/encoding/json/#HTMLEscape ### Example Example Example ```jsonnet this is an example ```

This is an issue to talk about the issues involved in a desugared implementation. AFAIK, the main issue is about the AST not providing access to comments?

current: ### fn container.array ``` ### fn container.array ``` suggested: ### fn `container.array` ``` ### fn `container.array` ```

I think it would be helpful to allow each parameter, and return value to be explained. Additionally, whether or not an error or assertion could be raised (outside of the...

enhancement