You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by lg...@apache.org on 2020/12/24 06:08:18 UTC

[incubator-dolphinscheduler-website] branch master updated (850fd64 -> 7506c39)

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

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


    from 850fd64  Merge pull request #222 from c-f-cooper/master
     new ef602d7  Add ASF module and community module to add sample pages
     new 10e90a6  fix
     new 7506c39  Merge pull request #223 from break60/master

The 663 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:
 docs/en-us/community/example.md   |   2 +
 docs/zh-cn/community/example.md   |   2 +
 site_config/community.js          |  49 ++++++++++++++++++
 site_config/community.jsx         |  25 +++++++++-
 site_config/site.js               | 102 +++++++++++++++++++++++++++++++++++++-
 src/components/header/index.scss  |   4 ++
 src/pages/community/index.jsx     |  51 ++++++++++---------
 src/pages/documentation/index.jsx |   9 ++--
 8 files changed, 213 insertions(+), 31 deletions(-)
 create mode 100644 docs/en-us/community/example.md
 create mode 100644 docs/zh-cn/community/example.md
 create mode 100644 site_config/community.js