mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-13 06:50:12 +01:00
feat: jsonnet interface
This commit is contained in:
parent
5977373772
commit
a63ddd1061
5 changed files with 166 additions and 83 deletions
8
doc-util/main.docsonnet
Normal file
8
doc-util/main.docsonnet
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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.
|
||||
|||)
|
||||
Loading…
Add table
Add a link
Reference in a new issue