tao12345666333 commented on code in PR #1247:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1247#discussion_r947720964


##########
docs/en/latest/getting-started.md:
##########
@@ -21,68 +26,109 @@ title: Getting Started
 #
 -->
 
-## What is apisix-ingress-controller
-
-apisix-ingress-controller is yet another Ingress controller for Kubernetes 
using [Apache APISIX](https://apisix.apache.org) as the high performance 
reverse proxy.
-
-It's configured by using the declarative configurations like 
[ApisixRoute](./concepts/apisix_route.md), 
[ApisixUpstream](./concepts/apisix_upstream.md), 
[Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).
-All these resources are watched and converted to corresponding resources in 
Apache APISIX.
-
-Service Discovery are also supported through [Kubernetes 
Service](https://kubernetes.io/docs/concepts/services-networking/service/),
-and will be reflected to nodes in APISIX Upstream.
-
-![scene](../../assets/images/scene.png)
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+APISIX ingress controller is a [Kubernetes ingress 
controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/)
 using [Apache APISIX](https://apisix.apache.org) as the high performance 
reverse proxy.
+
+APISIX ingress controller can be configured using native Kubernetes ingress 
resources as well as a declarative and easy to use custom resources provided by 
APISIX. The APISIX ingress controller converts these resources to APISIX 
configuration.
+
+The examples below show how these differ. Both the examples configure a Route 
in APISIX that routes to an httpbin service as the Upstream.
+
+<Tabs
+groupId="resources"
+defaultValue="apisix"
+values={[
+{label: 'APISIX custom resource', value: 'apisix'},

Review Comment:
   ```suggestion
   {label: 'APISIX Ingress custom resource', value: 'apisix'},
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to