You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by af...@apache.org on 2020/08/20 12:10:57 UTC

[rocketmq-site] branch asf-site updated (3e1ec34 -> adad525)

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

affe pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git.


    from 3e1ec34  Fix cmd in quick start guide for Windows (#76)
     new 9f97af9  doc(rocketmq-site) add imaffe to committer list
     new 961a684  doc(commiter) add empty line to separate paragraphs
     new adad525  feat(commiter) add gem markdown dependency

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Gemfile                       |   3 ++-
 _about/01-team.md             |   1 +
 assets/images/about/affe.jpeg | Bin 0 -> 3903 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 assets/images/about/affe.jpeg


[rocketmq-site] 02/03: doc(commiter) add empty line to separate paragraphs

Posted by af...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

affe pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 961a6845c90d4bf01023ec9511c5ca204ba60a98
Author: affe <af...@gmail.com>
AuthorDate: Thu Aug 20 19:19:54 2020 +0800

    doc(commiter) add empty line to separate paragraphs
---
 _about/01-team.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_about/01-team.md b/_about/01-team.md
index 9d85ba3..ef33606 100644
--- a/_about/01-team.md
+++ b/_about/01-team.md
@@ -45,6 +45,7 @@ The following is a list of developers with commit privileges that have directly
 |![chenhoudao](/assets/images/about/chenhoudao.jpeg)|hdchen| [@hdchen](https://github.com/hdchen)|hdchen@apache.org|Committer| +8 |
 |![weiheyin](/assets/images/about/yinweihe.jpeg)|YinWeihe| [@ifplusor](https://github.com/ifplusor)|ifplusor@apache.org|Committer| +8 |
 |![imaffe](/assets/images/about/affe.jpeg)|affe| [@imaffe](https://github.com/imaffe)|affe@apache.org|Committer| +8 |
+
 ### Top Contributors
 
 There are a lot of contributors who improve the RocketMQ project through submission of patches and suggestions to the Members, top contributors to be added.


[rocketmq-site] 01/03: doc(rocketmq-site) add imaffe to committer list

Posted by af...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

affe pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 9f97af9d33cd4a15bf0df1bda431d564746d1c9f
Author: affe <af...@gmail.com>
AuthorDate: Tue Aug 18 15:41:29 2020 +0800

    doc(rocketmq-site) add imaffe to committer list
---
 _about/01-team.md             |   2 +-
 assets/images/about/affe.jpeg | Bin 0 -> 3903 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/_about/01-team.md b/_about/01-team.md
index 3378f3f..9d85ba3 100644
--- a/_about/01-team.md
+++ b/_about/01-team.md
@@ -44,7 +44,7 @@ The following is a list of developers with commit privileges that have directly
 |![liwei](/assets/images/about/liwei.jpeg)|Li Wei| [@francisoliverlee](https://github.com/francisoliverlee)|tigerlee@apache.org|Committer| +8 |
 |![chenhoudao](/assets/images/about/chenhoudao.jpeg)|hdchen| [@hdchen](https://github.com/hdchen)|hdchen@apache.org|Committer| +8 |
 |![weiheyin](/assets/images/about/yinweihe.jpeg)|YinWeihe| [@ifplusor](https://github.com/ifplusor)|ifplusor@apache.org|Committer| +8 |
-
+|![imaffe](/assets/images/about/affe.jpeg)|affe| [@imaffe](https://github.com/imaffe)|affe@apache.org|Committer| +8 |
 ### Top Contributors
 
 There are a lot of contributors who improve the RocketMQ project through submission of patches and suggestions to the Members, top contributors to be added.
diff --git a/assets/images/about/affe.jpeg b/assets/images/about/affe.jpeg
new file mode 100644
index 0000000..ed8a72a
Binary files /dev/null and b/assets/images/about/affe.jpeg differ


[rocketmq-site] 03/03: feat(commiter) add gem markdown dependency

Posted by af...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

affe pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit adad5258424d194e591fe0a172badf98e1df1221
Author: affe <af...@gmail.com>
AuthorDate: Thu Aug 20 20:02:13 2020 +0800

    feat(commiter) add gem markdown dependency
---
 Gemfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 1291498..6b1c280 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,3 @@
 source "https://rubygems.org"
-gemspec
\ No newline at end of file
+gemspec
+gem "kramdown-parser-gfm"