From 515240e01896caa7c30b26337b76d2b7f3283524 Mon Sep 17 00:00:00 2001 From: Yiran Date: Tue, 10 Dec 2024 15:23:43 +0800 Subject: [PATCH 1/2] chore: fix dead links --- .../current/greptimecloud/integrations/mysql.md | 2 +- .../version-0.10/greptimecloud/integrations/mysql.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md index 0aada416a..6423aa906 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md @@ -4,7 +4,7 @@ description: 介绍如何通过 MySQL 协议连接到 GreptimeCloud,并提供 # MySQL -GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/clients/mysql)。 +GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/protocols/mysql)。 要连接到 GreptimeCloud,使用以下信息: diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md index e931cde21..193d65d0a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md @@ -1,6 +1,6 @@ # MySQL -GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/clients/mysql)。 +GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/protocols/mysql)。 要连接到 GreptimeCloud,使用以下信息: From 4585e7652e4dddbd37205293e67274aea263cc07 Mon Sep 17 00:00:00 2001 From: scl Date: Tue, 10 Dec 2024 16:39:15 +0800 Subject: [PATCH 2/2] build: package version --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a601a0de3..d98228e46 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,8 @@ "node": ">=18.0", "yarn": "1.22.x" }, - "packageManager": "pnpm@8.6.0" + "packageManager": "pnpm@8.6.0", + "resolutions": { + "@jridgewell/gen-mapping": "0.3.4" + } }