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

casion 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 f6c217bbca fix  bad link (#629)
f6c217bbca is described below

commit f6c217bbca2a2f0d3e1731dc5a594c289239dcab
Author: binbincheng <[email protected]>
AuthorDate: Sun Dec 18 22:27:47 2022 +0800

    fix  bad link (#629)
    
    * Add index description
---
 docs/about/introduction.md                         |   5 +-
 docs/api/linkis-task-operator.md                   |   2 +-
 docs/api/login-api.md                              |   2 +-
 docs/architecture/overview.md                      |   9 +-
 docs/deployment/deploy-quick.md                    |   3 +-
 docs/deployment/directory-linkis.md                | 292 ++++++++++++++++++++
 docs/tuning-and-troubleshooting/overview.md        |   2 +-
 docs/upgrade/upgrade-from-0.X-to-1.0-guide.md      |   6 +-
 docs/user-guide/console-manual.md                  | 105 ++++++++
 .../current/about/introduction.md                  |   1 -
 .../current/api/linkis-task-operator.md            |   2 +-
 .../current/api/login-api.md                       |   2 +-
 .../linkis-manager/{Overview.md => overview.md}    |   0
 .../current/architecture/overview.md               |   8 +-
 .../current/deployment/deploy-quick.md             |   3 +-
 .../current/deployment/directory-linkis.md         | 297 +++++++++++++++++++++
 .../current/tuning-and-troubleshooting/overview.md |   4 +-
 .../upgrade/upgrade-from-0.X-to-1.0-guide.md       |   6 +-
 .../current/user-guide/console-manual.md           | 198 ++++++++++++++
 .../version-0.11.0/api/login-api.md                |   2 +-
 .../version-0.11.0/api/rest-api.md                 |   2 +-
 .../version-0.11.0/api/web-socket.md               |   2 +-
 .../version-1.0.2/api/linkis-task-operator.md      |   2 +-
 .../version-1.0.2/api/login-api.md                 |   2 +-
 .../version-1.0.3/api/linkis-task-operator.md      |   2 +-
 .../version-1.0.3/api/login-api.md                 |   2 +-
 .../version-1.1.0/api/linkis-task-operator.md      |   2 +-
 .../version-1.1.0/api/login-api.md                 |   2 +-
 .../version-1.1.1/api/linkis-task-operator.md      |   2 +-
 .../version-1.1.1/api/login-api.md                 |   2 +-
 .../version-1.1.2/api/linkis-task-operator.md      |   2 +-
 .../version-1.1.2/api/login-api.md                 |   2 +-
 .../version-1.1.3/api/linkis-task-operator.md      |   2 +-
 .../version-1.1.3/api/login-api.md                 |   2 +-
 .../version-1.2.0/api/linkis-task-operator.md      |   2 +-
 .../version-1.2.0/api/login-api.md                 |   2 +-
 .../version-1.3.0/api/linkis-task-operator.md      |   2 +-
 .../version-1.3.0/api/login-api.md                 |   2 +-
 .../version-1.3.0/deployment/directory-linkis.md   | 297 +++++++++++++++++++++
 .../tuning-and-troubleshooting/overview.md         |   4 +-
 src/pages/versions/config.json                     |   4 +-
 versioned_docs/version-0.11.0/api/login-api.md     |   2 +-
 versioned_docs/version-0.11.0/api/rest-api.md      |   2 +-
 versioned_docs/version-0.11.0/api/web-socket.md    |   2 +-
 .../version-1.0.2/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.0.2/api/login-api.md      |   2 +-
 .../version-1.0.3/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.0.3/api/login-api.md      |   2 +-
 .../version-1.1.0/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.1.0/api/login-api.md      |   2 +-
 .../version-1.1.1/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.1.1/api/login-api.md      |   2 +-
 .../version-1.1.2/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.1.2/api/login-api.md      |   2 +-
 .../version-1.1.3/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.1.3/api/login-api.md      |   2 +-
 .../version-1.2.0/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.2.0/api/login-api.md      |   2 +-
 .../version-1.3.0/api/linkis-task-operator.md      |   2 +-
 versioned_docs/version-1.3.0/api/login-api.md      |   2 +-
 .../version-1.3.0/deployment/directory-linkis.md   | 292 ++++++++++++++++++++
 .../tuning-and-troubleshooting/overview.md         |   2 +-
 62 files changed, 1550 insertions(+), 72 deletions(-)

diff --git a/docs/about/introduction.md b/docs/about/introduction.md
index 9654a72f8b..57ec2fe945 100644
--- a/docs/about/introduction.md
+++ b/docs/about/introduction.md
@@ -54,8 +54,9 @@ Please follow [Compile Guide](../development/build.md) to 
compile Linkis from so
 Please refer to [Deployment_Documents](../deployment/deploy-quick.md) to do 
the deployment. 
 
 ## Examples and Guidance
-You can find examples and guidance for how to use and manage Linkis in 
[User_Manual](../user-guide/overview.md), 
[engine-usage_Documents](../engine-usage/overview.md) and 
[API_Documents](../api/overview.md).
-
+- [Engine Usage Guidelines](../engine-usage/overview.md)
+- [API Documentation](../api/overview.md)
+- 
 ## Documentation
 
 The documentation of linkis is in 
[Linkis-WebSite](https://github.com/apache/incubator-linkis-website)
diff --git a/docs/api/linkis-task-operator.md b/docs/api/linkis-task-operator.md
index 1ce7cbd859..8154e062a1 100644
--- a/docs/api/linkis-task-operator.md
+++ b/docs/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 3
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/development/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](../development/development-specification/api.md)
 
 ### 1. Submit task
 
diff --git a/docs/api/login-api.md b/docs/api/login-api.md
index 6f97add621..b44d9ae3cb 100644
--- a/docs/api/login-api.md
+++ b/docs/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](../development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md
index 86c04a799c..8bc8eefde5 100644
--- a/docs/architecture/overview.md
+++ b/docs/architecture/overview.md
@@ -15,7 +15,8 @@ The specific responsibilities of each category are as follows:
 
 The following is a directory listing of Linkis1.0 architecture documents:
 
-1. The characteristics of Linkis1.0's architecture , please read [The 
difference between Linkis1.0 and Linkis0.x](difference-between-1.0-and-0.x.md).
-2. Linkis 1.0 public enhancement service related documents, please read 
[Public Enhancement Service](public-enhancement-services/overview.md).
-3. Linkis 1.0 microservice governance related documents, please read 
[Microservice Governance](microservice-governance-services/overview.md).
-4. Linkis 1.0 computing governance service related documents, please read 
[Computation Governance Service](computation-governance-services/overview.md).
\ No newline at end of file
+1. For documents related to Linkis 1.0 public enhancement services, please 
read [Public Enhancement 
Services](feature/public-enhancement-services/overview.md).
+
+2. For documents related to Linkis1.0 microservice governance, please read 
[Microservice Governance](service-architecture/overview.md).
+
+3. For related documentation on computing governance services provided by 
Linkis1.0, please read [Computation Governance 
Services](feature/computation-governance-services/overview.md).
\ No newline at end of file
diff --git a/docs/deployment/deploy-quick.md b/docs/deployment/deploy-quick.md
index 7a476aeb9f..bac7f9a9af 100644
--- a/docs/deployment/deploy-quick.md
+++ b/docs/deployment/deploy-quick.md
@@ -389,7 +389,6 @@ wds.linkis.admin.user= #User
 wds.linkis.admin.password= #Password
 
 ````
-Refer to the [User Manual](../user-guide/console-manual.md) for the usage 
guide of the console
 
 ## 5. Verify basic functionality
 >Verify the corresponding engine tasks according to actual needs
@@ -413,7 +412,7 @@ If the verification fails, please refer to [Step 8] for 
troubleshooting
 ## 6 Installation of development tool IDE (Scriptis) (optional)
 >After installing the Scripti tool, it can support writing SQL, Pyspark, 
 >HiveQL and other scripts online on the web page
 
-For detailed instructions, see [Installation and Deployment of Tool 
Scriptis](./install-scriptis)
+For detailed instructions, see [Installation and Deployment of Tool 
Scriptis](integrated/install-scriptis)
 
 ## 7. Supported Engines
 
diff --git a/docs/deployment/directory-linkis.md 
b/docs/deployment/directory-linkis.md
new file mode 100644
index 0000000000..38adfa7f1a
--- /dev/null
+++ b/docs/deployment/directory-linkis.md
@@ -0,0 +1,292 @@
+---
+title: linkis directory structure
+Sidebar position: 7
+---
+
+> linkis code hierarchy structure, as well as package structure and deployment 
directory structure description description, if you explain, if you want to 
explain, if you want to know more about each module module module module
+## 1. Source code directory structure
+
+```html
+├── docs
+│ ├── configuration //linkis configuration item documents for all modules
+│ ├── errorcode // error code document of all modules of linkis
+│ ├── configuration-change-records.md
+│ ├── index.md
+│ ├── info-1.1.3.md
+│ ├── info-1.2.1.md
+│ ├── info-1.3.1.md
+│ └── trino-usage.md
+├── linkis-commons //Core abstraction, which contains all common modules
+│ ├── linkis-common //Common module, many built-in common tools
+│ ├── linkis-hadoop-common
+│ ├── linkis-httpclient //Java SDK top-level interface further encapsulates 
httpclient
+│ ├── linkis-module // The top-level public module of linkis service involves 
parameters and service initialization when the service starts, unified Restful 
processing, login status verification, etc.
+│ ├── linkis-mybatis //Mybatis module of SpringCloud
+│ ├── linkis-protocol //Some interfaces and entity classes of service 
request/response
+│ ├── linkis-rpc //RPC module, complex two-way communication based on Feign
+│ ├── linkis-scheduler //General scheduling module
+│ ├── linkis-storage //File operation tool set
+├── linkis-computation-governance //Computation governance service
+│ ├── linkis-client //Java SDK, users can directly access Linkis through Client
+│ ├── linkis-computation-governance-common
+│ ├── linkis-engineconn
+│ ├── linkis-engineconn-manager
+│ ├── linkis-entrance //General underlying entrance module
+│ ├── linkis-jdbc-driver //You can use linkis to connect in a similar way to 
jdbc sdk
+│ ├── linkis-manager
+├── linkis-dist //The final step of compiling and packaging, integrating all 
lib packages and installation and deployment script configuration, etc.
+│ ├── bin
+│ │ ├── checkEnv.sh
+│ │ ├── common.sh
+│ │ └── install.sh //Installation script
+│ ├── deploy-config
+│ │ ├── db.sh //database configuration
+│ │ └── linkis-env.sh //linkis startup related configuration
+│ ├── docker
+│ │ └── scripts
+│ ├── helm
+│ │ ├── charts
+│ │ ├── scripts
+│ │ ├── README_CN.md
+│ │ └── README.md
+│ ├── package
+│ │ ├── bin
+│ │ ├── conf
+│ │ ├── db
+│ │ └── sbin
+│ ├── release-docs
+│ │ ├── licenses
+│ │ ├── LICENSE
+│ │ └── NOTICE
+│ ├── src
+│ └── pom.xml
+├── linkis-engineconn-plugins // engine
+│ ├── elasticsearch
+│ ├── flink
+│ ├──hive
+│ ├── io_file
+│ ├── jdbc
+│ ├── open look
+│ ├── pipeline
+│ ├── presto
+│ ├── python
+│ ├── seat tunnel
+│ ├── shell
+│ ├── spark
+│ ├── sqoop
+├── linkis-extensions // extension function enhancement plug-in module
+│ ├── linkis-io-file-client // function extension to linkis-storage
+├── linkis-orchestrator //Service orchestration
+│ ├── linkis-code-orchestrator
+│ ├── linkis-computation-orchestrator
+│ ├── linkis-orchestrator-core
+├── linkis-public-enhancements //public enhancement services
+│ ├── linkis-baseddata-manager
+│ ├── linkis-bml // material library
+│ ├── linkis-configuration
+│ ├── linkis-context-service //unified context
+│ ├── linkis-datasource //data source service
+│ ├── linkis-error-code
+│ ├── linkis-instance-label
+│ ├── linkis-jobhistory
+│ ├── linkis-ps-common-lock
+│ ├── linkis-script-dev
+│ ├── linkis-udf
+│ ├── linkis-variable
+├── linkis-spring-cloud-services //Microservice Governance
+│ ├── linkis-service-discovery
+│ ├── linkis-service-gateway //Gateway Gateway
+├── linkis-web //linkis management console code
+│ ├── release-docs
+│ │ ├── licenses
+│ │ └── LICENSE
+│ ├── src
+│ ├── config.sh
+│ ├── install.sh
+│ ├── package.json
+│ ├── pom.xml
+│ └── vue.config.js
+├── tool
+│ ├── dependencies
+│ │ ├── known-dependencies.txt
+│ │ └── regenerate_konwn_dependencies_txt.sh
+│ ├── code-style-idea.xml
+│ ├── license-header
+│ └── modify_license.sh
+├── CONTRIBUTING_CN.md
+├── CONTRIBUTING.md
+├── DISCLAIMER
+├── linkis-tree.txt
+├── mvnw
+├── mvnw.cmd
+├── pom.xml
+├── README_CN.md
+├── README.md
+└── scalastyle-config.xml
+
+```
+
+## 2. Installation package directory structure
+```html
+
+├── bin
+│ ├── checkEnv.sh ── environment variable detection
+│ ├── common.sh ── some public shell functions
+│ └── install.sh ── Main script for Linkis installation
+├── deploy-config
+│ ├── db.sh //Database connection configuration
+│ └── linkis-env.sh //Related environment configuration information
+├── docker
+├── helm
+├── licenses
+├── linkis-package //Microservice-related startup configuration files, 
dependencies, scripts, linkis-cli, etc.
+│ ├── bin
+│ ├── conf
+│ ├── db
+│ ├── lib
+│ └── sbin
+├── NOTICE
+├── DISCLAIMER
+├── LICENSE
+├── README_CN.md
+└── README.md
+
+```
+
+## 3. Directory structure after deployment
+
+
+```html
+├── bin ── linkis-cli Shell command line program used to submit tasks to Linkis
+│ ├── linkis-cli
+│ ├── linkis-cli-hive
+│ ├── linkis-cli-pre
+│ ├── linkis-cli-spark-sql
+│ ├── linkis-cli-spark-submit
+│ └── linkis-cli-sqoop
+├── conf configuration directory
+│ ├── application-eureka.yml
+│ ├── application-linkis.yml ── Microservice general yml
+│ ├── linkis-cg-engineconnmanager.properties
+│ ├── linkis-cg-engineplugin.properties
+│ ├── linkis-cg-linkismanager.properties
+│ │── linkis-cli
+│ │ ├── linkis-cli.properties
+│ │ └── log4j2.xml
+│ ├── linkis-env.sh ── linkis environment variable configuration
+│ ├── linkis-mg-gateway.properties
+│ ├── linkis.properties ── The global coordination of linkis services, all 
microservices will be loaded and used when starting
+│ ├── linkis-ps-publicservice.properties
+│ ├── log4j2.xml
+├── db Database DML and DDL file directory
+│ ├── linkis_ddl.sql ── database table definition SQL
+│ ├── linkis_dml.sql ── database table initialization SQL
+│ └── module ── Contains DML and DDL files of each microservice
+│ └── upgrade ── Incremental DML/DDL for each version
+├── lib lib directory
+│ ├── linkis-commons ── Public dependency package When most services start 
(except linkis-mg-gateway) -cp path parameter will load this directory
+│ ├── linkis-computation-governance ── lib directory of computing governance 
module
+│ ├── linkis-engineconn-plugins ── lib directory of all engine plugins
+│ ├── linkis-public-enhancements ── lib directory of public enhancement 
services
+│ └── linkis-spring-cloud-services ── SpringCloud lib directory
+├── logs log directory
+│ ├── linkis-cg-engineconnmanager-gc.log
+│ ├── linkis-cg-engineconnmanager.log
+│ ├── linkis-cg-engineconnmanager.out
+│ ├── linkis-cg-engineplugin-gc.log
+│ ├── linkis-cg-engineplugin.log
+│ ├── linkis-cg-engineplugin.out
+│ ├── linkis-cg-entrance-gc.log
+│ ├── linkis-cg-entrance.log
+│ ├── linkis-cg-entrance.out
+│ ├── linkis-cg-linkismanager-gc.log
+│ ├── linkis-cg-linkismanager.log
+│ ├── linkis-cg-linkismanager.out
+│ ├── linkis-cli
+│ │ ├── linkis-client.hadoop.log.20220409162400037523664
+│ │ ├── linkis-client.hadoop.log.20220409162524417944443
+│ ├── linkis-mg-eureka-gc.log
+│ ├── linkis-mg-eureka.log
+│ ├── linkis-mg-eureka.out
+│ ├── linkis-mg-gateway-gc.log
+│ ├── linkis-mg-gateway.log
+│ ├── linkis-mg-gateway.out
+│ ├── linkis-ps-publicservice-gc.log
+│ ├── linkis-ps-publicservice.log
+│ └── linkis-ps-publicservice.out
+├── pid The process ID of all microservices
+│ ├── linkis_cg-engineconnmanager.pid ── engine manager microservice
+│ ├── linkis_cg-engineconnplugin.pid ── engine plugin microservice
+│ ├── linkis_cg-entrance.pid ── engine entry microservice
+│ ├── linkis_cg-linkismanager.pid ── linkis manager microservice
+│ ├── linkis_mg-eureka.pid ── eureka microservice
+│ ├── linkis_mg-gateway.pid ──gateway microservice
+│ └── linkis_ps-publicservice.pid ── public microservice
+└── sbin Microservice startup and shutdown script directory
+├── ext ──The start and stop script directory of each microservice
+  ├── linkis-daemon.sh ── Quickly start, stop, and restart a single 
microservice script
+├── linkis-start-all.sh ── Start all microservice scripts with one click
+└── linkis-stop-all.sh ── Stop all microservice scripts with one click
+```
+### 3.1 Configuration item modification
+
+After executing Linkis installation, all configuration items are located in 
the conf directory,
+If you need to modify the configuration items, after modifying the 
`${LINKIS_HOME}/conf/*properties` file, restart the corresponding service,
+For example: `sh sbin/linkis-daemon.sh start ps-publicservice`.
+If you modify the public configuration file 
`application-eureka.yml/application-linkis.yml/linkis.properties`, you need to 
restart all services `sh sbin/linkis-start-all.sh`
+
+### 3.2 Microservice start and stop
+
+All microservice names are as follows:
+ ```
+├── linkis-cg-engineconnmanager engine management service
+├── linkis-cg-engineplugin engine plugin management service
+├── linkis-cg-entrance computing governance entry service
+├── linkis-cg-linkismanager computing governance management service
+├── linkis-mg-eureka microservice registry service
+├── linkis-mg-gateway Linkis gateway service
+├── linkis-ps-publicservice public service
+ ```
+
+**Microservice Abbreviation**:
+
+| Abbreviation | Full name in English | Full name in Chinese |
+ |------|-------------------------|------------|
+| cg | Computation Governance | Computing Governance |
+| mg | Microservice Covernance | Microservice Governance |
+| ps | Public Enhancement Service | Public Enhancement Service |
+
+
+
+```
+# Start all microservices at once:
+ 
+     sh linkis-start-all.sh
+ 
+# Shut down all microservices at once
+ 
+     sh linkis-stop-all.sh
+ 
+# Start a single microservice (the service name needs to remove the linkis 
prefix, such as: mg-eureka)
+ 
+     sh linkis-daemon.sh start service-name
+ 
+     For example: sh linkis-daemon.sh start mg-eureka
+ 
+# Shut down a single microservice
+ 
+     sh linkis-daemon.sh stop service-name
+ 
+     For example: sh linkis-daemon.sh stop mg-eureka
+ 
+# Restart a single microservice
+ 
+     sh linkis-daemon.sh restart service-name
+ 
+     For example: sh linkis-daemon.sh restart mg-eureka
+# View the status of a single microservice
+ 
+     sh linkis-daemon.sh status service-name
+ 
+     For example: sh linkis-daemon.sh status mg-eureka
+```
\ No newline at end of file
diff --git a/docs/tuning-and-troubleshooting/overview.md 
b/docs/tuning-and-troubleshooting/overview.md
index 2909f8b7a3..864c7148c6 100644
--- a/docs/tuning-and-troubleshooting/overview.md
+++ b/docs/tuning-and-troubleshooting/overview.md
@@ -97,4 +97,4 @@ For problems that cannot be resolved according to the above 
process positioning
 
 ### Ⅵ. locate the source code by remote debug
 
-Under normal circumstances, remote debugging of source code is the most 
effective way to locate problems, but compared to document review, users need 
to have a certain understanding of the source code structure. It is recommended 
that you check the [Linkis source code level detailed 
structure](deployment/directory-linkis.md) in the Linkis WIKI before remote 
debugging.After having a certain degree of familiarity to the the source code 
structure of the project, after a certain degree of fa [...]
\ No newline at end of file
+Under normal circumstances, remote debugging of source code is the most 
effective way to locate problems, but compared to document review, users need 
to have a certain understanding of the source code structure. It is recommended 
that you check the [Linkis source code level detailed 
structure](../deployment/directory-linkis.md) in the Linkis WIKI before remote 
debugging.After having a certain degree of familiarity to the the source code 
structure of the project, after a certain degree of [...]
\ No newline at end of file
diff --git a/docs/upgrade/upgrade-from-0.X-to-1.0-guide.md 
b/docs/upgrade/upgrade-from-0.X-to-1.0-guide.md
index 6b53e08673..8f852e21cb 100644
--- a/docs/upgrade/upgrade-from-0.X-to-1.0-guide.md
+++ b/docs/upgrade/upgrade-from-0.X-to-1.0-guide.md
@@ -7,7 +7,7 @@ sidebar_position: 1
 
 ## 1.Precautions
 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**If you are using Linkis for 
the first time, you can ignore this chapter; if you are already a user of 
Linkis, it is recommended to read it before installing or upgrading:[Brief 
description of the difference between Linkis1.0 and 
Linkis0.X](architecture/difference-between-1.0-and-0.x.md)**.
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**If you are using Linkis for 
the first time, you can ignore this chapter;**.
 
 ## 2. Service upgrade installation
 
@@ -15,7 +15,7 @@ sidebar_position: 1
 
 &nbsp;&nbsp;&nbsp;&nbsp;  If you need to keep 0.X data during the upgrade, you 
must select 1 to skip the table building statement (see the code below).
 
-&nbsp;&nbsp;&nbsp;&nbsp;  For the installation of Linkis1.0, please refer to 
[Quick Deployment Linkis1.0](deployment/deploy-quick.md)
+&nbsp;&nbsp;&nbsp;&nbsp;  For the installation of Linkis1.0, please refer to 
[Quick Deployment Linkis1.0](../deployment/deploy-quick.md)
 
 ```
 Do you want to clear Linkis table information in the database?
@@ -75,4 +75,4 @@ source linkis_configuration_dml.sql
 
 ## 4. Installation and startup Linkis1.0
 
-&nbsp;&nbsp;&nbsp;&nbsp;  Start Linkis 1.0  to verify whether the service has 
been started normally and provide external services. For details, please refer 
to: [Quick Deployment Linkis1.0](deployment/deploy-quick.md)
+&nbsp;&nbsp;&nbsp;&nbsp;  Start Linkis 1.0  to verify whether the service has 
been started normally and provide external services. For details, please refer 
to: [Quick Deployment Linkis1.0](../deployment/deploy-quick.md)
diff --git a/docs/user-guide/console-manual.md 
b/docs/user-guide/console-manual.md
new file mode 100644
index 0000000000..54dde946d4
--- /dev/null
+++ b/docs/user-guide/console-manual.md
@@ -0,0 +1,105 @@
+---
+title: Console Manual
+sidebar_position: 4
+---
+
+> Linkis1.0 has added a new Computation Governance Console page, which can 
provide users with an interactive UI interface for viewing the execution of 
Linkis tasks, custom parameter configuration, engine health status, resource 
surplus, etc, and then simplify user development and management efforts.
+
+## 1. Structure of Computation Governance Console
+
+
+> The Computation Governance Console is mainly composed of the following 
functional pages:
+
+- Global History
+- Resource Management
+- Parameter Configuration
+- Global Variables
+- ECM Management (Only visible to linkis computing management console 
administrators)
+- Microservice Management (Only visible to linkis computing management console 
administrators)
+
+
+
+Global history, resource management, parameter configuration, and global 
variables are visible to all users, while ECM management and microservice 
management are only visible to linkis computing management console 
administrators.
+
+The administrator of the Linkis computing management desk can configure 
through the following parameters in linkis.properties:
+
+wds.linkis.governance.station.admin=hadoop (multiple administrator usernames 
are separated by ‘,’)
+
+
+## 2. Global history
+
+![](/Images/manual/global_history_interface.png)
+
+
+The global history interface provides the user's own linkis task submission 
record. The execution status of each task can be displayed here, and the reason 
for the failure of task execution can also be queried by clicking the view 
button on the left side of the task
+
+![./media/image2.png](/Images/manual/global_history_query_button.png)
+
+
+![./media/image3.png](/Images/manual/task_execution_log_of_a_single_task.png)
+
+
+For linkis computing management console administrators, the administrator can 
view the historical tasks of all users by clicking the switch administrator 
view on the page.
+
+![./media/image4.png](/Images/manual/administrator_view.png)
+
+
+## 3. Resource management
+
+In the resource management interface, the user can see the status of the 
engine currently started and the status of resource occupation, and can also 
stop the engine through the page.
+
+![./media/image5.png](/Images/manual/resource_management_interface.png)
+
+
+## 4. Parameter configuration
+
+The parameter configuration interface provides the function of user-defined 
parameter management. The user can manage the related configuration of the 
engine in this interface, and the administrator can add application types and 
engines here.
+
+![./media/image6.png](/Images/manual/parameter_configuration_interface.png)
+
+
+The user can expand all the configuration information in the directory by 
clicking on the application type at the top and then select the engine type in 
the application, modify the configuration information and click "Save" to take 
effect.
+
+Edit catalog and new application types are only visible to the administrator. 
Click the edit button to delete the existing application and engine 
configuration (note! Deleting the application directly will delete all engine 
configurations under the application and cannot be restored), or add an engine, 
or click "New Application" to add a new application type.
+
+![./media/image7.png](/Images/manual/edit_directory.png)
+
+
+![./media/image8.png](/Images/manual/new_application_type.png)
+
+
+## 5. Global variable
+
+In the global variable interface, users can customize variables for code 
writing, just click the edit button to add parameters.
+
+![./media/image9.png](/Images/manual/global_variable_interface.png)
+
+
+## 6. ECM management
+
+The ECM management interface is used by the administrator to manage the ECM 
and all engines. This interface can view the status information of the ECM, 
modify the ECM label information, modify the ECM status information, and query 
all engine information under each ECM. And only the administrator can see, the 
administrator's configuration method can be viewed in the second chapter of 
this article.
+
+![./media/image10.png](/Images/manual/ECM_management_interface.png)
+
+
+Click the edit button to edit the label information of the ECM (only part of 
the labels are allowed to be edited) and modify the status of the ECM.
+
+![./media/image11.png](/Images/manual/ECM_editing_interface.png)
+
+
+Click the instance name of the ECM to view all engine information under the 
ECM.
+
+![](/Images/manual/click_the_instance_name_to_view_engine_information.png)
+
+![](/Images/manual/ECM_all_engine_information.png)
+
+Similarly, you can stop the engine on this interface, and edit the label 
information of the engine.
+
+## 7. Microservice management
+
+The microservice management interface can view all microservice information 
under Linkis, and this interface is only visible to the administrator. Linkis's 
own microservices can be viewed by clicking on the Eureka registration center. 
The microservices associated with linkis will be listed directly on this 
interface.
+
+![](/Images/manual/microservice_management_interface.png)
+
+![](/Images/manual/eureka_registration_center.png)
+
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md
index 243bbe1877..7384dac0e5 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md
@@ -54,7 +54,6 @@ Linkis 自2019年开源发布以来,已累计积累了700多家试验企业和
 请参考[安装部署文档](../deployment/deploy-quick.md) 来部署Linkis 
 
 ## 示例和使用指引
-- [用户手册](../user-guide/overview.md)
 - [各引擎使用指引](../engine-usage/overview.md) 
 - [API 文档](../api/overview.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/linkis-task-operator.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/linkis-task-operator.md
index b9f95136b0..e6a9a90b20 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/linkis-task-operator.md
@@ -20,7 +20,7 @@ sidebar_position: 3
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/development/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](../development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/login-api.md
index 04fde807f6..2341f75368 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](../development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/feature/computation-governance-services/linkis-manager/Overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/feature/computation-governance-services/linkis-manager/overview.md
similarity index 100%
rename from 
i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/feature/computation-governance-services/linkis-manager/Overview.md
rename to 
i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/feature/computation-governance-services/linkis-manager/overview.md
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/overview.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/overview.md
index 1af6898084..d55549e283 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/overview.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/architecture/overview.md
@@ -18,11 +18,9 @@ Linkis 1.0 将所有微服务总体划分为三大类:公共增强服务、计
 
 以下是 Linkis1.0 架构文档的目录列表:
 
-1. Linkis1.0在架构上的特点,请阅读[Linkis1.0 与 Linkis0.x 
的区别](difference-between-1.0-and-0.x)。
+1. 
Linkis1.0公共增强服务相关文档,请阅读[公共增强服务](feature/public-enhancement-services/overview.md)。
 
-2. Linkis1.0公共增强服务相关文档,请阅读[公共增强服务](public-enhancement-services/overview.md)。
+2. Linkis1.0微服务治理相关文档,请阅读[微服务治理](service-architecture/overview.md)。
 
-3. Linkis1.0微服务治理相关文档,请阅读[微服务治理](microservice-governance-services/overview.md)。
-
-4. Linkis1.0提出的计算治理服务相关文档,请阅读 
[计算治理服务](computation-governance-services/overview.md)。
+3. Linkis1.0提出的计算治理服务相关文档,请阅读 
[计算治理服务](feature/computation-governance-services/overview.md)。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
index ceb2c1706a..e7c4569add 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
@@ -380,7 +380,6 @@ wds.linkis.admin.user= #用户
 wds.linkis.admin.password= #密码
 
 ```
-管理台使用指引见[使用手册](../user-guide/console-manual.md)
 
 ## 5. 验证基础功能
 >根据实际需求,验证对应的引擎任务
@@ -404,7 +403,7 @@ sh bin/linkis-cli -submitUser  hadoop  -engineType 
python-python2 -codeType pyth
 ## 6 开发工具IDE(Scriptis)的安装(可选)
 >安装Scripti工具后,可以支持在web页面在线写SQL、Pyspark、HiveQL等脚本
 
-详细指引见[工具Scriptis的安装部署](./install-scriptis)
+详细指引见[工具Scriptis的安装部署](integrated/install-scriptis)
 
 ## 7. 支持的引擎 
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
new file mode 100644
index 0000000000..33880197d9
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
@@ -0,0 +1,297 @@
+---
+title: linkis目录结构
+sidebar_position: 7
+---
+
+> 
Linkis代码层级目录结构,以及安装包目录结构和部署后的目录结构说明,如果想详细了解各个模块,请查看[Linkis的相关架构设计](architecture/overview.md)
+## 1. 源码目录结构
+
+```html
+├── docs
+│   ├── configuration //linkis所有模块的配置项文档
+│   ├── errorcode //linkis所有模块的错误码文档
+│   ├── configuration-change-records.md
+│   ├── index.md
+│   ├── info-1.1.3.md
+│   ├── info-1.2.1.md
+│   ├── info-1.3.1.md
+│   └── trino-usage.md
+├── linkis-commons //核心抽象,里面放有所有的公用模块
+│   ├── linkis-common //通用模块,内置很多通用工具类
+│   ├── linkis-hadoop-common
+│   ├── linkis-httpclient  //Java SDK顶层接口 对httpclient的进一步封装
+│   ├── linkis-module // linkis的服务顶层公用模块 涉及到服务启动时的参数和服务初始化 统一的Restful处理 登录态校验等
+│   ├── linkis-mybatis //SpringCloud的Mybatis模块
+│   ├── linkis-protocol //服务请求/响应的一些接口和实体类
+│   ├── linkis-rpc  //RPC模块,基于Feign实现的复杂双向通信
+│   ├── linkis-scheduler //通用调度模块
+│   ├── linkis-storage //文件操作工具集
+├── linkis-computation-governance //计算治理服务
+│   ├── linkis-client //Java SDK,用户通过Client可直接访问Linkis
+│   ├── linkis-computation-governance-common
+│   ├── linkis-engineconn
+│   ├── linkis-engineconn-manager
+│   ├── linkis-entrance //通用底层entrance模块
+│   ├── linkis-jdbc-driver //可以类似jdbc sdk方式连接使用linkis
+│   ├── linkis-manager
+├── linkis-dist //编译打包最后阶段步骤 整合所有lib包和安装部署脚本配置等
+│   ├── bin
+│   │   ├── checkEnv.sh
+│   │   ├── common.sh
+│   │   └── install.sh //安装脚本
+│   ├── deploy-config
+│   │   ├── db.sh  //数据库配置
+│   │   └── linkis-env.sh  //linkis 启动相关配置
+│   ├── docker
+│   │   └── scripts
+│   ├── helm
+│   │   ├── charts
+│   │   ├── scripts
+│   │   ├── README_CN.md
+│   │   └── README.md
+│   ├── package
+│   │   ├── bin
+│   │   ├── conf
+│   │   ├── db
+│   │   └── sbin
+│   ├── release-docs
+│   │   ├── licenses
+│   │   ├── LICENSE
+│   │   └── NOTICE
+│   ├── src
+│   └── pom.xml
+├── linkis-engineconn-plugins // 引擎 
+│   ├── elasticsearch 
+│   ├── flink
+│   ├── hive
+│   ├── io_file
+│   ├── jdbc
+│   ├── openlookeng
+│   ├── pipeline
+│   ├── presto
+│   ├── python
+│   ├── seatunnel
+│   ├── shell
+│   ├── spark
+│   ├── sqoop
+├── linkis-extensions // 扩展功能增强插件模块
+│   ├── linkis-io-file-client // 对linkis-storage的功能扩展
+├── linkis-orchestrator //服务的编排
+│   ├── linkis-code-orchestrator
+│   ├── linkis-computation-orchestrator
+│   ├── linkis-orchestrator-core
+├── linkis-public-enhancements //公共增强服务
+│   ├── linkis-basedata-manager
+│   ├── linkis-bml  // 物料库
+│   ├── linkis-configuration
+│   ├── linkis-context-service //统一上下文
+│   ├── linkis-datasource //数据源服务
+│   ├── linkis-error-code
+│   ├── linkis-instance-label
+│   ├── linkis-jobhistory
+│   ├── linkis-ps-common-lock
+│   ├── linkis-script-dev
+│   ├── linkis-udf
+│   ├── linkis-variable
+├── linkis-spring-cloud-services //微服务治理
+│   ├── linkis-service-discovery
+│   ├── linkis-service-gateway //网关Gateway
+├── linkis-web //linkis的管理台代码
+│   ├── release-docs
+│   │   ├── licenses
+│   │   └── LICENSE
+│   ├── src
+│   ├── config.sh
+│   ├── install.sh
+│   ├── package.json
+│   ├── pom.xml
+│   └── vue.config.js
+├── tool
+│   ├── dependencies
+│   │   ├── known-dependencies.txt
+│   │   └── regenerate_konwn_dependencies_txt.sh
+│   ├── code-style-idea.xml
+│   ├── license-header
+│   └── modify_license.sh
+├── CONTRIBUTING_CN.md
+├── CONTRIBUTING.md
+├── DISCLAIMER
+├── linkis-tree.txt
+├── mvnw
+├── mvnw.cmd
+├── pom.xml
+├── README_CN.md
+├── README.md
+└── scalastyle-config.xml
+
+```
+
+## 2. 安装包目录结构
+```html
+
+├── bin
+│   ├── checkEnv.sh ── 环境变量检测
+│   ├── common.sh ── 部分公共shell函数
+│   └── install.sh ── Linkis安装的主脚本
+├── deploy-config
+│   ├── db.sh       //数据库连接配置
+│   └── linkis-env.sh //相关环境配置信息
+├── docker
+├── helm
+├── licenses  
+├── linkis-package  //微服务相关的启动配置文件,依赖,脚本,linkis-cli等
+│   ├── bin
+│   ├── conf
+│   ├── db
+│   ├── lib
+│   └── sbin
+├── NOTICE
+├── DISCLAIMER
+├── LICENSE
+├── README_CN.md
+└── README.md
+
+```
+
+
+## 3. 部署后的目录结构
+
+
+```html
+├── bin              ──  linkis-cli  用于向Linkis提交任务的Shell命令行程序
+│   ├── linkis-cli
+│   ├── linkis-cli-hive
+│   ├── linkis-cli-pre
+│   ├── linkis-cli-spark-sql
+│   ├── linkis-cli-spark-submit
+│   └── linkis-cli-sqoop
+├── conf 配置目录
+│   ├── application-eureka.yml
+│   ├── application-linkis.yml    ── 微服务通用yml
+│   ├── linkis-cg-engineconnmanager.properties
+│   ├── linkis-cg-engineplugin.properties
+│   ├── linkis-cg-linkismanager.properties
+│   │── linkis-cli
+│   │   ├── linkis-cli.properties
+│   │   └── log4j2.xml
+│   ├── linkis-env.sh    ── linkis 环境变量配置
+│   ├── linkis-mg-gateway.properties
+│   ├── linkis.properties  ── linkis 服务的全局配合,所有微服务启动都会加载使用
+│   ├── linkis-ps-publicservice.properties
+│   ├── log4j2.xml
+├── db 数据库DML和DDL文件目录
+│   ├── linkis_ddl.sql ── 数据库表定义SQL
+│   ├── linkis_dml.sql ── 数据库表初始化SQL
+│   └── module    ── 包含各个微服务的DML和DDL文件
+│   └── upgrade   ── 针对每个版本 增量DML/DDL
+├── lib lib目录
+│   ├── linkis-commons ── 公共依赖包 大多服务启动时(linkis-mg-gateway除外) -cp 路径参数 都会加载这个目录
+│   ├── linkis-computation-governance ──计算治理模块的lib目录
+│   ├── linkis-engineconn-plugins ──所有引擎插件的lib目录
+│   ├── linkis-public-enhancements ──公共增强服务的lib目录
+│   └── linkis-spring-cloud-services ──SpringCloud的lib目录
+├── logs 日志目录
+│   ├── linkis-cg-engineconnmanager-gc.log
+│   ├── linkis-cg-engineconnmanager.log
+│   ├── linkis-cg-engineconnmanager.out
+│   ├── linkis-cg-engineplugin-gc.log
+│   ├── linkis-cg-engineplugin.log
+│   ├── linkis-cg-engineplugin.out
+│   ├── linkis-cg-entrance-gc.log
+│   ├── linkis-cg-entrance.log
+│   ├── linkis-cg-entrance.out
+│   ├── linkis-cg-linkismanager-gc.log
+│   ├── linkis-cg-linkismanager.log
+│   ├── linkis-cg-linkismanager.out
+│   ├── linkis-cli
+│   │   ├── linkis-client.hadoop.log.20220409162400037523664
+│   │   ├── linkis-client.hadoop.log.20220409162524417944443
+│   ├── linkis-mg-eureka-gc.log
+│   ├── linkis-mg-eureka.log
+│   ├── linkis-mg-eureka.out
+│   ├── linkis-mg-gateway-gc.log
+│   ├── linkis-mg-gateway.log
+│   ├── linkis-mg-gateway.out
+│   ├── linkis-ps-publicservice-gc.log
+│   ├── linkis-ps-publicservice.log
+│   └── linkis-ps-publicservice.out
+├── pid 所有微服务的进程ID
+│   ├── linkis_cg-engineconnmanager.pid ──引擎管理器微服务
+│   ├── linkis_cg-engineconnplugin.pid ──引擎插件微服务
+│   ├── linkis_cg-entrance.pid ──引擎入口微服务
+│   ├── linkis_cg-linkismanager.pid ──linkis管理器微服务
+│   ├── linkis_mg-eureka.pid ──eureka微服务
+│   ├── linkis_mg-gateway.pid ──gateway微服务
+│   └── linkis_ps-publicservice.pid ──公共微服务
+└── sbin 微服务启停脚本目录
+     ├── ext ──各个微服务的启停脚本目录
+     ├── linkis-daemon.sh ── 快捷启停、重启单个微服务脚本
+     ├── linkis-start-all.sh ── 一键启动全部微服务脚本
+     └── linkis-stop-all.sh ── 一键停止全部微服务脚本
+
+```
+
+### 3.1  配置项修改
+
+在执行完Linkis安装后,所有配置项位于conf目录下,
+如果需要进行配置项修改,修改配置`${LINKIS_HOME}/conf/*properties`文件后,重启对应的服务,
+如:`sh sbin/linkis-daemon.sh start ps-publicservice`。
+如果修改的是公共配置文件`application-eureka.yml/application-linkis.yml/linkis.properties`,需要重启所有服务`sh
 sbin/linkis-start-all.sh`
+
+
+
+
+### 3.2 微服务启停
+
+所有微服务名称如下:
+ ```
+├── linkis-cg-engineconnmanager 引擎管理服务  
+├── linkis-cg-engineplugin 引擎插件管理服务  
+├── linkis-cg-entrance 计算治理入口服务  
+├── linkis-cg-linkismanager 计算治理管理服务  
+├── linkis-mg-eureka 微服务注册中心服务  
+├── linkis-mg-gateway Linkis网关服务  
+├── linkis-ps-publicservice 公共服务 
+ ```
+
+**微服务简称**:
+
+| 简称 | 英文全称                | 中文全称   |
+ |------|-------------------------|------------|
+| cg   | Computation Governance  | 计算治理   |
+| mg   | Microservice Covernance | 微服务治理 |
+| ps   | Public Enhancement Service  | 公共增强服务   |
+
+
+
+``` 
+# 一次性启动所有微服务:
+ 
+     sh linkis-start-all.sh
+ 
+# 一次性关停所有微服务
+ 
+     sh linkis-stop-all.sh
+ 
+# 启动单个微服务(服务名需要去掉linkis前缀如:mg-eureka)
+ 
+     sh linkis-daemon.sh start service-name
+ 
+     例如: sh linkis-daemon.sh start mg-eureka
+ 
+# 关闭单个微服务
+ 
+     sh linkis-daemon.sh stop service-name
+ 
+     例如: sh linkis-daemon.sh stop mg-eureka
+ 
+# 重启单个微服务
+ 
+     sh linkis-daemon.sh restart service-name
+ 
+     例如: sh linkis-daemon.sh restart mg-eureka
+# 查看单个微服务的状态
+ 
+     sh linkis-daemon.sh status service-name
+ 
+     例如: sh linkis-daemon.sh status mg-eureka
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/tuning-and-troubleshooting/overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/tuning-and-troubleshooting/overview.md
index 251cfd1ae3..fc9ee74ac3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/tuning-and-troubleshooting/overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/tuning-and-troubleshooting/overview.md
@@ -165,6 +165,6 @@ sh -x engineConnExec.sh
 ### 5. 定位源码远程debug
 
 通常情况下,对源码远程debug是定位问题最有效的方式,但相对查阅文档来说,需要用户对源码结构有一定的了解,
-这里建议您在远程debug前查阅《 [Linkis源码层级结构详解](deployment/directory-linkis.md) 
》,对项目的源码结构进行初步的了解,
-有一定程度上的熟悉之后,可以参考《 [如何DebugLinkis](development/debug.md) 》一文 调试对应微服务下的代码。
+这里建议您在远程debug前查阅《 [Linkis源码层级结构详解](../deployment/directory-linkis.md) 
》,对项目的源码结构进行初步的了解,
+有一定程度上的熟悉之后,可以参考《 [如何DebugLinkis](../development/debug.md) 》一文 调试对应微服务下的代码。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/upgrade/upgrade-from-0.X-to-1.0-guide.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/upgrade/upgrade-from-0.X-to-1.0-guide.md
index 7ad091bbb7..49e0a36755 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/upgrade/upgrade-from-0.X-to-1.0-guide.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/upgrade/upgrade-from-0.X-to-1.0-guide.md
@@ -7,7 +7,7 @@ sidebar_position: 1
 
 ## 1. 注意事项
 
-**如果您是首次接触并使用Linkis,您可以忽略该章节;如果您已经是 Linkis 的使用用户,安装或升级前建议先阅读:[Linkis1.0 与 
Linkis0.X 的区别简述](architecture/difference-between-1.0-and-0.x.md)**。
+**如果您是首次接触并使用Linkis,您可以忽略该章节;**。
 
 ## 2. 服务升级安装
 
@@ -15,7 +15,7 @@ sidebar_position: 1
 
 在安装时如果需要保留0.X的数据,一定要选择1跳过建表语句(见下面代码)。
 
-Linkis1.0 的安装可以参考[如何快速安装](deployment/deploy-quick.md)
+Linkis1.0 的安装可以参考[如何快速安装](../deployment/deploy-quick.md)
 
 ```
 Do you want to clear Linkis table information in the database?
@@ -75,4 +75,4 @@ Please input the choice: ## choice 1
 
 ## 4. 安装Linkis1.0
 
-  启动Linkis1.0,验证服务是否已正常启动并对外提供服务,具体请参考: [如何快速安装](deployment/deploy-quick.md)
+  启动Linkis1.0,验证服务是否已正常启动并对外提供服务,具体请参考: [如何快速安装](../deployment/deploy-quick.md)
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/console-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/console-manual.md
new file mode 100644
index 0000000000..3a392d1e70
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/console-manual.md
@@ -0,0 +1,198 @@
+---
+title: 管理台的使用
+sidebar_position: 4
+---
+
+> 
Linkis1.0新增了计算治理台页面,可以提供给用户交互式的UI界面,用于查看Linkis任务的执行情况、自定义参数配置、引擎健康状态、资源剩余情况等等便于用户进行开发和管理的页面。
+
+## 1. 管理台结构
+
+
+计算治理台主要由以下几个功能页组成:
+
+-   全局历史
+-   资源管理
+-   参数配置
+-   全局变量
+-   ECM管理](仅linkis计算治理台管理员可见)
+-   微服务管理(仅linkis计算治理台管理员可见)
+
+其中全局历史、资源管理、参数配置、全局变量是所有用户可见,而ECM管理和微服务管理仅仅对linkis计算治理台管理员可见。
+
+Linkis计算治理台管理员可以通过linkis.properties中的下方参数配置:
+
+`wds.linkis.governance.station.admin=hadoop (多位管理员用户名通过‘,’分隔)`
+
+
+## 2. 全局历史
+>   ![](images/全局历史界面.png)
+
+全局历史界面提供了用户自身的linkis任务提交记录,各个任务的执行状态都可以在此显示,任务执行的失败原因也可以点击任务左侧的查看按钮查询
+
+![./media/image2.png](images/全局历史查询按钮.png)
+
+
+![./media/image3.png](images/单个任务的任务执行日志.png)
+
+
+对于linkis计算治理台管理员来说,管理员可以通过点击页面的切换管理员视图查看所有用户的历史任务。
+
+![./media/image4.png](images/管理员视图.png)
+
+
+## 3. 资源管理
+
+
+>   在资源管理界面,用户可以看到自己当前启动的引擎状态,以及占用资源的情况,也能够通过页面停止引擎。
+
+![./media/image5.png](images/资源管理界面.png)
+
+
+## 4. 参数配置
+
+> 参数配置界面提供了用户自定义参数管理的功能,用户可以在该界面管理引擎的相关配置,管理员还能在这里新增应用类型和引擎。
+
+
+![./media/image6.png](images/参数配置界面.png)
+
+
+用户通过点击上方的应用类型,接着选择应用中拥有的引擎类型,即可展开该目录下的所有配置信息,修改配置信息点击保存即可生效。
+
+编辑目录和新增应用类型仅管理员可见,点击编辑按钮可以删除已有的应用和引擎配置(注意!直接删除应用会删除该应用下所有的引擎配置,并且不可恢复),或者添加引擎,点击新增应用可以添加应用类型。
+
+![./media/image7.png](images/编辑目录.png)
+
+
+ ![./media/image8.png](images/新增应用类型.png)
+
+
+## 5. 全局变量
+
+
+> 全局变量界面用户可以自定义变量用于代码编写,点击编辑按钮新增参数即可。
+
+![./media/image9.png](images/全局变量界面.png)
+
+
+## 6. ECM管理
+> **仅linkis计算治理台管理员可见**
+
+ECM管理界面是用于管理员管理ECM和所有引擎的地方,该界面可以查看到ECM的状态信息、修改ECM标签信息、修改ECM状态信息以及查询各个ECM下的所有引擎信息。且仅管理员可见,管理员的配置方式可以在本文章第二大章节查看。
+
+![./media/image10.png](images/ecm管理界面.png)
+
+
+点击编辑按钮,可以编辑ECM的标签信息(仅允许编辑部分标签),以及修改ECM的状态。
+
+![./media/image11.png](images/ecm编辑界面.png)
+
+
+点击ECM的实例名称,可以查看该ECM下所有的引擎信息。
+
+![](images/点击实例名称查看引擎信息.png)
+
+![](images/ecm下所有的引擎信息.png)
+
+同样地,可以在该界面停止引擎,并且可以编辑引擎的标签信息。
+
+## 7. 微服务管理
+
+>**仅linkis计算治理台管理员可见**
+
+微服务管理界面可以查看Linkis下的所有微服务信息,该界面也仅允许管理员可见。linkis自身的微服务可以点击Eureka注册中心查看,与linkis关联的微服务会直接在该界面列出。
+
+![](images/微服务管理界面.png)
+
+![](images/eureka注册中心.png)
+
+## 8. 管理台主要接口以及功能介绍
+### 1 全局历史
+#### 1.1 主要功能
+- 执行任务的查询:支持根据时间/任务ID/引擎类型/任务状态查询历史任务。
+- 运行态任务的强制停止
+- 管理员用户可以切换管理员视图,查看所有的用户任务
+- 查看任务详细执行日志以及执行结果
+
+#### 1.2 主要接口
+
+- 历史任务的分页查询 /api/rest_j/v1/jobhistory/list
+- 历史任务的详细查询 /api/rest_j/v1/jobhistory/{taskId}/get
+- 日志的查看 
/api/rest_j/v1/filesystem/openLog?path=hdfs:%2F%2F%2Ftmp%2Flinkis%2Flog%2F2022-04-12%2FIDE%2Fhadoop%2F466.log
+- 结果集文件列表 
/api/rest_j/v1/filesystem/getDirFileTrees?path=hdfs:%2F%2F%2Ftmp%2Flinkis%2Fhadoop%2Flinkis%2F20220412_173302%2FIDE%2F466
+- 执行结果集数据 
/api/rest_j/v1/filesystem/openFile?path=hdfs:%2F%2F%2Ftmp%2Flinkis%2Fhadoop%2Flinkis%2F20220412_173302%2FIDE%2F466%2F_0.dolphin&page=1&pageSize=5000
+- 任务的强制kill接口 /api/rest_j/v1/entrance/killJobs
+
+
+### 2 资源管理
+#### 2.1 主要功能
+- 查看登录用户当前启动的引擎状态,占用资源情况
+- 能够通过界面操作停止引擎
+- 管理员用户可以切换管理员视图,查看yarn队列资源,以及资源重置
+
+#### 2.2 主要接口
+- 资源查询接口 /api/rest_j/v1/linkisManager/rm/userresources
+- 详细的资源使用的引擎实例信息 api/rest_j/v1/linkisManager/rm/applicationlist
+- 引擎停止接口 /api/rest_j/v1/linkisManager/rm/enginekill
+- 资源重置接口 /api/rest_j/v1/linkisManager/rm/resetResource?resourceId=2
+- 所有使用资源列表 /api/rest_j/v1/linkisManager/rm/allUserResource?page=1&size=15
+
+
+
+### 3 参数配置
+#### 3.1 主要功能
+- 用户自定义参数管理的功能
+- 用户可以在该界面管理引擎的相关配置
+- 管理员还能在这里新增应用类型和引擎
+
+#### 3.2 主要接口
+- 查看配置的树形列表 
/api/rest_j/v1/configuration/getFullTreesByAppName?creator=%E5%85%A8%E5%B1%80%E8%AE%BE%E7%BD%AE
+- 新建二级引擎配置 /api/rest_j/v1/configuration/createSecondCategory
+- 配置的保存/api/rest_j/v1/configuration/saveFullTree
+
+
+### 4 全局变量
+#### 4.1 主要功能
+- 支持用户可以自定义变量的新增和修改,在任务提交时能够根据配置的变量值进行自动替换。能够进行常用变量的复用
+
+#### 4.2 主要接口
+- 全局变量的保存 /api/rest_j/v1/variable/saveGlobalVariable
+- 全局变量的查询 /api/rest_j/v1/variable/listGlobalVariable
+
+### 5 ECM管理
+> **仅linkis计算治理台管理员可见**
+#### 5.1 主要功能
+- 管理员可以管理ECM和所有引擎,
+- 可以查看到ECM的状态信息、修改ECM标签信息、修改ECM状态信息以及查询各个ECM下的所有引擎信息
+- 可以编辑ECM的标签信息(仅允许编辑部分标签),以及修改ECM的状态。
+- 可以查看该ECM下所有的引擎信息,以及可以针对单个引擎进行的停止操作,查看运行日志,并且可以编辑引擎的标签信息。
+
+最大可用资源通过配置文件参数配置 默认值
+wds.linkis.ecm.memory.max 100g
+wds.linkis.ecm.cores.max 100
+wds.linkis.ecm.engineconn.instances.max 50
+
+
+#### 5.2 主要接口
+- 查询ECM列表 api/rest_j/v1/linkisManager/listAllEMs
+- 修改ECM信息 api/rest_j/v1/linkisManager/modifyEMInfo
+- 查询ecm下的引擎数据 /api/rest_j/v1/linkisManager/listEMEngines
+- 修改引擎信息 api/rest_j/v1/linkisManager/modifyEngineInfo
+- 引擎停止接口 /api/rest_j/v1/linkisManager/rm/enginekill
+- 引擎日志查询接口 /api/rest_j/v1/linkisManager/openEngineLog
+
+
+### 6 微服务管理
+
+#### 6.1 主要功能
+
+可以查看Linkis下的所有微服务信息,仅linkis计算治理台管理员可见。
+
+#### 6.2 主要接口
+- 服务查询 /api/rest_j/v1/microservice/allInstance
+- label的更新 api/rest_j/v1/microservice/instanceLabel
+
+
+
+
+
+
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/login-api.md
index 88f53c0224..ed4c7aeb90 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/login-api.md
@@ -9,7 +9,7 @@ sidebar_position: 1
 
 Linkis在前后端进行交互的时候,定义了一套自己的接口规范。
 
-如果您对接口规范感兴趣,请点击这里[查看接口规范](/community/development-specification/api)
+如果您对接口规范感兴趣,请点击这里[查看接口规范](/docs/1.3.1/development/development-specification/api)
 
 ## 2 如何实现免登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/rest-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/rest-api.md
index fe5a1aafe4..3312aea145 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/rest-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/rest-api.md
@@ -9,7 +9,7 @@ sidebar_position: 2
 
 Linkis在前后端进行交互的时候,定义了一套自己的接口规范。
 
-如果您对接口规范感兴趣,请点击这里[查看接口规范](/community/development-specification/api)
+如果您对接口规范感兴趣,请点击这里[查看接口规范](/docs/1.3.1/development/development-specification/api)
 
 ## 2 HTTP接口汇总
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/web-socket.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/web-socket.md
index 9794ee9440..d84d7ad735 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/web-socket.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11.0/api/web-socket.md
@@ -9,7 +9,7 @@ sidebar_position: 3
 
 Linkis在前后端进行交互的时候,定义了一套自己的接口规范。
 
-如果您对接口规范感兴趣,请点击这里[查看接口规范](/community/development-specification/api)
+如果您对接口规范感兴趣,请点击这里[查看接口规范](/docs/1.3.1/development/development-specification/api)
 
 ## 2 WebSocket接口汇总
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/linkis-task-operator.md
index 01d7c468a2..9fc53a7338 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/linkis-task-operator.md
@@ -18,7 +18,7 @@
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/linkis-task-operator.md
index 01d7c468a2..9fc53a7338 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/linkis-task-operator.md
@@ -18,7 +18,7 @@
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/linkis-task-operator.md
index 01d7c468a2..9fc53a7338 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/linkis-task-operator.md
@@ -18,7 +18,7 @@
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.0/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/linkis-task-operator.md
index 9765e0a921..088d28262e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/linkis-task-operator.md
@@ -18,7 +18,7 @@
 - data:返回具体的数据。
 - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。
 
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.1/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/linkis-task-operator.md
index 9765e0a921..088d28262e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/linkis-task-operator.md
@@ -18,7 +18,7 @@
 - data:返回具体的数据。
 - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。
 
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.2/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/linkis-task-operator.md
index 236b94788e..31536265b6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/linkis-task-operator.md
@@ -20,7 +20,7 @@ sidebar_position: 3
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.1.3/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/linkis-task-operator.md
index 236b94788e..31536265b6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/linkis-task-operator.md
@@ -20,7 +20,7 @@ sidebar_position: 3
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/linkis-task-operator.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/linkis-task-operator.md
index 236b94788e..31536265b6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/linkis-task-operator.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/linkis-task-operator.md
@@ -20,7 +20,7 @@ sidebar_position: 3
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 1. 提交执行
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/login-api.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/login-api.md
index 04fde807f6..b8ef6ffd64 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/login-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/api/login-api.md
@@ -63,7 +63,7 @@ wds.linkis.ldap.proxy.baseDN=dc=webank,dc=com # 您的LDAP服务的配置
  - data:返回具体的数据。
  - message:返回请求的提示信息。如果status非0时,message返回的是错误信息,其中data有可能存在stack字段,返回具体的堆栈信息。 
  
