This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch v2.0.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 7b5f850c86b5c7ea45b03d37d35ab3fa8c94295b Author: Traky Deng <[email protected]> AuthorDate: Tue Dec 23 15:48:00 2025 +0800 docs: update plugin metadata APISIX CRD example (#2687) (cherry picked from commit 68c072ea3825b6177abc5ecf506e2844a6acf4cc) --- 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:
