File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
content/manuals/build/bake Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ configuration in more complex ways than just concatenation or interpolation.
1313
1414## Standard library
1515
16- Bake ships with built-in support for the [ ` go-cty ` standard library functions] ( https://github.com/zclconf/go-cty/tree/main/cty/function/stdlib ) .
17- The following example shows the ` add ` function.
16+ Bake ships with built-in support for the [ standard library functions] ( /manuals/build/bake/stdlib.md ) .
17+
18+ The following example shows the ` add ` function:
1819
1920``` hcl {title=docker-bake.hcl}
2021variable "TAG" {
Original file line number Diff line number Diff line change @@ -318,6 +318,8 @@ module:
318318 mounts :
319319 - source : docs/bake-reference.md
320320 target : content/manuals/build/bake/reference.md
321+ - source : docs/bake-stdlib.md
322+ target : content/manuals/build/bake/stdlib.md
321323
322324 # Docker CLI
323325 - path : github.com/docker/cli
You can’t perform that action at this time.
0 commit comments