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

peacewong pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git.


    from 679b511  Merge pull request #72 from peacewong/dev
     new 957f878  update how-to-release.md
     new cdcc2ef  move  Development Specification to community
     new 6f29cef  Merge pull request #73 from casionone/dev

The 212 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:
 .../development_specification/_category_.json      |   0
 .../development_specification/api.md               |   2 +-
 .../development_specification/concurrent.md        |  14 +-
 .../development_specification/exception_catch.md   |   6 +-
 .../development_specification/log.md               |   8 +-
 .../development_specification/overview.md          |   0
 .../development_specification/path_usage.md        |   2 +-
 .../programming_specification.md                   |   0
 community/development_specification/unit_test.md   |  12 ++
 community/how-to-release.md                        |  16 +-
 .../development_specification/_category_.json      |   4 -
 .../development_specification/concurrent.md        |  22 --
 .../development_specification/exception_catch.md   |  14 --
 docs/development/linkis_compile_and_package.md     |  26 +--
 .../current.json                                   |   4 +
 .../current}/development_specification/api.md      |   0
 .../development_specification/concurrent.md        |   0
 .../development_specification/exception_catch.md   |   0
 .../current}/development_specification/log.md      |   0
 .../current}/development_specification/overview.md |   0
 .../development_specification/path_usage.md        |   0
 .../programming_specification.md                   |   2 +-
 .../development_specification/unit_test.md         |  14 +-
 .../current/how-to-release.md                      | 238 ++++++++++++++-------
 .../development_specification/path_usage.md        |  13 --
 .../development/development_specification/api.md   |  77 -------
 .../development_specification/concurrent.md        |  13 --
 .../development_specification/exception_catch.md   |  14 --
 .../development_specification/exception_throws.md  |  35 ---
 .../development/development_specification/log.md   |  18 --
 .../development_specification/overview.md          |  16 --
 .../development/linkis_compile_and_package.md      | 103 +++++----
 src/pages/team/config.json                         |  16 +-
 .../development/development_specification/api.md   | 148 -------------
 .../development_specification/exception_throws.md  |  58 -----
 .../development/development_specification/log.md   |  18 --
 .../development_specification/overview.md          |  14 --
 .../development_specification/path_usage.md        |  20 --
 .../development/linkis_compile_and_package.md      | 148 +++++++------
 39 files changed, 348 insertions(+), 747 deletions(-)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/_category_.json (100%)
 rename {docs/development => community}/development_specification/api.md (97%)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/concurrent.md (92%)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/exception_catch.md (96%)
 rename {docs/development => community}/development_specification/log.md (96%)
 rename {docs/development => community}/development_specification/overview.md 
(100%)
 rename {docs/development => community}/development_specification/path_usage.md 
(87%)
 rename {docs/development => 
community}/development_specification/programming_specification.md (100%)
 create mode 100644 community/development_specification/unit_test.md
 delete mode 100644 docs/development/development_specification/_category_.json
 delete mode 100644 docs/development/development_specification/concurrent.md
 delete mode 100644 
docs/development/development_specification/exception_catch.md
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/api.md
 (100%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/concurrent.md
 (100%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/exception_catch.md
 (100%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/log.md
 (100%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/overview.md
 (100%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/version-1.0.2/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/path_usage.md
 (100%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/programming_specification.md
 (90%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/unit_test.md
 (81%)
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/current/development/development_specification/path_usage.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/development/development_specification/api.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/development/development_specification/concurrent.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/development/development_specification/exception_catch.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/development/development_specification/exception_throws.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/development/development_specification/log.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/development/development_specification/overview.md
 delete mode 100644 
versioned_docs/version-1.0.2/development/development_specification/api.md
 delete mode 100644 
versioned_docs/version-1.0.2/development/development_specification/exception_throws.md
 delete mode 100644 
versioned_docs/version-1.0.2/development/development_specification/log.md
 delete mode 100644 
versioned_docs/version-1.0.2/development/development_specification/overview.md
 delete mode 100644 
versioned_docs/version-1.0.2/development/development_specification/path_usage.md

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to