This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch docs-pluginmetadata in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 857a1a639813212b98ece9091680a4ee144c6518 Author: traky <[email protected]> AuthorDate: Mon Dec 22 15:02:07 2025 +0800 update plugin metadata example --- docs/en/latest/reference/example.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/en/latest/reference/example.md b/docs/en/latest/reference/example.md index 89deaf72..8c219f8c 100644 --- a/docs/en/latest/reference/example.md +++ b/docs/en/latest/reference/example.md @@ -916,6 +916,18 @@ values={[ <TabItem value="gateway"> +<!-- leave this section empty --> + +</TabItem> + +<TabItem value="apisix-crd"> + +<!-- leave this section empty --> + +</TabItem> + +</Tabs> + ```yaml apiVersion: apisix.apache.org/v1alpha1 kind: GatewayProxy @@ -952,16 +964,6 @@ spec: } ``` -</TabItem> - -<TabItem value="apisix-crd"> - -Not currently supported. - -</TabItem> - -</Tabs> - ## Configure Plugin Config To create a plugin config and reference it in a route:
