casionone commented on code in PR #623:
URL: 
https://github.com/apache/incubator-linkis-website/pull/623#discussion_r1045354539


##########
docs/tuning-and-troubleshooting/configuration.md:
##########
@@ -1,339 +1,341 @@
 ---
-title:   Configurations
+title: Configurations
 sidebar_position: 1
 ---
 
-# Linkis1.0 Configurations
+> A public configuration file linkis.properties is provided in the conf 
directory to avoid common configuration parameters needing to be configured in 
multiple microservices at the same time. This document will list the parameters 
by module.
 
-> The configuration of Linkis1.0 is simplified on the basis of Linkis0.x. A 
public configuration file linkis.properties is provided in the conf directory 
to avoid the need for common configuration parameters to be configured in 
multiple microservices at the same time. This document will list the parameters 
of Linkis1.0 in modules.
+Please note: This article only gives all the configuration parameters of 
Linkis that affect the running performance or depend on the environment. Many 
configuration parameters that do not need to be cared about by the user have 
been omitted. If the user is interested, you can browse the source code to view 
it.
 
-        Please be noticed: This 
article only lists all the configuration parameters related to Linkis that have 
an impact on operating performance or environment dependence. Many 
configuration parameters that do not need users to care about have been 
omitted. If users are interested, they can browse through the source code.
+## 1 General configuration
 
-### 1 General configuration
+The general configuration can be set in the global `linkis.properties`. One 
setting can take effect for each microservice.
 
-        The general configuration can 
be set in the global linkis.properties, one setting, each microservice can take 
effect.
+### 1.1 Global Configuration Parameters
 
-#### 1.1 Global configurations
-
-| Parameter name | Default value | Description |
-| ------------------------- | ------- | --------------- 
--------------------------------------------|
-| wds.linkis.encoding | utf-8 | Linkis default encoding format |
-| wds.linkis.date.pattern | yyyy-MM-dd'T'HH:mm:ssZ | Default date format |
+| parameter name | default value | description                                 
                   |
+| ------------------------- | -------  | 
-----------------------------------------------------------|
+|  wds.linkis.encoding  | utf-8 | Linkis default encoding format |
+| wds.linkis.date.pattern | yyyy-MM-dd'T'HH:mm:ssZ | default date format |
 | wds.linkis.test.mode | false | Whether to enable debugging mode, if set to 
true, all microservices support password-free login, and all EngineConn open 
remote debugging ports |
-| wds.linkis.test.user | None | When wds.linkis.test.mode=true, the default 
login user for password-free login |
+| wds.linkis.test.user | none | When wds.linkis.test.mode=true, the default 
login user for password-free login |
 | wds.linkis.home | /appcom/Install/LinkisInstall | Linkis installation 
directory, if it does not exist, it will automatically get the value of 
LINKIS_HOME |
-| wds.linkis.httpclient.default.connect.timeOut | 50000 | Linkis HttpClient 
default connection timeout |
+| wds.linkis.httpclient.default.connect.timeOut | 50000 | Default connection 
timeout of Linkis HttpClient |
 

Review Comment:
   
![image](https://user-images.githubusercontent.com/7869972/206946882-16e77e2c-eef6-4a22-b71e-97488f1cd1be.png)
   
   `| parameter name | default value | description |`->`| Parameter Name | 
Default Value | Description |`
   
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to