mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Versioned docs: replacing docs links with relative variants (#1537)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com> Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ Hello, Valentina!
|
||||
Hello, Valentina!
|
||||
```
|
||||
|
||||
The formatting verb `%#v` accepts a value of any type and presents it using JSON encoding, similar to jsonencode. This can be useful for describing the values given to a module in [custom condition check](/docs/language/expressions/custom-conditions#error-messages) error messages.
|
||||
The formatting verb `%#v` accepts a value of any type and presents it using JSON encoding, similar to jsonencode. This can be useful for describing the values given to a module in [custom condition check](../../language/expressions/custom-conditions.mdx#error-messages) error messages.
|
||||
|
||||
```
|
||||
> format("%#v", "hello")
|
||||
@@ -141,7 +141,7 @@ Use the following symbols immediately after the `%` symbol to set additional for
|
||||
|
||||
## Related Functions
|
||||
|
||||
* [`formatdate`](/docs/language/functions/formatdate) is a specialized formatting function for
|
||||
* [`formatdate`](../../language/functions/formatdate.mdx) is a specialized formatting function for
|
||||
human-readable timestamps.
|
||||
* [`formatlist`](/docs/language/functions/formatlist) uses the same specification syntax to
|
||||
* [`formatlist`](../../language/functions/formatlist.mdx) uses the same specification syntax to
|
||||
produce a list of strings.
|
||||
|
||||
Reference in New Issue
Block a user