You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/03/06 11:18:36 UTC

[rocketmq] branch develop updated: [RIP-9] Modify the article layout format (#1033)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9cf0979  [RIP-9] Modify the article layout format (#1033)
9cf0979 is described below

commit 9cf0979761ecd3ebd0fc2163b2be4906c3f953b4
Author: androidvov <zh...@163.com>
AuthorDate: Wed Mar 6 19:18:31 2019 +0800

    [RIP-9] Modify the article layout format (#1033)
    
    * Modify the article layout format
    
    * Update Design_Store.md
---
 docs/en/Design_Store.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/en/Design_Store.md b/docs/en/Design_Store.md
index 6cd8540..b995fca 100644
--- a/docs/en/Design_Store.md
+++ b/docs/en/Design_Store.md
@@ -3,7 +3,10 @@
 
 ![](images/rocketmq_storage_arch.png)
 
-Message storage is the most complicated and important part of RocketMQ. This section will describe the three aspects of RocketMQ: message storage architecture, PageCache and memory mapping, and RocketMQ's two different disk flushing methods.
+Message storage is the most complicated and important part of RocketMQ. This section will describe the three aspects of RocketMQ:
+* Message storage architecture
+* PageCache and memory mapping
+* RocketMQ's two different disk flushing methods.
 
 ## 1 Message Storage Architecture