Skip to content

Commit f9b1429

Browse files
committed
build: bake stdlib functions page
Signed-off-by: CrazyMax <[email protected]>
1 parent 9e6d2e9 commit f9b1429

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/manuals/build/bake/funcs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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}
2021
variable "TAG" {

hugo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)