-更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/community/development-specification/api)
+更多关于 Linkis Restful 接口的规范,请参考:[Linkis Restful 
接口规范](/docs/1.3.1/development/development-specification/api)
 
 ### 4.1 登录
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/deployment/directory-linkis.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/deployment/directory-linkis.md
new file mode 100644
index 0000000000..33880197d9
--- /dev/null
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/deployment/directory-linkis.md
@@ -0,0 +1,297 @@
+---
+title: linkis目录结构
+sidebar_position: 7
+---
+
+> 
Linkis代码层级目录结构,以及安装包目录结构和部署后的目录结构说明,如果想详细了解各个模块,请查看[Linkis的相关架构设计](architecture/overview.md)
+## 1. 源码目录结构
+
+```html
+├── docs
+│   ├── configuration //linkis所有模块的配置项文档
+│   ├── errorcode //linkis所有模块的错误码文档
+│   ├── configuration-change-records.md
+│   ├── index.md
+│   ├── info-1.1.3.md
+│   ├── info-1.2.1.md
+│   ├── info-1.3.1.md
+│   └── trino-usage.md
+├── linkis-commons //核心抽象,里面放有所有的公用模块
+│   ├── linkis-common //通用模块,内置很多通用工具类
+│   ├── linkis-hadoop-common
+│   ├── linkis-httpclient  //Java SDK顶层接口 对httpclient的进一步封装
+│   ├── linkis-module // linkis的服务顶层公用模块 涉及到服务启动时的参数和服务初始化 统一的Restful处理 登录态校验等
+│   ├── linkis-mybatis //SpringCloud的Mybatis模块
+│   ├── linkis-protocol //服务请求/响应的一些接口和实体类
+│   ├── linkis-rpc  //RPC模块,基于Feign实现的复杂双向通信
+│   ├── linkis-scheduler //通用调度模块
+│   ├── linkis-storage //文件操作工具集
+├── linkis-computation-governance //计算治理服务
+│   ├── linkis-client //Java SDK,用户通过Client可直接访问Linkis
+│   ├── linkis-computation-governance-common
+│   ├── linkis-engineconn
+│   ├── linkis-engineconn-manager
+│   ├── linkis-entrance //通用底层entrance模块
+│   ├── linkis-jdbc-driver //可以类似jdbc sdk方式连接使用linkis
+│   ├── linkis-manager
+├── linkis-dist //编译打包最后阶段步骤 整合所有lib包和安装部署脚本配置等
+│   ├── bin
+│   │   ├── checkEnv.sh
+│   │   ├── common.sh
+│   │   └── install.sh //安装脚本
+│   ├── deploy-config
+│   │   ├── db.sh  //数据库配置
+│   │   └── linkis-env.sh  //linkis 启动相关配置
+│   ├── docker
+│   │   └── scripts
+│   ├── helm
+│   │   ├── charts
+│   │   ├── scripts
+│   │   ├── README_CN.md
+│   │   └── README.md
+│   ├── package
+│   │   ├── bin
+│   │   ├── conf
+│   │   ├── db
+│   │   └── sbin
+│   ├── release-docs
+│   │   ├── licenses
+│   │   ├── LICENSE
+│   │   └── NOTICE
+│   ├── src
+│   └── pom.xml
+├── linkis-engineconn-plugins // 引擎 
+│   ├── elasticsearch 
+│   ├── flink
+│   ├── hive
+│   ├── io_file
+│   ├── jdbc
+│   ├── openlookeng
+│   ├── pipeline
+│   ├── presto
+│   ├── python
+│   ├── seatunnel
+│   ├── shell
+│   ├── spark
+│   ├── sqoop
+├── linkis-extensions // 扩展功能增强插件模块
+│   ├── linkis-io-file-client // 对linkis-storage的功能扩展
+├── linkis-orchestrator //服务的编排
+│   ├── linkis-code-orchestrator
+│   ├── linkis-computation-orchestrator
+│   ├── linkis-orchestrator-core
+├── linkis-public-enhancements //公共增强服务
+│   ├── linkis-basedata-manager
+│   ├── linkis-bml  // 物料库
+│   ├── linkis-configuration
+│   ├── linkis-context-service //统一上下文
+│   ├── linkis-datasource //数据源服务
+│   ├── linkis-error-code
+│   ├── linkis-instance-label
+│   ├── linkis-jobhistory
+│   ├── linkis-ps-common-lock
+│   ├── linkis-script-dev
+│   ├── linkis-udf
+│   ├── linkis-variable
+├── linkis-spring-cloud-services //微服务治理
+│   ├── linkis-service-discovery
+│   ├── linkis-service-gateway //网关Gateway
+├── linkis-web //linkis的管理台代码
+│   ├── release-docs
+│   │   ├── licenses
+│   │   └── LICENSE
+│   ├── src
+│   ├── config.sh
+│   ├── install.sh
+│   ├── package.json
+│   ├── pom.xml
+│   └── vue.config.js
+├── tool
+│   ├── dependencies
+│   │   ├── known-dependencies.txt
+│   │   └── regenerate_konwn_dependencies_txt.sh
+│   ├── code-style-idea.xml
+│   ├── license-header
+│   └── modify_license.sh
+├── CONTRIBUTING_CN.md
+├── CONTRIBUTING.md
+├── DISCLAIMER
+├── linkis-tree.txt
+├── mvnw
+├── mvnw.cmd
+├── pom.xml
+├── README_CN.md
+├── README.md
+└── scalastyle-config.xml
+
+```
+
+## 2. 安装包目录结构
+```html
+
+├── bin
+│   ├── checkEnv.sh ── 环境变量检测
+│   ├── common.sh ── 部分公共shell函数
+│   └── install.sh ── Linkis安装的主脚本
+├── deploy-config
+│   ├── db.sh       //数据库连接配置
+│   └── linkis-env.sh //相关环境配置信息
+├── docker
+├── helm
+├── licenses  
+├── linkis-package  //微服务相关的启动配置文件,依赖,脚本,linkis-cli等
+│   ├── bin
+│   ├── conf
+│   ├── db
+│   ├── lib
+│   └── sbin
+├── NOTICE
+├── DISCLAIMER
+├── LICENSE
+├── README_CN.md
+└── README.md
+
+```
+
+
+## 3. 部署后的目录结构
+
+
+```html
+├── bin              ──  linkis-cli  用于向Linkis提交任务的Shell命令行程序
+│   ├── linkis-cli
+│   ├── linkis-cli-hive
+│   ├── linkis-cli-pre
+│   ├── linkis-cli-spark-sql
+│   ├── linkis-cli-spark-submit
+│   └── linkis-cli-sqoop
+├── conf 配置目录
+│   ├── application-eureka.yml
+│   ├── application-linkis.yml    ── 微服务通用yml
+│   ├── linkis-cg-engineconnmanager.properties
+│   ├── linkis-cg-engineplugin.properties
+│   ├── linkis-cg-linkismanager.properties
+│   │── linkis-cli
+│   │   ├── linkis-cli.properties
+│   │   └── log4j2.xml
+│   ├── linkis-env.sh    ── linkis 环境变量配置
+│   ├── linkis-mg-gateway.properties
+│   ├── linkis.properties  ── linkis 服务的全局配合,所有微服务启动都会加载使用
+│   ├── linkis-ps-publicservice.properties
+│   ├── log4j2.xml
+├── db 数据库DML和DDL文件目录
+│   ├── linkis_ddl.sql ── 数据库表定义SQL
+│   ├── linkis_dml.sql ── 数据库表初始化SQL
+│   └── module    ── 包含各个微服务的DML和DDL文件
+│   └── upgrade   ── 针对每个版本 增量DML/DDL
+├── lib lib目录
+│   ├── linkis-commons ── 公共依赖包 大多服务启动时(linkis-mg-gateway除外) -cp 路径参数 都会加载这个目录
+│   ├── linkis-computation-governance ──计算治理模块的lib目录
+│   ├── linkis-engineconn-plugins ──所有引擎插件的lib目录
+│   ├── linkis-public-enhancements ──公共增强服务的lib目录
+│   └── linkis-spring-cloud-services ──SpringCloud的lib目录
+├── logs 日志目录
+│   ├── linkis-cg-engineconnmanager-gc.log
+│   ├── linkis-cg-engineconnmanager.log
+│   ├── linkis-cg-engineconnmanager.out
+│   ├── linkis-cg-engineplugin-gc.log
+│   ├── linkis-cg-engineplugin.log
+│   ├── linkis-cg-engineplugin.out
+│   ├── linkis-cg-entrance-gc.log
+│   ├── linkis-cg-entrance.log
+│   ├── linkis-cg-entrance.out
+│   ├── linkis-cg-linkismanager-gc.log
+│   ├── linkis-cg-linkismanager.log
+│   ├── linkis-cg-linkismanager.out
+│   ├── linkis-cli
+│   │   ├── linkis-client.hadoop.log.20220409162400037523664
+│   │   ├── linkis-client.hadoop.log.20220409162524417944443
+│   ├── linkis-mg-eureka-gc.log
+│   ├── linkis-mg-eureka.log
+│   ├── linkis-mg-eureka.out
+│   ├── linkis-mg-gateway-gc.log
+│   ├── linkis-mg-gateway.log
+│   ├── linkis-mg-gateway.out
+│   ├── linkis-ps-publicservice-gc.log
+│   ├── linkis-ps-publicservice.log
+│   └── linkis-ps-publicservice.out
+├── pid 所有微服务的进程ID
+│   ├── linkis_cg-engineconnmanager.pid ──引擎管理器微服务
+│   ├── linkis_cg-engineconnplugin.pid ──引擎插件微服务
+│   ├── linkis_cg-entrance.pid ──引擎入口微服务
+│   ├── linkis_cg-linkismanager.pid ──linkis管理器微服务
+│   ├── linkis_mg-eureka.pid ──eureka微服务
+│   ├── linkis_mg-gateway.pid ──gateway微服务
+│   └── linkis_ps-publicservice.pid ──公共微服务
+└── sbin 微服务启停脚本目录
+     ├── ext ──各个微服务的启停脚本目录
+     ├── linkis-daemon.sh ── 快捷启停、重启单个微服务脚本
+     ├── linkis-start-all.sh ── 一键启动全部微服务脚本
+     └── linkis-stop-all.sh ── 一键停止全部微服务脚本
+
+```
+
+### 3.1  配置项修改
+
+在执行完Linkis安装后,所有配置项位于conf目录下,
+如果需要进行配置项修改,修改配置`${LINKIS_HOME}/conf/*properties`文件后,重启对应的服务,
+如:`sh sbin/linkis-daemon.sh start ps-publicservice`。
+如果修改的是公共配置文件`application-eureka.yml/application-linkis.yml/linkis.properties`,需要重启所有服务`sh
 sbin/linkis-start-all.sh`
