This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new f6b2ecd update sourcecode_hierarchical_structure.md
new d184cb4 Merge pull request #101 from casionone/dev
f6b2ecd is described below
commit f6b2ecd40a669df7622cdd0aff4ee5b15510663e
Author: casionone <[email protected]>
AuthorDate: Tue Jan 11 18:30:52 2022 +0800
update sourcecode_hierarchical_structure.md
---
.../deployment/sourcecode_hierarchical_structure.md | 19 +++++++++++++++++--
.../deployment/sourcecode_hierarchical_structure.md | 21 ++++++++++++++++-----
2 files changed, 33 insertions(+), 7 deletions(-)
diff --git a/docs/deployment/sourcecode_hierarchical_structure.md
b/docs/deployment/sourcecode_hierarchical_structure.md
index 771bc09..9eef4a7 100644
--- a/docs/deployment/sourcecode_hierarchical_structure.md
+++ b/docs/deployment/sourcecode_hierarchical_structure.md
@@ -11,7 +11,7 @@ sidebar_position: 5
|-- assembly-combined-package //Compile the module of the entire project
| |-- assembly-combined
| |-- bin
-| |-- config
+| |-- deploy-config
| |-- src
|-- linkis-commons //Core abstraction, which contains all common modules
| |-- linkis-common //Common module, built-in many common tools
@@ -62,4 +62,19 @@ sidebar_position: 5
| |-- check.sh
| |-- dependencies
|
-|-- web //Management desk code of linkis
\ No newline at end of file
+|-- web //Management desk code of linkis
+|
+|-- scalastyle-config.xml //Scala code format check configuration file
+|-- CONTRIBUTING.md
+|-- CONTRIBUTING_CN.md
+|-- DISCLAIMER-WIP
+|-- LICENSE //LICENSE of the project source code
+|-- LICENSE-binary //LICENSE of binary package
+|-- LICENSE-binary-ui //LICENSE of the front-end compiled package
+|-- NOTICE //NOTICE of project source code
+|-- NOTICE-binary // NOTICE of binary package
+|-- NOTICE-binary-ui // NOTICE of front-end binary package
+|-- licenses-binary The detailed dependent license file of the binary package
+|-- licenses-binary-ui //The license file that the front-end compilation
package depends on in detail
+|-- README.md
+|-- README_CN.md
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/sourcecode_hierarchical_structure.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/sourcecode_hierarchical_structure.md
index 8774cf0..6e77dac 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/sourcecode_hierarchical_structure.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/sourcecode_hierarchical_structure.md
@@ -13,7 +13,7 @@ sidebar_position: 5
|-- assembly-combined-package //编译整个项目的模块
| |-- assembly-combined
| |-- bin
-| |-- config
+| |-- deploy-config
| |-- src
|-- linkis-commons //核心抽象,里面放有所有的公用模块
| |-- linkis-common //通用模块,内置很多通用工具类
@@ -57,13 +57,24 @@ sidebar_position: 5
| |-- linkis-service-discovery
| |-- linkis-service-gateway //网关Gateway
|-- db //数据库信息
-|-- license-doc //license的详细信息
-| |-- license //后台项目的license
-| -- ui-license //linkis管理台的license
|-- tool //工具脚本
| |-- check.sh
| |-- dependencies
|
-|-- web //linkis的管理台代码
+|-- web //linkis的管理台代码
+|-- scalastyle-config.xml //Scala 代码格式检查配置文件
+|-- CONTRIBUTING.md
+|-- CONTRIBUTING_CN.md
+|-- DISCLAIMER-WIP
+|-- LICENSE //项目源码的LICENSE
+|-- LICENSE-binary //二进制包的LICENSE
+|-- LICENSE-binary-ui //前端web编译包的LICENSE
+|-- NOTICE //项目源码的NOTICE
+|-- NOTICE-binary //二进制包的NOTICE
+|-- NOTICE-binary-ui //前端web二进制包的NOTICE
+|-- licenses-binary 二进制包的详细依赖的license文件
+|-- licenses-binary-ui //前端web编译包详细依赖的license文件
+|-- README.md
+|-- README_CN.md
```
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]