This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3568a9679c9 404
3568a9679c9 is described below
commit 3568a9679c9f769bb0f21d5de4d88c3ee53d0e6f
Author: jiafeng.zhang <[email protected]>
AuthorDate: Sun Jul 24 12:04:19 2022 +0800
404
404
---
community/developer-guide/cpp-diagnostic-code.md | 2 +-
community/developer-guide/cpp-format-code.md | 2 +-
community/developer-guide/docker-dev.md | 4 ++--
community/developer-guide/fe-vscode-dev.md | 2 +-
.../current/developer-guide/cpp-diagnostic-code.md | 2 +-
.../current/developer-guide/docker-dev.md | 4 ++--
.../current/developer-guide/fe-vscode-dev.md | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/community/developer-guide/cpp-diagnostic-code.md
b/community/developer-guide/cpp-diagnostic-code.md
index fa1178ebb7f..cedc1bef05d 100644
--- a/community/developer-guide/cpp-diagnostic-code.md
+++ b/community/developer-guide/cpp-diagnostic-code.md
@@ -27,7 +27,7 @@ under the License.
# C++ Code Diagnostic
Doris support to use [Clangd](https://clangd.llvm.org/) and
[Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/)
-to diagnostic code. Clangd and Clang-Tidy already has in
[LDB-toolchain](../../docs/install/source-install/compilation-with-ldb-toolchain),also
can install by self.
+to diagnostic code. Clangd and Clang-Tidy already has in
[LDB-toolchain](../../../docs/install/source-install/compilation-with-ldb-toolchain),also
can install by self.
### Clang-Tidy
Clang-Tidy can do some diagnostic cofig, config file `.clang-tidy` is in Doris
root path. Compared with vscode-cpptools, clangd can provide more powerful and
accurate code jumping for vscode, and integrates the analysis and quick-fix
functions of clang-tidy.
diff --git a/community/developer-guide/cpp-format-code.md
b/community/developer-guide/cpp-format-code.md
index 67a6d3a2bcd..569eaacf018 100644
--- a/community/developer-guide/cpp-format-code.md
+++ b/community/developer-guide/cpp-format-code.md
@@ -66,7 +66,7 @@ The version of clang-format installed by centos yum is too
old and supports too
LDB toolchain:
-If you are using [LDB
toolchain](../../docs/install/source-install/compilation-with-ldb-toolchain),
+If you are using [LDB
toolchain](../../../docs/install/source-install/compilation-with-ldb-toolchain),
the latest version (>= v0.11) of [LDB
toolchain](https://github.com/amosbird/ldb_toolchain_gen/releases) has already
included clang-format with 13.0.1 version.
### clang-format plugin
diff --git a/community/developer-guide/docker-dev.md
b/community/developer-guide/docker-dev.md
index c27a5582053..6d835170915 100644
--- a/community/developer-guide/docker-dev.md
+++ b/community/developer-guide/docker-dev.md
@@ -29,8 +29,8 @@ under the License.
## Related detailed document navigation
-- [Developing mirror compilation using
Docker](../../docs/install/source-install/compilation)
-- [Deploying Doris](../../docs/install/install-deploy)
+- [Developing mirror compilation using
Docker](../../../docs/install/source-install/compilation)
+- [Deploying Doris](../../../docs/install/install-deploy)
- [VSCode Be Development Debugging](./be-vscode-dev)
## Environment preparation
diff --git a/community/developer-guide/fe-vscode-dev.md
b/community/developer-guide/fe-vscode-dev.md
index 4467ddb749d..99337149f46 100644
--- a/community/developer-guide/fe-vscode-dev.md
+++ b/community/developer-guide/fe-vscode-dev.md
@@ -72,7 +72,7 @@ example:
## Build
Other articles have already explained:
-* [Build with LDB toolchain
](../../docs/install/source-install/compilation-with-ldb-toolchain.md)
+* [Build with LDB toolchain
](../../../docs/install/source-install/compilation-with-ldb-toolchain.md)
* ......
In order to debug, you need to add debugging parameters when fe starts, such
as `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005` .
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-diagnostic-code.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-diagnostic-code.md
index 66e8d40dd4e..ac5565498d4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-diagnostic-code.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-diagnostic-code.md
@@ -26,7 +26,7 @@ under the License.
# C++ 代码分析
-Doris支持使用[Clangd](https://clangd.llvm.org/)和[Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/)进行代码静态分析。Clangd和Clang-Tidy在[LDB-toolchain](../../docs/install/source-install/compilation-with-ldb-toolchain.md)
+Doris支持使用[Clangd](https://clangd.llvm.org/)和[Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/)进行代码静态分析。Clangd和Clang-Tidy在[LDB-toolchain](../../../docs/install/source-install/compilation-with-ldb-toolchain)
中已经内置,另外也可以自己安装或者编译。
### Clang-Tidy
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
index 53c663aabb8..cea025d64a1 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/docker-dev.md
@@ -29,8 +29,8 @@ under the License.
## 相关详细文档导航
-- [使用 Docker 开发镜像编译](../../docs/install/source-install/compilation)
-- [部署](../../docs/install/install-deploy)
+- [使用 Docker 开发镜像编译](../../../docs/install/source-install/compilation)
+- [部署](../../../docs/install/install-deploy)
- [VSCode Be 开发调试](./be-vscode-dev)
## 环境准备
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
index 0daefed3b3c..80fb8c226d7 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-vscode-dev.md
@@ -72,7 +72,7 @@ example:
## 编译
其他文章已经介绍的比较清楚了:
-* [使用 LDB toolchain
编译](../../docs/install/source-install/compilation-with-ldb-toolchain)
+* [使用 LDB toolchain
编译](../../../docs/install/source-install/compilation-with-ldb-toolchain)
* ......
为了进行调试,需要在 fe 启动时,加上调试的参数,比如
`-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005` 。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]