From f49ff54fce7542b3fc694b3fd2b5afdc4f13fc76 Mon Sep 17 00:00:00 2001 From: Mattie Nickson Date: Wed, 4 Jun 2025 18:34:59 +0100 Subject: [PATCH] Update docs field examples to include required options Signed-off-by: Mattie Nickson --- docs/pages/configuration/directives.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/configuration/directives.mdx b/docs/pages/configuration/directives.mdx index 02891a9..9da3812 100644 --- a/docs/pages/configuration/directives.mdx +++ b/docs/pages/configuration/directives.mdx @@ -166,6 +166,7 @@ your-directive: - condition: null command: show ip route {target} field: + description: IP of target validation: '[0-9a-f\.\:]+' ``` @@ -178,6 +179,7 @@ your-directive: - condition: null command: show ip bgp community {target} field: + description: BGP community to show options: - value: "65001:1" description: Provider A Routes