From 6d5c3c56ffdbdba420ea207a902404afe3ec7de3 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 16 Mar 2022 16:30:51 +0200 Subject: [PATCH] chore: Add docs todo note. --- packages/docs/concepts/operators.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/docs/concepts/operators.yaml b/packages/docs/concepts/operators.yaml index 2b2bbc455..b297d0df8 100644 --- a/packages/docs/concepts/operators.yaml +++ b/packages/docs/concepts/operators.yaml @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# TODO: Add docs for build time operators + _ref: path: templates/general.yaml.njk vars: @@ -32,7 +34,7 @@ _ref: ## Client or server operators - Some operators are only available on either the client or the server. For example, the [`_menu`](/_menu) operator is only useful on the client and is thus not included in server requests. Likewise, the [`_secret`](/_secret) operator is only available on the server for security reasons. + Some operators are only available on either the client or the server. For example, the [`_menu`](/_menu) operator is only useful on the client and is thus not included in server requests. Likewise, the [`_secret`](/_secret) operator is only available on the server for security reasons. If a operator has special environment considerations, it is indicated on the individual operator documentation page. If no indication is made, the operator can be used under both environments. @@ -50,7 +52,7 @@ _ref: - [_secret](/_secret) - [_uuid](/_uuid) - Operators that are client side only cannot be used in `Requests` and `Connections`, and operators which are server side only cannot be used in `Blocks` and `Actions`. + Operators that are client side only cannot be used in `Requests` and `Connections`, and operators which are server side only cannot be used in `Blocks` and `Actions`. ## Build time operators