doc: polish doc for some format and capitalization letter problem

pull/2828/head
黄sir 2 years ago
parent 21bca52138
commit 4da54f53a3

@ -48,7 +48,7 @@ For the distributed transaction capability, we provide a scenario **where a user
- Deduct the account balance - Deduct the account balance
- Generate order information to return a response - Generate order information to return a response
##### start test ##### Start test
Visit `http://integrated-frontend:30080/order` to experience the corresponding scenario. Visit `http://integrated-frontend:30080/order` to experience the corresponding scenario.
@ -82,7 +82,7 @@ For service fusion limiting and peak and valley cutting in the context of high t
- Sentinel binds specified gateway routes on the gateway side for fusion degradation of services. - Sentinel binds specified gateway routes on the gateway side for fusion degradation of services.
- RocketMQ performs traffic clipping, where the producer sends messages to RocketMQ under high traffic requests, while the consumer pulls and consumes through a configurable consumption rate, reducing the pressure of high traffic direct requests to the database to increase the number of likes requests. - RocketMQ performs traffic clipping, where the producer sends messages to RocketMQ under high traffic requests, while the consumer pulls and consumes through a configurable consumption rate, reducing the pressure of high traffic direct requests to the database to increase the number of likes requests.
#### startup test #### Startup test
- Sentinel Service Meltdown Degradation - Sentinel Service Meltdown Degradation
@ -115,9 +115,9 @@ This example **is just a selection of typical features for each component to ser
Of course, there is more to each component than just what is demonstrated in the best practices, so if you are interested or want to go deeper, feel free to study the individual example documentation for each component. Of course, there is more to each component than just what is demonstrated in the best practices, so if you are interested or want to go deeper, feel free to study the individual example documentation for each component.
- Nacos Examples - Nacos examples
- [nacos-config-example](../../../nacos-example/nacos-config-example/readme.md) - [Nacos config example](../../../nacos-example/nacos-config-example/readme.md)
- [nacos-discovery-example](../../../nacos-example/nacos-discovery-example/readme.md) - [Nacos discovery example](../../../nacos-example/nacos-discovery-example/readme.md)
- [Sentinel-Core-Example](../../../sentinel-example/sentinel-core-example/readme.md) - [Sentinel core example](../../../sentinel-example/sentinel-core-example/readme.md)
- [Seata Examples](../../../seata-example/readme.md) - [Seata example](../../../seata-example/readme.md)
- [RocketMQ Example](../../../rocketmq-example/readme-zh.md) - [RocketMQ example](../../rocketmq-example/readme.md)

@ -99,7 +99,7 @@ sh bin/mqnamesrv
. \bin\mqnamesrv.cmd . \bin\mqnamesrv.cmd
``` ```
#### start Broker #### Start Broker
```sh ```sh
#Linux/Mac environment #Linux/Mac environment
@ -127,7 +127,7 @@ For the distributed transaction capability, we provide the scenario **where a us
- Deduct the account balance - Deduct the account balance
- Generate order information to return a response - Generate order information to return a response
##### start test ##### Start test
Start `integrated_storage`,`integrated_account`,`integrated_order` microservices respectively. Start `integrated_storage`,`integrated_account`,`integrated_order` microservices respectively.
@ -164,7 +164,7 @@ For service fusion limiting and peak and valley cutting in the context of high t
- Sentinel binds specified gateway routes on the gateway side for fusion degradation of services. - Sentinel binds specified gateway routes on the gateway side for fusion degradation of services.
- RocketMQ performs traffic clipping, where the producer sends messages to RocketMQ under high traffic requests, while the consumer pulls and consumes through a configurable consumption rate, reducing the pressure of high traffic direct requests to the database to increase the number of likes requests. - RocketMQ performs traffic clipping, where the producer sends messages to RocketMQ under high traffic requests, while the consumer pulls and consumes through a configurable consumption rate, reducing the pressure of high traffic direct requests to the database to increase the number of likes requests.
#### startup test #### Startup test
Start the `integrated_provider` and `integrated_consumer` modules separately. Start the `integrated_provider` and `integrated_consumer` modules separately.
@ -197,9 +197,9 @@ This example **is just a selection of typical features for each component to ser
If you are interested or want to go deeper, you are welcome to study the individual example documentation for each component. If you are interested or want to go deeper, you are welcome to study the individual example documentation for each component.
- Nacos Examples - Nacos examples
- [nacos-config-example](../../../nacos-example/nacos-config-example/readme.md) - [Nacos config example](../../../nacos-example/nacos-config-example/readme.md)
- [nacos-discovery-example](../../../nacos-example/nacos-discovery-example/readme.md) - [Nacos discovery example](../../../nacos-example/nacos-discovery-example/readme.md)
- [Sentinel-Core-Example](../../../sentinel-example/sentinel-core-example/readme.md) - [Sentinel core example](../../../sentinel-example/sentinel-core-example/readme.md)
- [Seata Examples](../../../seata-example/readme.md) - [Seata example](../../../seata-example/readme.md)
- [RocketMQ Example](../../rocketmq-example/readme.md) - [RocketMQ example](../../rocketmq-example/readme.md)

