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 86e7132401 fix:expected corresponding JSX closing tag for
<dependencyManagement>
86e7132401 is described below
commit 86e71324012366435da83021a504e411619fd255
Author: casionone <[email protected]>
AuthorDate: Sat Dec 3 11:59:45 2022 +0800
fix:expected corresponding JSX closing tag for <dependencyManagement>
---
docs/development/debug.md | 2 +-
docusaurus.config.js | 6 ------
versioned_docs/version-1.2.0/development/linkis-debug.md | 2 +-
versioned_docs/version-1.3.0/development/debug.md | 2 +-
4 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/docs/development/debug.md b/docs/development/debug.md
index 1503f6760e..22dbbfc12b 100644
--- a/docs/development/debug.md
+++ b/docs/development/debug.md
@@ -52,7 +52,7 @@ The way to add to the dependency is as follows, modify the
pom.xml file of the c
<version>${mysql.connector.version}</version>
</dependency>
````
-At the same time, it is necessary to keep whether the scope of
mysql-connector-java dependency is set to test according to the
<dependencyManagement> of pom.xml. If so, comments are required for local
debugging
+At the same time, it is necessary to keep whether the scope of
mysql-connector-java dependency is set to test according to the
`<dependencyManagement>` of pom.xml. If so, comments are required for local
debugging
### 3.2 Adjust log4j2.xml configuration
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 6d6b564c63..ea48122dd2 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -169,13 +169,7 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
items: [
{label: '1.3.0', to: '/docs/latest/introduction'},
{label: '1.2.0', to: '/docs/1.2.0/introduction'},
- {label: '1.1.3', to: '/docs/1.1.3/introduction'},
- {label: '1.1.2', to: '/docs/1.1.2/introduction'},
{label: '1.1.1', to: '/docs/1.1.1/introduction'},
- {label: '1.1.0', to: '/docs/1.1.0/introduction'},
- {label: '1.0.3', to: '/docs/1.0.3/introduction'},
- {label: '1.0.2', to: '/docs/1.0.2/introduction'},
- {label: '0.11.0', to: '/docs/0.11.0/introduction'},
{label: 'Next(1.3.1)', to: '/docs/1.3.1/introduction'},
{label: 'All Version', to: '/versions'}
]
diff --git a/versioned_docs/version-1.2.0/development/linkis-debug.md
b/versioned_docs/version-1.2.0/development/linkis-debug.md
index 1503f6760e..22dbbfc12b 100644
--- a/versioned_docs/version-1.2.0/development/linkis-debug.md
+++ b/versioned_docs/version-1.2.0/development/linkis-debug.md
@@ -52,7 +52,7 @@ The way to add to the dependency is as follows, modify the
pom.xml file of the c
<version>${mysql.connector.version}</version>
</dependency>
````
-At the same time, it is necessary to keep whether the scope of
mysql-connector-java dependency is set to test according to the
<dependencyManagement> of pom.xml. If so, comments are required for local
debugging
+At the same time, it is necessary to keep whether the scope of
mysql-connector-java dependency is set to test according to the
`<dependencyManagement>` of pom.xml. If so, comments are required for local
debugging
### 3.2 Adjust log4j2.xml configuration
diff --git a/versioned_docs/version-1.3.0/development/debug.md
b/versioned_docs/version-1.3.0/development/debug.md
index 1503f6760e..22dbbfc12b 100644
--- a/versioned_docs/version-1.3.0/development/debug.md
+++ b/versioned_docs/version-1.3.0/development/debug.md
@@ -52,7 +52,7 @@ The way to add to the dependency is as follows, modify the
pom.xml file of the c
<version>${mysql.connector.version}</version>
</dependency>
````
-At the same time, it is necessary to keep whether the scope of
mysql-connector-java dependency is set to test according to the
<dependencyManagement> of pom.xml. If so, comments are required for local
debugging
+At the same time, it is necessary to keep whether the scope of
mysql-connector-java dependency is set to test according to the
`<dependencyManagement>` of pom.xml. If so, comments are required for local
debugging
### 3.2 Adjust log4j2.xml configuration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]