You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/kitex/Getting started/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ description: "This document covers the preparation of the development environmen
11
11
12
12
The Quick Start section is primarily aimed at developers who are new to Kitex. This section does not cover complex service governance topics but aims to provide users with a basic understanding and quick usage of Kitex's RPC functionality. You can find more information in the [Tutorials](/docs/kitex/tutorials/).
13
13
14
-
If you are a beginner, it is recommended to follow the order of **Prerequisites** -> **Basic Examples** -> **Advanced Tutorials** to complete the Quick Start section. If you already have some development experience, you can directly read the **Advanced Tutorials** and start your Kitex journey after completing all the sections.
14
+
If you are a beginner, it is recommended to follow the order of **Pre-knowledge** -> **Prerequisite** -> **Basic Examples** -> **Advanced Tutorials** to complete the Quick Start section. If you already have some development experience, you can directly read the **Advanced Tutorials** and start your Kitex journey after completing all the sections.
15
15
16
16
## What You Will Learn
17
17
18
-
Through the **Prerequisites**and **Basic Examples** sections, you will gain a preliminary understanding of RPC concepts and use Kitex to quickly start our sample code, launching an RPC service and making calls.
18
+
Through the **Pre-knowledge**, **Prerequisite**, and **Basic Examples** sections, you will gain a preliminary understanding of RPC concepts, complete the development environment setup, and use Kitex to quickly start our sample code, launching an RPC service and making calls.
19
19
20
20
In the **Advanced Tutorials** section, you will learn how to build RPC servers and clients from scratch using Kitex, and perform client-to-server calls.
0 commit comments