Skip to content

Commit

Permalink
docs/content: Self-close children field
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cianmcgrath committed Oct 18, 2023
1 parent b21028b commit e1bc9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 /%}}

0 comments on commit e1bc9f6

Please sign in to comment.