mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-12 06:20:12 +01:00
8 lines
297 B
Text
8 lines
297 B
Text
local d = import './main.libsonnet';
|
|
|
|
d.new('d', url='github.com/jsonnet-libs/docsonnet/doc-util')
|
|
+ d.withAPI(import './main.libsonnet')
|
|
+ d.withHelp(|||
|
|
`doc-util` provides a Jsonnet interface for `docsonnet`,
|
|
a Jsonnet API doc generator that uses structured data instead of comments.
|
|
|||)
|