You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/07/06 07:48:38 UTC

[incubator-eventmesh] branch master updated (d68ddf35 -> 9d551626)

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

mikexue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


    from d68ddf35 Merge pull request #976 from ruanwenjun/dev_wenjun_useApacheRelease
     new 4aaf8c0c Update some docs
     new cf8e65f4 Update some docs
     new 6944d038 Merge remote-tracking branch 'upstream/master' into fix-patch-kirinzhu
     new 84d63ec3 Merge remote-tracking branch 'upstream/master' into fix-patch-kirinzhu
     new 9d551626 Merge pull request #962 from kirinzhu/fix-patch-kirinzhu

The 1091 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:
 .../{03-store.md => 01-store-with-docker.md}       |   0
 docs/en/installation/{03-store.md => 01-store.md}  |   0
 .../installation/{01-runtime.md => 02-runtime.md}  |   4 +-
 .../installation/03-demo.md}                       | 108 ++++++++++++++++++
 docs/en/introduction.md                            |   2 +-
 docs/en/sdk-java/{01-introduction.md => intro.md}  |   0
 docs/{en => zh}/contribute/01-release.md           |   0
 docs/{en => zh}/contribute/02-write-unit-test.md   |   0
 .../contribute/03-new-contributor-guidelines.md    |   0
 docs/{en => zh}/contribute/_category_.json         |   0
 .../02-runtime-protocol.md}                        |   0
 .../{features/spi.md => desing-document/08-spi.md} |   1 -
 .../_category_.json                                |   0
 .../eventmesh-unit-test-rule.md                    |   0
 docs/zh/{features => desing-document}/https.md     |   0
 docs/zh/features/_category_.json                   |   4 -
 .../eclipse.md => installation/00-eclipse.md}      |   2 +-
 docs/zh/installation/01-store-with-docker.md       |  42 +++++++
 docs/zh/installation/01-store.md                   |  51 +++++++++
 .../02-runtime-with-docker.md}                     |  76 ++++--------
 .../02-runtime.md}                                 | 104 +----------------
 .../03-demo.md}                                    | 127 +++++++++++++++++++--
 .../{instructions => installation}/_category_.json |   0
 docs/zh/instructions/eventmesh-store-quickstart.md |  53 ---------
 docs/zh/instructions/quickstart.md                 |  29 -----
 docs/zh/{intro.md => introduction.md}              |  50 ++------
 .../01-prometheus.md}                              |   0
 .../02-zipkin.md}                                  |   0
 docs/{en => zh}/metrics-tracing/_category_.json    |   0
 docs/{en => zh}/roadmap.md                         |   4 +-
 .../sdk-java/{01-introduction.md => 01-intro.md}   |   0
 31 files changed, 359 insertions(+), 298 deletions(-)
 copy docs/en/installation/{03-store.md => 01-store-with-docker.md} (100%)
 rename docs/en/installation/{03-store.md => 01-store.md} (100%)
 rename docs/en/installation/{01-runtime.md => 02-runtime.md} (93%)
 copy docs/{zh/instructions/eventmesh-sdk-java-quickstart.md => en/installation/03-demo.md} (64%)
 rename docs/en/sdk-java/{01-introduction.md => intro.md} (100%)
 copy docs/{en => zh}/contribute/01-release.md (100%)
 copy docs/{en => zh}/contribute/02-write-unit-test.md (100%)
 copy docs/{en => zh}/contribute/03-new-contributor-guidelines.md (100%)
 copy docs/{en => zh}/contribute/_category_.json (100%)
 rename docs/zh/{instructions/eventmesh-runtime-protocol.md => desing-document/02-runtime-protocol.md} (100%)
 rename docs/zh/{features/spi.md => desing-document/08-spi.md} (99%)
 rename docs/zh/{documentation => desing-document}/_category_.json (100%)
 rename docs/zh/{instructions => desing-document}/eventmesh-unit-test-rule.md (100%)
 rename docs/zh/{features => desing-document}/https.md (100%)
 delete mode 100644 docs/zh/features/_category_.json
 rename docs/zh/{instructions/eclipse.md => installation/00-eclipse.md} (87%)
 create mode 100644 docs/zh/installation/01-store-with-docker.md
 create mode 100644 docs/zh/installation/01-store.md
 rename docs/zh/{instructions/eventmesh-runtime-quickstart-with-docker.md => installation/02-runtime-with-docker.md} (57%)
 rename docs/zh/{instructions/eventmesh-runtime-quickstart.md => installation/02-runtime.md} (71%)
 rename docs/zh/{instructions/eventmesh-sdk-java-quickstart.md => installation/03-demo.md} (54%)
 rename docs/zh/{instructions => installation}/_category_.json (100%)
 delete mode 100644 docs/zh/instructions/eventmesh-store-quickstart.md
 delete mode 100644 docs/zh/instructions/quickstart.md
 rename docs/zh/{intro.md => introduction.md} (52%)
 rename docs/zh/{instructions/eventmesh-metrics-Prometheus-instruction.md => metrics-tracing/01-prometheus.md} (100%)
 rename docs/zh/{instructions/eventmesh-trace-Zipkin-instruction.md => metrics-tracing/02-zipkin.md} (100%)
 copy docs/{en => zh}/metrics-tracing/_category_.json (100%)
 copy docs/{en => zh}/roadmap.md (83%)
 rename docs/zh/sdk-java/{01-introduction.md => 01-intro.md} (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org