Skip to content

Commit 2a1e042

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/express-4.19.2
2 parents 90884a3 + d9fada0 commit 2a1e042

File tree

2,158 files changed

+221592
-11421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,158 files changed

+221592
-11421
lines changed

docs/deployment/integrated/hive-lineage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the following configuration
3030
vim $HIVE_HOME/conf/hive-log4j2.properties
3131

3232
Add the following configuration
33-
og4j.logger.org.apache.hadoop.hive.ql.hooks.LineageLogger=INFO
33+
log4j.logger.org.apache.hadoop.hive.ql.hooks.LineageLogger=INFO
3434
```
3535

3636
### 2.3 Submit task

docusaurus.config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
4141
editUrl: 'https://github.com/apache/linkis-website/edit/dev/',
4242
versions: {
4343
current: {
44-
path: '1.6.0',
45-
label: 'Next(1.6.0)'
44+
path: '1.8.0',
45+
label: 'Next(1.8.0)'
4646
},
47-
'1.5.0': {
47+
'1.7.0': {
4848
path: 'latest',
4949
},
5050
}
@@ -161,14 +161,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
161161
label: 'Doc',
162162
position: 'right',
163163
items: [
164-
{label: '1.5.0', to: '/docs/latest/about/introduction'},
164+
{label: '1.7.0', to: '/docs/latest/about/introduction'},
165+
{label: '1.6.0', to: '/docs/1.6.0/about/introduction'},
166+
{label: '1.5.0', to: '/docs/1.5.0/about/introduction'},
165167
{label: '1.4.0', to: '/docs/1.4.0/about/introduction'},
166-
{label: '1.3.2', to: '/docs/1.3.2/about/introduction'},
167168
// {label: '1.3.1', to: '/docs/1.3.1/about/introduction'},
168169
// {label: '1.3.0', to: '/docs/1.3.0/introduction'},
169170
// {label: '1.2.0', to: '/docs/1.2.0/introduction'},
170171
// {label: '1.1.1', to: '/docs/1.1.1/introduction'},
171-
{label: 'Next(1.6.0)', to: '/docs/1.6.0/about/introduction'},
172+
{label: 'Next(1.8.0)', to: '/docs/1.8.0/about/introduction'},
172173
{label: 'All Version', to: '/versions'}
173174
]
174175
},
@@ -358,7 +359,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
358359
createRedirects(existingPath) {
359360
if (existingPath.includes('/latest')) {
360361
return [
361-
existingPath.replace('/latest', '/1.5.0'),
362+
existingPath.replace('/latest', '/1.7.0'),
362363
];
363364
}
364365
return undefined; // Return a false value: no redirect created
@@ -395,4 +396,4 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
395396
// },
396397
// ],
397398
]
398-
});
399+
});

download/main.md

Lines changed: 18 additions & 16 deletions
Large diffs are not rendered by default.

download/release-notes-1.0.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.0.2
3-
sidebar_position: 10
3+
sidebar_position: 100
44
---
55
><font color='red'> This is Non-ASF Version </font>
66

download/release-notes-1.0.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.0.3
3-
sidebar_position: 9
3+
sidebar_position: 99
44
---
55

66
Apache Linkis 1.0.3 includes all of [Project Linkis-1.0.3](https://github.com/apache/linkis/projects/13).

download/release-notes-1.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.1.0
3-
sidebar_position: 8
3+
sidebar_position: 98
44
---
55

66
Apache Linkis 1.1.0 includes all of [Project Linkis-1.1.0](https://github.com/apache/linkis/projects/3).

download/release-notes-1.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.1.1
3-
sidebar_position: 7
3+
sidebar_position: 97
44
---
55

66
Apache Linkis 1.1.1 includes all of [Project Linkis-1.1.1](https://github.com/apache/linkis/projects/18).

download/release-notes-1.1.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.1.2
3-
sidebar_position: 6
3+
sidebar_position: 96
44
---
55

66
Apache Linkis 1.1.2 includes all of [Project Linkis-1.1.2](https://github.com/apache/linkis/projects/20).

download/release-notes-1.1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.1.3
3-
sidebar_position: 0.2
3+
sidebar_position: 95
44
---
55

66
Apache Linkis 1.1.3 includes all of [Project Linkis-1.1.3](https://github.com/apache/linkis/projects/19).

download/release-notes-1.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Release Notes 1.2.0
3-
sidebar_position: 0.18
3+
sidebar_position: 94
44
---
55

66
Apache Linkis 1.2.0 includes all of [Project Linkis-1.2.0](https://github.com/apache/linkis/projects/12).

0 commit comments

Comments
 (0)