This is an automated email from the ASF dual-hosted git repository.

traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 68c072ea docs: update plugin metadata APISIX CRD example (#2687)
68c072ea is described below

commit 68c072ea3825b6177abc5ecf506e2844a6acf4cc
Author: Traky Deng <[email protected]>
AuthorDate: Tue Dec 23 15:48:00 2025 +0800

    docs: update plugin metadata APISIX CRD example (#2687)
---
 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:

Reply via email to