@ -117,9 +117,9 @@ helm uninstall integrated-example
当然各个组件的功能特性不仅仅只包含最佳实践中演示的这些,如果您感兴趣或是想要深入了解,欢迎学习各个组件的独立 example 相关文档。 当然各个组件的功能特性不仅仅只包含最佳实践中演示的这些,如果您感兴趣或是想要深入了解,欢迎学习各个组件的独立 example 相关文档。
- Nacos Examples - Nacos examples
- [nacos-config-example](../../../nacos-example/nacos-config-example/readme-zh.md) - [Nacos config example](../../../nacos-example/nacos-config-example/readme-zh.md)
- [nacos-discovery-example](../../../nacos-example/nacos-discovery-example/readme-zh.md) - [Nacos discovery example](../../../nacos-example/nacos-discovery-example/readme-zh.md)
- [Sentinel-Core-Example](../../../sentinel-example/sentinel-core-example/readme-zh.md) - [Sentinel core example](../../../sentinel-example/sentinel-core-example/readme-zh.md)
- [Seata Examples](../../../seata-example/readme-zh.md) - [Seata example](../../../seata-example/readme-zh.md)
- [RocketMQ Example](../../../rocketmq-example/readme-zh.md) - [RocketMQ example](../../../rocketmq-example/readme-zh.md)

@ -196,9 +196,9 @@ sh bin/mqbroker
当然各个组件的功能特性不仅仅只包含最佳实践中演示的这些,如果您感兴趣或是想要深入了解,欢迎学习各个组件的独立 example 相关文档。 当然各个组件的功能特性不仅仅只包含最佳实践中演示的这些,如果您感兴趣或是想要深入了解,欢迎学习各个组件的独立 example 相关文档。
- Nacos Examples - Nacos examples
- [nacos-config-example](../../nacos-example/nacos-config-example/readme-zh.md) - [Nacos config example](../../../nacos-example/nacos-config-example/readme-zh.md)
- [nacos-discovery-example](../../nacos-example/nacos-discovery-example/readme-zh.md) - [Nacos discovery example](../../../nacos-example/nacos-discovery-example/readme-zh.md)
- [Sentinel-Core-Example](../../sentinel-example/sentinel-core-example/readme-zh.md) - [Sentinel core example](../../../sentinel-example/sentinel-core-example/readme-zh.md)
- [Seata Examples](../../seata-example/readme-zh.md) - [Seata example](../../../seata-example/readme-zh.md)
- [RocketMQ Example](../../rocketmq-example/readme-zh.md) - [RocketMQ example](../../../rocketmq-example/readme-zh.md)
Loading…
Cancel
Save