Skip to content

Commit 22163a8

Browse files
committed
fix doc error
1 parent 9e1cf63 commit 22163a8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/configs/docsdev.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ export default {
217217
title: 'Kubeflow',
218218
link: '/en-us/docs/dev/user_doc/guide/task/kubeflow.html',
219219
},
220+
{
221+
title: 'Apache Linkis',
222+
link: '/en-us/docs/dev/user_doc/guide/task/linkis.html',
223+
},
220224
],
221225
},
222226
{
@@ -877,6 +881,10 @@ export default {
877881
title: 'Kubeflow',
878882
link: '/zh-cn/docs/dev/user_doc/guide/task/kubeflow.html',
879883
},
884+
{
885+
title: 'Apache Linkis',
886+
link: '/zh-cn/docs/dev/user_doc/guide/task/linkis.html',
887+
},
880888
],
881889
},
882890
{

docs/docs/en/guide/task/linkis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ According to the above parameter description, configure the required content.
3636

3737
### Config example
3838

39-
```Config
39+
```
4040
4141
sh ./bin/linkis-cli -engineType spark-2.4.3 -codeType sql -code "select count(*) from testdb.test;" -submitUser hadoop -proxyUser hadoop
4242
@@ -45,5 +45,5 @@ sh ./bin/linkis-cli -engineType spark-2.4.3 -codeType sql -code "select count(*)
4545
### Attention
4646

4747
- No need to fill `sh ./bin/linkis-cli` in the configuration column, it has been configured in advance.
48-
- The default configuration is asynchronous submission. You do not need to configure the `-- async` parameter.
48+
- The default configuration is asynchronous submission. You do not need to configure the `--async` parameter.
4949

docs/docs/zh/guide/task/linkis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
### Config 样例
3838

39-
```Config
39+
```
4040
4141
sh ./bin/linkis-cli -engineType spark-2.4.3 -codeType sql -code "select count(*) from testdb.test;" -submitUser hadoop -proxyUser hadoop
4242

0 commit comments

Comments
 (0)