Skip to content

Commit a9e7dd0

Browse files
committed
update/fix docs
1 parent aae6e81 commit a9e7dd0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

website/cue/reference/remap/concepts/function.cue

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ remap: concepts: function: {
1818
This feature of VRL programs, which we call [fail safety](\(urls.vrl_fail_safety)),
1919
is a defining characteristic of VRL and a primary source of its safety guarantees.
2020
"""
21+
},
22+
deprecation: {
23+
title: "Deprecation"
24+
description: """
25+
VRL functions can be marked as "deprecated". When a function
26+
is deprecated, a warning will be shown at runtime.
27+
28+
Suggestions on how to update the VRL program can usually be found in the actual warning and the function documentation.
29+
"""
2130
}
2231
}
2332
}

website/cue/reference/remap/expressions/function_call.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ remap: expressions: function_call: {
133133
worry about missing any potential runtime
134134
failures.
135135
"""
136-
}
137-
fallibility: {
136+
},
137+
deprecation: {
138138
title: "Deprecation"
139139
description: """
140140
VRL functions can be marked as "deprecated". When a function

0 commit comments

Comments
 (0)