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

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


    from 6b5e840  Merge pull request #64 from apache/dev
     add b035b65  update release docs
     add 70ff507  update some pictures in ContextService module
     add 92887da  Merge pull request #66 from Alexkun/dev
     add 87f5842  Merge remote-tracking branch 'origin/dev' into dev
     add 8b42b5c  Merge pull request #69 from casionone/dev
     add a0b70d7  fix typo
     add c1b142c  Merge pull request #71 from legendtkl/dev
     add 0bd15fe  update development specification
     add 19fc24c  update development specification
     add 679b511  Merge pull request #72 from peacewong/dev
     add 957f878  update how-to-release.md
     add cdcc2ef  move  Development Specification to community
     add 240b6b8  udpate how-to-release.md
     add 6f29cef  Merge pull request #73 from casionone/dev
     add 18a4d3e  Merge remote-tracking branch 'origin/dev' into dev
     add c00f5af  Merge pull request #74 from casionone/dev
     add 75e8b2a  add version and new feature specification doc
     add ee9b8b0  fix: update index page's layout
     add 5bc32ac  upd: show announcement
     add 5b4d9e0  upd: add throttle when scoll index page
     add 655d450  Merge pull request #76 from lucaszhu2zgf/dev
     add 361568c  fix typo
     add 862cbd8  Merge pull request #77 from legendtkl/dev
     add e18eade  Merge branch 'apache:dev' into dev
     add 377cadc  Merge pull request #78 from peacewong/dev
     add 48a3391  adjust development specification docs
     add 5617865  Merge remote-tracking branch 'origin/dev' into dev
     add 3a398f9  update how-to-release.md
     add 77f7428  Merge pull request #79 from casionone/dev
     new f6d0354  Merge pull request #81 from apache/dev

The 1 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               |   4 +-
 .../development_specification/concurrent.md        |  16 +-
 .../development_specification/exception_catch.md   |   8 +-
 .../development_specification/log.md               |  10 +-
 .../development_specification/overview.md          |   8 +-
 .../development_specification/path_usage.md        |   4 +-
 .../programming_specification.md                   |  21 +
 community/development_specification/unit_test.md   |  12 +
 .../version_feature_specifications.md              |  25 ++
 community/how-to-release.md                        | 461 +++++++++++----------
 community/how-to-verify.md                         |   2 +-
 docs/architecture/commons/message_scheduler.md     |   2 +-
 docs/architecture/commons/rpc.md                   |   2 +-
 .../engine/engine_conn.md                          |   4 +-
 .../architecture/difference_between_1.0_and_0.x.md |   6 +-
 ...submission_preparation_and_execution_process.md |   6 +-
 docs/architecture/overview.md                      |   8 +-
 .../development_specification/_category_.json      |   4 -
 .../development_specification/concurrent.md        |  22 -
 .../development_specification/exception_catch.md   |  14 -
 .../development_specification/exception_throws.md  |  58 ---
 .../development_specification/overview.md          |  14 -
 .../development_specification/path_usage.md        |  20 -
 docs/development/linkis_compile_and_package.md     |  26 +-
 docusaurus.config.js                               |  11 +-
 download/main.md                                   |   2 +-
 download/release-1.0.2.md                          |   5 +-
 .../current.json                                   |   4 +
 .../current}/development_specification/api.md      |   2 +-
 .../development_specification/concurrent.md        |   2 +-
 .../development_specification/exception_catch.md   |  87 ++++
 .../current}/development_specification/log.md      |  13 +-
 .../current}/development_specification/overview.md |   8 +-
 .../development_specification/path_usage.md        |   0
 .../programming_specification.md                   |  21 +
 .../current/development_specification/unit_test.md |  12 +
 .../version_feature_specifications.md              |  26 ++
 .../current/how-to-release.md                      | 334 ++++++++++-----
 .../current/how-to-subscribe.md                    |  20 +-
 .../current/main.md                                |   2 +-
 .../current/release-1.0.2.md                       |   4 +-
 .../development_specification/exception_catch.md   |  14 -
 .../development_specification/exception_throws.md  |  35 --
 .../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 +++--
 package.json                                       |   1 +
 src/css/custom.css                                 |   5 -
 src/pages/home/index.less                          |   2 +-
 src/pages/index.jsx                                |  25 +-
 src/pages/team/config.json                         |  34 +-
 .../linkis-contextservice-cache-03.png             | Bin 111797 -> 105476 bytes
 .../linkis-contextservice-client-02.png            | Bin 85824 -> 83502 bytes
 .../linkis-contextservice-persistence-01.png       | Bin 203842 -> 204320 bytes
 .../linkis-contextservice-service-02.png           | Bin 75760 -> 75429 bytes
 .../development/development_specification/api.md   | 148 -------
 .../development_specification/exception_throws.md  |  58 ---
 .../development/development_specification/log.md   |  18 -
 .../development/linkis_compile_and_package.md      | 148 ++++---
 65 files changed, 943 insertions(+), 1144 deletions(-)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/_category_.json (100%)
 rename {docs/development => community}/development_specification/api.md (96%)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/concurrent.md (89%)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/exception_catch.md (94%)
 rename {docs/development => community}/development_specification/log.md (95%)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/overview.md (75%)
 rename {versioned_docs/version-1.0.2/development => 
community}/development_specification/path_usage.md (82%)
 create mode 100644 
community/development_specification/programming_specification.md
 create mode 100644 community/development_specification/unit_test.md
 create mode 100644 
community/development_specification/version_feature_specifications.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
 delete mode 100644 
docs/development/development_specification/exception_throws.md
 delete mode 100644 docs/development/development_specification/overview.md
 delete mode 100644 docs/development/development_specification/path_usage.md
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/api.md
 (99%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/concurrent.md
 (96%)
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/development_specification/exception_catch.md
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/log.md
 (71%)
 rename i18n/zh-CN/{docusaurus-plugin-content-docs/current/development => 
docusaurus-plugin-content-docs-community/current}/development_specification/overview.md
 (71%)
 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%)
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/development_specification/programming_specification.md
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/development_specification/unit_test.md
 create mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/development_specification/version_feature_specifications.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/current/development/development_specification/exception_catch.md
 delete mode 100644 
i18n/zh-CN/docusaurus-plugin-content-docs/current/development/development_specification/exception_throws.md
 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

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

Reply via email to