mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-11 22:10:13 +01:00
feat: containerize (#19)
* feat: containerize * Stripping reduces binary size, fully static linking makes the binary more portable Co-authored-by: sh0rez <me@shorez.de>
This commit is contained in:
parent
3e1757637e
commit
1f8d4c6fbf
11 changed files with 47 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ permalink: /
|
|||
# package d
|
||||
|
||||
```jsonnet
|
||||
local d = import "github.com/sh0rez/docsonnet/doc-util"
|
||||
local d = import "github.com/jsonnet-libs/docsonnet/doc-util"
|
||||
```
|
||||
|
||||
`doc-util` provides a Jsonnet interface for `docsonnet`,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
'#': d.pkg(
|
||||
name='d',
|
||||
url='github.com/sh0rez/docsonnet/doc-util',
|
||||
url='github.com/jsonnet-libs/docsonnet/doc-util',
|
||||
help=|||
|
||||
`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