+
+
+
+
+### 3.2 微服务启停
+
+所有微服务名称如下:
+ ```
+├── linkis-cg-engineconnmanager 引擎管理服务  
+├── linkis-cg-engineplugin 引擎插件管理服务  
+├── linkis-cg-entrance 计算治理入口服务  
+├── linkis-cg-linkismanager 计算治理管理服务  
+├── linkis-mg-eureka 微服务注册中心服务  
+├── linkis-mg-gateway Linkis网关服务  
+├── linkis-ps-publicservice 公共服务 
+ ```
+
+**微服务简称**:
+
+| 简称 | 英文全称                | 中文全称   |
+ |------|-------------------------|------------|
+| cg   | Computation Governance  | 计算治理   |
+| mg   | Microservice Covernance | 微服务治理 |
+| ps   | Public Enhancement Service  | 公共增强服务   |
+
+
+
+``` 
+# 一次性启动所有微服务:
+ 
+     sh linkis-start-all.sh
+ 
+# 一次性关停所有微服务
+ 
+     sh linkis-stop-all.sh
+ 
+# 启动单个微服务(服务名需要去掉linkis前缀如:mg-eureka)
+ 
+     sh linkis-daemon.sh start service-name
+ 
+     例如: sh linkis-daemon.sh start mg-eureka
+ 
+# 关闭单个微服务
+ 
+     sh linkis-daemon.sh stop service-name
+ 
+     例如: sh linkis-daemon.sh stop mg-eureka
+ 
+# 重启单个微服务
+ 
+     sh linkis-daemon.sh restart service-name
+ 
+     例如: sh linkis-daemon.sh restart mg-eureka
+# 查看单个微服务的状态
+ 
+     sh linkis-daemon.sh status service-name
+ 
+     例如: sh linkis-daemon.sh status mg-eureka
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/tuning-and-troubleshooting/overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/tuning-and-troubleshooting/overview.md
index 251cfd1ae3..fc9ee74ac3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/tuning-and-troubleshooting/overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.0/tuning-and-troubleshooting/overview.md
@@ -165,6 +165,6 @@ sh -x engineConnExec.sh
 ### 5. 定位源码远程debug
 
 通常情况下,对源码远程debug是定位问题最有效的方式,但相对查阅文档来说,需要用户对源码结构有一定的了解,
-这里建议您在远程debug前查阅《 [Linkis源码层级结构详解](deployment/directory-linkis.md) 
》,对项目的源码结构进行初步的了解,
-有一定程度上的熟悉之后,可以参考《 [如何DebugLinkis](development/debug.md) 》一文 调试对应微服务下的代码。
+这里建议您在远程debug前查阅《 [Linkis源码层级结构详解](../deployment/directory-linkis.md) 
》,对项目的源码结构进行初步的了解,
+有一定程度上的熟悉之后,可以参考《 [如何DebugLinkis](../development/debug.md) 》一文 调试对应微服务下的代码。
 
diff --git a/src/pages/versions/config.json b/src/pages/versions/config.json
index 9a51a393bd..1f864c9260 100644
--- a/src/pages/versions/config.json
+++ b/src/pages/versions/config.json
@@ -22,7 +22,7 @@
       "nextData": [
         {
           "versionLabel": "Next-1.3.1(WIP)",
-          "docUrl": "/zh-CN/docs/1.3.1/introduction"
+          "docUrl": "/zh-CN/docs/1.3.1/about/introduction"
         }
       ],
       "historyData": [
@@ -100,7 +100,7 @@
       "nextData": [
         {
           "versionLabel": "Next-1.3.1(WIP)",
-          "docUrl": "/docs/1.3.1/introduction"
+          "docUrl": "/docs/1.3.1/about/introduction"
         }
       ],
       "historyData": [
diff --git a/versioned_docs/version-0.11.0/api/login-api.md 
b/versioned_docs/version-0.11.0/api/login-api.md
index c8a93a8c50..62b7733c1e 100644
--- a/versioned_docs/version-0.11.0/api/login-api.md
+++ b/versioned_docs/version-0.11.0/api/login-api.md
@@ -9,7 +9,7 @@ sidebar_position: 1
 
 Linkis defines its own set of interface specifications when interacting 
between the front and back ends.
 
-If you are interested in the interface specification, please click here [view 
interface specification](/community/development-specification/api)
+If you are interested in the interface specification, please click here [view 
interface specification](/docs/1.3.1/development/development-specification/api)
 
 ## 2 How to achieve login-free
 
diff --git a/versioned_docs/version-0.11.0/api/rest-api.md 
b/versioned_docs/version-0.11.0/api/rest-api.md
index b31b66dea7..a0725cf43b 100644
--- a/versioned_docs/version-0.11.0/api/rest-api.md
+++ b/versioned_docs/version-0.11.0/api/rest-api.md
@@ -9,7 +9,7 @@ sidebar_position: 2
 
 Linkis defines its own set of interface specifications when interacting 
between the front and back ends.
 
-If you are interested in the interface specification, please click here [view 
interface specification](/community/development-specification/api)
+If you are interested in the interface specification, please click here [view 
interface specification](/docs/1.3.1/development/development-specification/api)
 
 ## 2 HTTP interface summary
 
diff --git a/versioned_docs/version-0.11.0/api/web-socket.md 
b/versioned_docs/version-0.11.0/api/web-socket.md
index 4d336444f3..c1ddea4b6e 100644
--- a/versioned_docs/version-0.11.0/api/web-socket.md
+++ b/versioned_docs/version-0.11.0/api/web-socket.md
@@ -9,7 +9,7 @@ sidebar_position: 3
 
 Linkis defines a set of its own interface norms when interacting at the back 
and back end.
 
-If you are interested in interface specifications, please click here[to view 
interface norms](/community/development-specification/api)
+If you are interested in interface specifications, please click here[to view 
interface norms](/docs/1.3.1/development/development-specification/api)
 
 ## 2 WebSocket Interface Summary
 
diff --git a/versioned_docs/version-1.0.2/api/linkis-task-operator.md 
b/versioned_docs/version-1.0.2/api/linkis-task-operator.md
index 2cdd9552bc..ee1f35d6e3 100644
--- a/versioned_docs/version-1.0.2/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.0.2/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 2
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](../../../community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit for Execution
 
diff --git a/versioned_docs/version-1.0.2/api/login-api.md 
b/versioned_docs/version-1.0.2/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.0.2/api/login-api.md
+++ b/versioned_docs/version-1.0.2/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.0.3/api/linkis-task-operator.md 
b/versioned_docs/version-1.0.3/api/linkis-task-operator.md
index 099af63407..ee1f35d6e3 100644
--- a/versioned_docs/version-1.0.3/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.0.3/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 2
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit for Execution
 
diff --git a/versioned_docs/version-1.0.3/api/login-api.md 
b/versioned_docs/version-1.0.3/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.0.3/api/login-api.md
+++ b/versioned_docs/version-1.0.3/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.1.0/api/linkis-task-operator.md 
b/versioned_docs/version-1.1.0/api/linkis-task-operator.md
index 099af63407..ee1f35d6e3 100644
--- a/versioned_docs/version-1.1.0/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.1.0/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 2
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit for Execution
 
diff --git a/versioned_docs/version-1.1.0/api/login-api.md 
b/versioned_docs/version-1.1.0/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.1.0/api/login-api.md
+++ b/versioned_docs/version-1.1.0/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.1.1/api/linkis-task-operator.md 
b/versioned_docs/version-1.1.1/api/linkis-task-operator.md
index 12912cf557..767a4d23c0 100644
--- a/versioned_docs/version-1.1.1/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.1.1/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 2
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
 
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit task
 
diff --git a/versioned_docs/version-1.1.1/api/login-api.md 
b/versioned_docs/version-1.1.1/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.1.1/api/login-api.md
+++ b/versioned_docs/version-1.1.1/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.1.2/api/linkis-task-operator.md 
b/versioned_docs/version-1.1.2/api/linkis-task-operator.md
index 12912cf557..767a4d23c0 100644
--- a/versioned_docs/version-1.1.2/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.1.2/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 2
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
 
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit task
 
diff --git a/versioned_docs/version-1.1.2/api/login-api.md 
b/versioned_docs/version-1.1.2/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.1.2/api/login-api.md
+++ b/versioned_docs/version-1.1.2/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.1.3/api/linkis-task-operator.md 
b/versioned_docs/version-1.1.3/api/linkis-task-operator.md
index e817de1ce7..a2d8a32f47 100644
--- a/versioned_docs/version-1.1.3/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.1.3/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 3
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit task
 
diff --git a/versioned_docs/version-1.1.3/api/login-api.md 
b/versioned_docs/version-1.1.3/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.1.3/api/login-api.md
+++ b/versioned_docs/version-1.1.3/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.2.0/api/linkis-task-operator.md 
b/versioned_docs/version-1.2.0/api/linkis-task-operator.md
index e817de1ce7..a2d8a32f47 100644
--- a/versioned_docs/version-1.2.0/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.2.0/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 3
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit task
 
diff --git a/versioned_docs/version-1.2.0/api/login-api.md 
b/versioned_docs/version-1.2.0/api/login-api.md
index 0642231cd2..3312ce7768 100644
--- a/versioned_docs/version-1.2.0/api/login-api.md
+++ b/versioned_docs/version-1.2.0/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.3.0/api/linkis-task-operator.md 
b/versioned_docs/version-1.3.0/api/linkis-task-operator.md
index 173b25c28a..2f3d30645a 100644
--- a/versioned_docs/version-1.3.0/api/linkis-task-operator.md
+++ b/versioned_docs/version-1.3.0/api/linkis-task-operator.md
@@ -23,7 +23,7 @@ sidebar_position: 3
  - data: return specific data.
  - message: return the requested prompt message. If the status is not 0, the 
message returned is an error message, and the data may have a stack field, 
which returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1. Submit task
 
diff --git a/versioned_docs/version-1.3.0/api/login-api.md 
b/versioned_docs/version-1.3.0/api/login-api.md
index 6f97add621..7a8a7fa028 100644
--- a/versioned_docs/version-1.3.0/api/login-api.md
+++ b/versioned_docs/version-1.3.0/api/login-api.md
@@ -60,7 +60,7 @@ We provide the following login-related interfaces:
 - data: return specific data.
 - message: return the requested prompt message. If the status is not 0, the 
message returns an error message, and the data may have a stack field, which 
returns specific stack information.
  
-For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/community/development-specification/api)
+For more information about the Linkis Restful interface specification, please 
refer to: [Linkis Restful Interface 
Specification](/docs/1.3.1/development/development-specification/api)
 
 ### 1). Login In
 
diff --git a/versioned_docs/version-1.3.0/deployment/directory-linkis.md 
b/versioned_docs/version-1.3.0/deployment/directory-linkis.md
new file mode 100644
index 0000000000..38adfa7f1a
--- /dev/null
+++ b/versioned_docs/version-1.3.0/deployment/directory-linkis.md
@@ -0,0 +1,292 @@
+---
+title: linkis directory structure
+Sidebar position: 7
+---
+
+> linkis code hierarchy structure, as well as package structure and deployment 
directory structure description description, if you explain, if you want to 
explain, if you want to know more about each module module module module
+## 1. Source code directory structure
+
+```html
+├── docs
+│ ├── configuration //linkis configuration item documents for all modules
+│ ├── errorcode // error code document of all modules of linkis
+│ ├── configuration-change-records.md
+│ ├── index.md
+│ ├── info-1.1.3.md
+│ ├── info-1.2.1.md
+│ ├── info-1.3.1.md
+│ └── trino-usage.md
+├── linkis-commons //Core abstraction, which contains all common modules
+│ ├── linkis-common //Common module, many built-in common tools
+│ ├── linkis-hadoop-common
+│ ├── linkis-httpclient //Java SDK top-level interface further encapsulates 
httpclient
+│ ├── linkis-module // The top-level public module of linkis service involves 
parameters and service initialization when the service starts, unified Restful 
processing, login status verification, etc.
+│ ├── linkis-mybatis //Mybatis module of SpringCloud
+│ ├── linkis-protocol //Some interfaces and entity classes of service 
request/response
+│ ├── linkis-rpc //RPC module, complex two-way communication based on Feign
+│ ├── linkis-scheduler //General scheduling module
+│ ├── linkis-storage //File operation tool set
+├── linkis-computation-governance //Computation governance service
+│ ├── linkis-client //Java SDK, users can directly access Linkis through Client
+│ ├── linkis-computation-governance-common
+│ ├── linkis-engineconn
+│ ├── linkis-engineconn-manager
+│ ├── linkis-entrance //General underlying entrance module
+│ ├── linkis-jdbc-driver //You can use linkis to connect in a similar way to 
jdbc sdk
+│ ├── linkis-manager
+├── linkis-dist //The final step of compiling and packaging, integrating all 
lib packages and installation and deployment script configuration, etc.
+│ ├── bin
+│ │ ├── checkEnv.sh
+│ │ ├── common.sh
+│ │ └── install.sh //Installation script
+│ ├── deploy-config
+│ │ ├── db.sh //database configuration
+│ │ └── linkis-env.sh //linkis startup related configuration
+│ ├── docker
+│ │ └── scripts
+│ ├── helm
+│ │ ├── charts
+│ │ ├── scripts
+│ │ ├── README_CN.md
+│ │ └── README.md
+│ ├── package
+│ │ ├── bin
+│ │ ├── conf
+│ │ ├── db
+│ │ └── sbin
+│ ├── release-docs
+│ │ ├── licenses
+│ │ ├── LICENSE
+│ │ └── NOTICE
+│ ├── src
+│ └── pom.xml
+├── linkis-engineconn-plugins // engine
+│ ├── elasticsearch
+│ ├── flink
+│ ├──hive
+│ ├── io_file
+│ ├── jdbc
+│ ├── open look
+│ ├── pipeline
+│ ├── presto
+│ ├── python
+│ ├── seat tunnel
+│ ├── shell
+│ ├── spark
+│ ├── sqoop
+├── linkis-extensions // extension function enhancement plug-in module
+│ ├── linkis-io-file-client // function extension to linkis-storage
+├── linkis-orchestrator //Service orchestration
+│ ├── linkis-code-orchestrator
+│ ├── linkis-computation-orchestrator
+│ ├── linkis-orchestrator-core
+├── linkis-public-enhancements //public enhancement services
+│ ├── linkis-baseddata-manager
+│ ├── linkis-bml // material library
+│ ├── linkis-configuration
+│ ├── linkis-context-service //unified context
+│ ├── linkis-datasource //data source service
+│ ├── linkis-error-code
+│ ├── linkis-instance-label
+│ ├── linkis-jobhistory
+│ ├── linkis-ps-common-lock
+│ ├── linkis-script-dev
+│ ├── linkis-udf
+│ ├── linkis-variable
+├── linkis-spring-cloud-services //Microservice Governance
+│ ├── linkis-service-discovery
+│ ├── linkis-service-gateway //Gateway Gateway
+├── linkis-web //linkis management console code
+│ ├── release-docs
+│ │ ├── licenses
+│ │ └── LICENSE
+│ ├── src
+│ ├── config.sh
+│ ├── install.sh
+│ ├── package.json
+│ ├── pom.xml
+│ └── vue.config.js
+├── tool
+│ ├── dependencies
+│ │ ├── known-dependencies.txt
+│ │ └── regenerate_konwn_dependencies_txt.sh
+│ ├── code-style-idea.xml
+│ ├── license-header
+│ └── modify_license.sh
+├── CONTRIBUTING_CN.md
+├── CONTRIBUTING.md
+├── DISCLAIMER
+├── linkis-tree.txt
+├── mvnw
+├── mvnw.cmd
+├── pom.xml
+├── README_CN.md
+├── README.md
+└── scalastyle-config.xml
+
+```
+
+## 2. Installation package directory structure
+```html
+
+├── bin
+│ ├── checkEnv.sh ── environment variable detection
+│ ├── common.sh ── some public shell functions
+│ └── install.sh ── Main script for Linkis installation
+├── deploy-config
+│ ├── db.sh //Database connection configuration
+│ └── linkis-env.sh //Related environment configuration information
+├── docker
+├── helm
+├── licenses
+├── linkis-package //Microservice-related startup configuration files, 
dependencies, scripts, linkis-cli, etc.
+│ ├── bin
+│ ├── conf
+│ ├── db
+│ ├── lib
+│ └── sbin
+├── NOTICE
+├── DISCLAIMER
+├── LICENSE
+├── README_CN.md
+└── README.md
+
+```
+
+## 3. Directory structure after deployment
+
+
+```html
+├── bin ── linkis-cli Shell command line program used to submit tasks to Linkis
+│ ├── linkis-cli
+│ ├── linkis-cli-hive
+│ ├── linkis-cli-pre
+│ ├── linkis-cli-spark-sql
+│ ├── linkis-cli-spark-submit
+│ └── linkis-cli-sqoop
+├── conf configuration directory
+│ ├── application-eureka.yml
+│ ├── application-linkis.yml ── Microservice general yml
+│ ├── linkis-cg-engineconnmanager.properties
+│ ├── linkis-cg-engineplugin.properties
+│ ├── linkis-cg-linkismanager.properties
+│ │── linkis-cli
+│ │ ├── linkis-cli.properties
+│ │ └── log4j2.xml
+│ ├── linkis-env.sh ── linkis environment variable configuration
+│ ├── linkis-mg-gateway.properties
+│ ├── linkis.properties ── The global coordination of linkis services, all 
microservices will be loaded and used when starting
+│ ├── linkis-ps-publicservice.properties
+│ ├── log4j2.xml
+├── db Database DML and DDL file directory
+│ ├── linkis_ddl.sql ── database table definition SQL
+│ ├── linkis_dml.sql ── database table initialization SQL
+│ └── module ── Contains DML and DDL files of each microservice
+│ └── upgrade ── Incremental DML/DDL for each version
+├── lib lib directory
+│ ├── linkis-commons ── Public dependency package When most services start 
(except linkis-mg-gateway) -cp path parameter will load this directory
+│ ├── linkis-computation-governance ── lib directory of computing governance 
module
+│ ├── linkis-engineconn-plugins ── lib directory of all engine plugins
+│ ├── linkis-public-enhancements ── lib directory of public enhancement 
services
+│ └── linkis-spring-cloud-services ── SpringCloud lib directory
+├── logs log directory
+│ ├── linkis-cg-engineconnmanager-gc.log
+│ ├── linkis-cg-engineconnmanager.log
+│ ├── linkis-cg-engineconnmanager.out
+│ ├── linkis-cg-engineplugin-gc.log
+│ ├── linkis-cg-engineplugin.log
+│ ├── linkis-cg-engineplugin.out
+│ ├── linkis-cg-entrance-gc.log
+│ ├── linkis-cg-entrance.log
+│ ├── linkis-cg-entrance.out
+│ ├── linkis-cg-linkismanager-gc.log
+│ ├── linkis-cg-linkismanager.log
+│ ├── linkis-cg-linkismanager.out
+│ ├── linkis-cli
+│ │ ├── linkis-client.hadoop.log.20220409162400037523664
+│ │ ├── linkis-client.hadoop.log.20220409162524417944443
+│ ├── linkis-mg-eureka-gc.log
+│ ├── linkis-mg-eureka.log
+│ ├── linkis-mg-eureka.out
+│ ├── linkis-mg-gateway-gc.log
+│ ├── linkis-mg-gateway.log
+│ ├── linkis-mg-gateway.out
+│ ├── linkis-ps-publicservice-gc.log
+│ ├── linkis-ps-publicservice.log
+│ └── linkis-ps-publicservice.out
+├── pid The process ID of all microservices
+│ ├── linkis_cg-engineconnmanager.pid ── engine manager microservice
+│ ├── linkis_cg-engineconnplugin.pid ── engine plugin microservice
+│ ├── linkis_cg-entrance.pid ── engine entry microservice
+│ ├── linkis_cg-linkismanager.pid ── linkis manager microservice
+│ ├── linkis_mg-eureka.pid ── eureka microservice
+│ ├── linkis_mg-gateway.pid ──gateway microservice
+│ └── linkis_ps-publicservice.pid ── public microservice
+└── sbin Microservice startup and shutdown script directory
+├── ext ──The start and stop script directory of each microservice
+  ├── linkis-daemon.sh ── Quickly start, stop, and restart a single 
microservice script
+├── linkis-start-all.sh ── Start all microservice scripts with one click
+└── linkis-stop-all.sh ── Stop all microservice scripts with one click
+```
+### 3.1 Configuration item modification
+
+After executing Linkis installation, all configuration items are located in 
the conf directory,
+If you need to modify the configuration items, after modifying the 
`${LINKIS_HOME}/conf/*properties` file, restart the corresponding service,
+For example: `sh sbin/linkis-daemon.sh start ps-publicservice`.
+If you modify the public configuration file 
`application-eureka.yml/application-linkis.yml/linkis.properties`, you need to 
restart all services `sh sbin/linkis-start-all.sh`
+
+### 3.2 Microservice start and stop
+
+All microservice names are as follows:
+ ```
+├── linkis-cg-engineconnmanager engine management service
+├── linkis-cg-engineplugin engine plugin management service
+├── linkis-cg-entrance computing governance entry service
+├── linkis-cg-linkismanager computing governance management service
+├── linkis-mg-eureka microservice registry service
+├── linkis-mg-gateway Linkis gateway service
+├── linkis-ps-publicservice public service
+ ```
+
+**Microservice Abbreviation**:
+
+| Abbreviation | Full name in English | Full name in Chinese |
+ |------|-------------------------|------------|
+| cg | Computation Governance | Computing Governance |
+| mg | Microservice Covernance | Microservice Governance |
+| ps | Public Enhancement Service | Public Enhancement Service |
+
+
+
+```
+# Start all microservices at once:
+ 
+     sh linkis-start-all.sh
+ 
+# Shut down all microservices at once
+ 
+     sh linkis-stop-all.sh
+ 
+# Start a single microservice (the service name needs to remove the linkis 
prefix, such as: mg-eureka)
+ 
+     sh linkis-daemon.sh start service-name
+ 
+     For example: sh linkis-daemon.sh start mg-eureka
+ 
+# Shut down a single microservice
+ 
+     sh linkis-daemon.sh stop service-name
+ 
+     For example: sh linkis-daemon.sh stop mg-eureka
+ 
+# Restart a single microservice
+ 
+     sh linkis-daemon.sh restart service-name
+ 
+     For example: sh linkis-daemon.sh restart mg-eureka
+# View the status of a single microservice
+ 
+     sh linkis-daemon.sh status service-name
+ 
+     For example: sh linkis-daemon.sh status mg-eureka
+```
\ No newline at end of file
diff --git 
a/versioned_docs/version-1.3.0/tuning-and-troubleshooting/overview.md 
b/versioned_docs/version-1.3.0/tuning-and-troubleshooting/overview.md
index 2909f8b7a3..864c7148c6 100644
--- a/versioned_docs/version-1.3.0/tuning-and-troubleshooting/overview.md
+++ b/versioned_docs/version-1.3.0/tuning-and-troubleshooting/overview.md
@@ -97,4 +97,4 @@ For problems that cannot be resolved according to the above 
process positioning
 
 ### Ⅵ. locate the source code by remote debug
 
-Under normal circumstances, remote debugging of source code is the most 
effective way to locate problems, but compared to document review, users need 
to have a certain understanding of the source code structure. It is recommended 
that you check the [Linkis source code level detailed 
structure](deployment/directory-linkis.md) in the Linkis WIKI before remote 
debugging.After having a certain degree of familiarity to the the source code 
structure of the project, after a certain degree of fa [...]
\ No newline at end of file
+Under normal circumstances, remote debugging of source code is the most 
effective way to locate problems, but compared to document review, users need 
to have a certain understanding of the source code structure. It is recommended 
that you check the [Linkis source code level detailed 
structure](../deployment/directory-linkis.md) in the Linkis WIKI before remote 
debugging.After having a certain degree of familiarity to the the source code 
structure of the project, after a certain degree of [...]
\ No newline at end of file


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

Reply via email to