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

vgalaxies pushed a commit to branch 1.5.0-release-note
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git

commit 8fc8465c0a750055fc432354adcdd0f7bf774038
Author: VGalaxies <vgalax...@apache.org>
AuthorDate: Wed Dec 11 17:48:17 2024 +0800

    setup
---
 content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md | 6 +++---
 content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md | 2 +-
 content/en/docs/changelog/hugegraph-1.3.0-release-notes.md | 6 +++---
 content/en/docs/changelog/hugegraph-1.5.0-release-notes.md | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md 
b/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
index 7eedc8c3..2383e82e 100644
--- a/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
+++ b/content/cn/docs/changelog/hugegraph-1.3.0-release-notes.md
@@ -4,7 +4,7 @@ linkTitle: "Release-1.3.0"
 weight: 4
 ---
 
-### 运行环境/版本说明
+## 运行环境/版本说明
 
 1. 优先在 `hugegraph/toolchain/commons`软件中使用 Java 11, 此次是这些模块最后一次主版本兼容 Java 8 
了。(computer 则仅支持 Java11)
 2. 另外相比 Java11, 使用 Java8 会失去一些**安全性**的保障,我们推荐生产或对外网暴露访问的环境使用 Java11 并开启 [Auth 
权限认证](/cn/docs/config/config-authentication/)
@@ -13,6 +13,8 @@ weight: 4
 
 PS: 未来 HugeGraph 组件的版本会朝着 `Java 11 -> Java 17 -> Java 21` 演进
 
+## 发布细节
+
 ### hugegraph
 
 > 在此次版本中我们修复了一些 SEC 相关的问题,如果是线上或者对外服务请升级到最新版本 + 开启权限认证
@@ -100,8 +102,6 @@ PS: 未来 HugeGraph 组件的版本会朝着 `Java 11 -> Java 17 -> Java 21` 
 
 * chore: disable clean flatten for deploy 
([#141](https://github.com/apache/incubator-hugegraph-commons/pull/141))
 
-### Release Details
-
 ### hugegraph-ai
 
 这是 hugegraph-ai 的第一个发布版本,包含了多种特性,其中包括初始化的 Python 客户端、通过 LLM 构建知识图谱的能力,
diff --git a/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md 
b/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md
index 8a7ca703..99b8cf89 100644
--- a/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md
+++ b/content/cn/docs/changelog/hugegraph-1.5.0-release-notes.md
@@ -13,7 +13,7 @@ Please check the release details/contributor in each 
repository:
 - [Computer Release 
Notes](https://github.com/apache/incubator-hugegraph-computer/releases)
 - [AI Release Notes](https://github.com/apache/incubator-hugegraph-ai/releases)
 
-### 运行环境/版本说明
+## 运行环境/版本说明
 
 1. 相较于 **1.3.0**,**1.5.0** 的 `hugegraph` 仅支持 Java 11
 
diff --git a/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md 
b/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md
index 6b70bd47..55f7da10 100644
--- a/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md
+++ b/content/en/docs/changelog/hugegraph-1.3.0-release-notes.md
@@ -4,7 +4,7 @@ linkTitle: "Release-1.3.0"
 weight: 4
 ---
 
-### Operating Environment / Version Description
+## Operating Environment / Version Description
 
 1. consider using Java 11 in `hugegraph/toolchain/commons`, also compatible 
with Java 8 now.
 2. `hugegraph-computer` required to use Java 11, **not compatible with Java 
8!**
@@ -16,6 +16,8 @@ master branch (Except for the `java-client`).
 
 PS: In the future, we will gradually upgrade the java version from `Java 11 -> 
Java 17 -> Java 21.`
 
+## Release Details
+
 ### hugegraph
 
 > In this version, we have fixed some SEC-related issues. If used in an online 
 > service or exposed to 
@@ -104,8 +106,6 @@ PS: In the future, we will gradually upgrade the java 
version from `Java 11 -> J
 
 * chore: disable clean flatten for deploy 
([#141](https://github.com/apache/incubator-hugegraph-commons/pull/141))
 
-### Release Details
-
 ### hugegraph-ai
 
 
diff --git a/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md 
b/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md
index 058a0b65..d1bab46e 100644
--- a/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md
+++ b/content/en/docs/changelog/hugegraph-1.5.0-release-notes.md
@@ -13,7 +13,7 @@ Please check the release details/contributor in each 
repository:
 - [Computer Release 
Notes](https://github.com/apache/incubator-hugegraph-computer/releases)
 - [AI Release Notes](https://github.com/apache/incubator-hugegraph-ai/releases)
 
-### Operating Environment / Version Description
+## Operating Environment / Version Description
 
 1. Compared to **1.3.0**, **1.5.0** of `hugegraph` only supports Java 11
 

Reply via email to