This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 29b6af2 [Improve] update navbar (#229)
29b6af2 is described below
commit 29b6af2fc05a5811337b01d77504f5002512e442
Author: VampireAchao <[email protected]>
AuthorDate: Mon Sep 4 22:15:29 2023 +0800
[Improve] update navbar (#229)
---
community/release/how-to-verify.md | 1 +
community/submit_guide/code-style-and-quality-guide.md | 2 +-
docusaurus.config.js | 8 ++++++++
.../release/how-to-verify.md | 1 +
4 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/community/release/how-to-verify.md
b/community/release/how-to-verify.md
index a776a29..abe157f 100644
--- a/community/release/how-to-verify.md
+++ b/community/release/how-to-verify.md
@@ -1,4 +1,5 @@
---
+id: how_to_verify_release
title: How to Verify Release
sidebar_position: 4
---
diff --git a/community/submit_guide/code-style-and-quality-guide.md
b/community/submit_guide/code-style-and-quality-guide.md
index 97ad6e9..912b014 100644
--- a/community/submit_guide/code-style-and-quality-guide.md
+++ b/community/submit_guide/code-style-and-quality-guide.md
@@ -1,5 +1,5 @@
---
-id: 'code-style-and-quality-guide.md'
+id: 'code_style_and_quality_guide'
title: 'Code style and quality guide'
sidebar_position: 3
---
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 85512f8..fcfdfde 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -146,10 +146,18 @@ const config = {
label: "Submit Code",
to: "/community/submit_guide/submit_code",
},
+ {
+ label: "Code style and quality guide",
+ to: "/community/submit_guide/code_style_and_quality_guide",
+ },
{
label: "How to release",
to: "/community/release/how_to_release",
},
+ {
+ label: "How to Verify Release",
+ to: "/community/release/how_to_verify_release",
+ },
],
},
{
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
index 9dcde0f..edd5dc4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
@@ -1,4 +1,5 @@
---
+id: how_to_verify_release
title: 版本物料的验证
sidebar_position: 4
---