Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/server-develop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin console

The architecture of microservcice based on Dubbo consists of two main components:
The architecture of microservice based on Dubbo consists of two main components:

- The **`Dubbo Admin`** can configures and monitor the data plane from a global perspective. The Dubbo Admin can be divided into two parts internally: console and control-plane
- Console: Users can view and manage microservices using Console UI.
Expand Down
4 changes: 2 additions & 2 deletions ui-vue3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function globalQuestion() {

> Agreement: if your api's path starts with mock, you will get a mock result

1. Declear api
1. Declare api

```ts

Expand All @@ -105,7 +105,7 @@ function globalQuestion() {



2. Declear mock api
2. Declare mock api

```ts
// define a mock api
Expand Down
Loading