[ISSUE #460] fix(console,runtime):fix spell error in userguide (#484)

* docs(docs): add rocketmq Chinese docs

1. update README.md
2. create 'docs' folder and 'cn' folder
3. create an new README.md in 'cn'

* docs(docs): add rocketmq Chinese docs

1. update README.md
2. create 'docs' folder and 'cn' folder
3. create an new README.md in 'cn'

* docs(docs): add rocketmq Chinese docs

1. update README.md
2. create 'docs' folder and 'cn' folder
3. create an new README.md in 'cn'

* fix(console,runtime):fix spell error in userguide

1. add new features in runtime readme.md
2. fix some spell error in console doc

Close #460
This commit is contained in:
ClementIV
2019-12-13 21:53:07 +08:00
committed by Heng Du
parent 6df49d0b5e
commit ddf5f41435
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# RocketMQ使用文档
## 运维页面
* 你可以修改这个服务使用的navesvr的地址
* 你可以修改这个服务使用的namesrv的地址
* 你可以修改这个服务是否使用VIPChannel(如果你的mq server版本小于3.5.8,请设置不使用)
## 驾驶舱
@@ -31,7 +31,7 @@
* topic配置查看变更当前的配置
* 发送消息(向这个主题发送一个测试消息)
* 重置消费位点(分为在线和不在线两种情况,不过都需要检查重置是否成功)
* 删除主题 会删除掉所有broker以及namesvr上的主题配置和路由信息
* 删除主题 会删除掉所有broker以及namesrv上的主题配置和路由信息)
## 消费者页面
* 展示所有的消费组,可以通过搜索框进行过滤

View File

@@ -1,7 +1,7 @@
# RocketMQ User Guide
## OPS Page
* You can change console's namesvrAddr here
* You can change console's namesrvAddr here
* You can change the value of useVIPChannel here (if you rocketMQ version < 3.5.8,the value of useVIPChannel should be false)
## DashBoard Page
@@ -31,7 +31,7 @@
* TOPIC CONFIGcheck or change the topic's config
* SEND MESSAGEsend a test message
* Reset CONSUMER OFFSET (the consumer online or not online is different,you need check the reset result)
* DELETE will delete the topic on all broker and namesvr
* DELETE will delete the topic on all broker and namesrv
## Consumer Page
* show all the consumers,you can filter consumer by search bar