From e1bc9f61b282b9c09c8b1ac4fd523e8f5efc355e Mon Sep 17 00:00:00 2001 From: Cian McGrath Date: Thu, 12 Oct 2023 10:19:13 +0100 Subject: [PATCH] docs/content: Self-close children field Currently docs pipeline is failing due to a failed to extract shortcode error as the shortcode "children" must be closed or self-closed. Add self-closing to the docs field Change-Id: Iea7b61a0a4dc19a930d761e19fc321f2953b46a0 --- docs/content/clients/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/clients/_index.md b/docs/content/clients/_index.md index c99f003e..e5046276 100644 --- a/docs/content/clients/_index.md +++ b/docs/content/clients/_index.md @@ -8,4 +8,4 @@ Clients are generated from the base `.proto` files shipped in this repository us While Arista maintains clients for some languages, creating a client for your language of choice is also possible. -{{% children %}} +{{% children /%}}