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

gongchao pushed a commit to branch fix-doc-sidelbar
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git

commit 13f2909fbe0679279d5d1ceab6de46737970d062
Author: tomsun28 <[email protected]>
AuthorDate: Sat Feb 7 11:02:29 2026 +0800

    docs: fix the sidebars i18n and version display
---
 home/docusaurus.config.js                          |   4 +-
 .../version-1.8.0.json                             | 166 +++++++++++++++++++++
 2 files changed, 168 insertions(+), 2 deletions(-)

diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js
index fe9461d294..b3e14d1ac3 100644
--- a/home/docusaurus.config.js
+++ b/home/docusaurus.config.js
@@ -303,10 +303,10 @@ module.exports = {
           remarkPlugins: [
             [require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }],
           ],
-          lastVersion: '1.7.x',
+          lastVersion: '1.8.0',
           versions: {
             current: {
-              label: 'dev',
+              label: 'current',
             },
           },
         },
diff --git a/home/i18n/en/docusaurus-plugin-content-docs/version-1.8.0.json 
b/home/i18n/en/docusaurus-plugin-content-docs/version-1.8.0.json
new file mode 100644
index 0000000000..6bca6d9e7b
--- /dev/null
+++ b/home/i18n/en/docusaurus-plugin-content-docs/version-1.8.0.json
@@ -0,0 +1,166 @@
+{
+  "version.label": {
+    "message": "1.8.0",
+    "description": "The label for version current"
+  },
+  "sidebar.docs.category.quickstart": {
+    "message": "QuickStart",
+    "description": "The label for category quickstart in sidebar docs"
+  },
+  "sidebar.docs.category.custom": {
+    "message": "Custom Monitoring",
+    "description": "The label for category custom in sidebar docs"
+  },
+  "sidebar.docs.category.http": {
+    "message": "HTTP Protocol",
+    "description": "The label for category http in sidebar docs"
+  },
+  "sidebar.docs.category.jdbc": {
+    "message": "JDBC Protocol",
+    "description": "The label for category jdbc in sidebar docs"
+  },
+  "sidebar.docs.category.ssh": {
+    "message": "SSH Protocol",
+    "description": "The label for category ssh in sidebar docs"
+  },
+  "sidebar.docs.category.telnet": {
+    "message": "TELNET Protocol",
+    "description": "The label for category telnet in sidebar docs"
+  },
+  "sidebar.docs.category.guides": {
+    "message": "Use Guides",
+    "description": "The label for category guides in sidebar docs"
+  },
+  "sidebar.docs.category.service": {
+    "message": "Service Monitor",
+    "description": "The label for category service in sidebar docs"
+  },
+  "sidebar.docs.category.database": {
+    "message": "Database Monitor",
+    "description": "The label for category database in sidebar docs"
+  },
+  "sidebar.docs.category.os": {
+    "message": "OS Monitor",
+    "description": "The label for category os in sidebar docs"
+  },
+  "sidebar.docs.category.server": {
+    "message": "Server Monitor",
+    "description": "The label for category server in sidebar docs"
+  },
+  "sidebar.docs.category.alert": {
+    "message": "Alerting",
+    "description": "The label for category alert in sidebar docs"
+  },
+  "sidebar.docs.category.notice": {
+    "message": "Notification",
+    "description": "The label for category notice in sidebar docs"
+  },
+  "sidebar.docs.category.service-discovery": {
+    "message": "Service Discovery",
+    "description": "The label for category service-discovery in sidebar docs"
+  },
+  "sidebar.docs.category.mid": {
+    "message": "Middleware Monitor",
+    "description": "The label for category mid in sidebar docs"
+  },
+  "sidebar.docs.category.Others": {
+    "message": "Others",
+    "description": "The label for category Others in sidebar docs"
+  },
+  "sidebar.docs.category.cloud-native": {
+    "message": "CloudNative Monitor",
+    "description": "The label for category cloud-native in sidebar docs"
+  },
+  "sidebar.docs.category.jmx": {
+    "message": "JMX Protocol",
+    "description": "The label for category jmx in sidebar docs"
+  },
+  "sidebar.docs.category.snmp": {
+    "message": "SNMP Protocol",
+    "description": "The label for category snmp in sidebar docs"
+  },
+  "sidebar.docs.link.Install via Helm": {
+    "message": "Install via Helm",
+    "description": "The label for link Install via Helm in sidebar docs, 
linking to https://artifacthub.io/packages/helm/hertzbeat/hertzbeat";
+  },
+  "sidebar.docs.category.push": {
+    "message": "Push",
+    "description": "The label for category push in sidebar docs"
+  },
+  "sidebar.docs.category.program": {
+    "message": "Program Monitor",
+    "description": "The label for category program in sidebar docs"
+  },
+  "sidebar.docs.category.cache": {
+    "message": "Cache Monitor",
+    "description": "The label for category cache in sidebar docs"
+  },
+  "sidebar.docs.category.bigdata": {
+    "message": "Bigdata Monitor",
+    "description": "The label for category bigdata in sidebar docs"
+  },
+  "sidebar.docs.category.webserver": {
+    "message": "WebServer Monitor",
+    "description": "The label for category webserver in sidebar docs"
+  },
+  "sidebar.docs.category.contribution": {
+    "message": "Contribution Guide",
+    "description": "The label for category contribution in sidebar docs"
+  },
+  "sidebar.docs.category.submit": {
+    "message": "Submit Guide",
+    "description": "The label for category submit in sidebar docs"
+  },
+  "sidebar.docs.category.release": {
+    "message": "Release Guide",
+    "description": "The label for category release in sidebar docs"
+  },
+  "sidebar.docs.category.Community": {
+    "message": "Community",
+    "description": "The label for category Community in sidebar docs"
+  },
+  "sidebar.docs.category.network": {
+    "message": "Network Monitor",
+    "description": "The label for category network in sidebar docs"
+  },
+  "sidebar.docs.category.NGQL": {
+    "message": "NGQL",
+    "description": "The label for category NGQL in sidebar docs"
+  },
+  "sidebar.docs.category.llm": {
+    "message": "AI LLM Monitor",
+    "description": "The label for category llm in sidebar docs"
+  },
+  "sidebar.docs.category.aiConfig": {
+    "message": "AI LLM Config",
+    "description": "The label for category aiConfig in sidebar docs"
+  },
+  "sidebar.docs.category.install": {
+    "message": "Install",
+    "description": "The label for category install in sidebar docs"
+  },
+  "sidebar.docs.category.upgrade": {
+    "message": "Upgrade",
+    "description": "The label for category upgrade in sidebar docs"
+  },
+  "sidebar.docs.category.setting": {
+    "message": "Setting",
+    "description": "The label for category setting in sidebar docs"
+  },
+  "sidebar.docs.category.change-db": {
+    "message": "Change DB",
+    "description": "The label for category change-db in sidebar docs"
+  },
+  "sidebar.docs.category.use-case": {
+    "message": "Use Case",
+    "description": "The label for category use-case in sidebar docs"
+  },
+  "sidebar.docs.category.extern-deploy": {
+    "message": "Extern Install",
+    "description": "The label for category extern-deploy in sidebar docs"
+  },
+  "sidebar.docs.category.log": {
+    "message": "Log",
+    "description": "The label for category log in sidebar docs"
+  }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to