You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/25 02:23:43 UTC

[doris-website] branch master updated: community link

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 c2c76e7a256 community link
c2c76e7a256 is described below

commit c2c76e7a256e77d36da4dff4497bb4dc47a97415
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Mon Jul 25 10:23:34 2022 +0800

    community link
    
    community link
---
 community/developer-guide/benchmark-tool.md                         | 2 +-
 community/developer-guide/cpp-diagnostic-code.md                    | 2 +-
 community/developer-guide/cpp-format-code.md                        | 2 +-
 community/developer-guide/docker-dev.md                             | 6 +++---
 community/developer-guide/fe-vscode-dev.md                          | 2 +-
 .../current/developer-guide/benchmark-tool.md                       | 2 +-
 .../current/developer-guide/cpp-diagnostic-code.md                  | 2 +-
 .../current/developer-guide/cpp-format-code.md                      | 4 ++--
 .../current/developer-guide/docker-dev.md                           | 6 +++---
 .../current/developer-guide/fe-vscode-dev.md                        | 2 +-
 10 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/community/developer-guide/benchmark-tool.md b/community/developer-guide/benchmark-tool.md
index 7daf5fc1f73..a6ed29e12a5 100644
--- a/community/developer-guide/benchmark-tool.md
+++ b/community/developer-guide/benchmark-tool.md
@@ -33,7 +33,7 @@ It can be used to test the performance of some parts of the BE storage layer (fo
 
 ## Compilation
 
-1. To ensure that the environment has been able to successfully compile the Doris ontology, you can refer to [Installation and deployment](../../docs/install/source-install/compilation)。
+1. To ensure that the environment has been able to successfully compile the Doris ontology, you can refer to [Installation and deployment](/docs/install/source-install/compilation)。
 
 2. Execute`run-be-ut.sh`
 
diff --git a/community/developer-guide/cpp-diagnostic-code.md b/community/developer-guide/cpp-diagnostic-code.md
index fa1178ebb7f..b4fa4f042a4 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..937ba7b4646 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..74cd5068439 100644
--- a/community/developer-guide/docker-dev.md
+++ b/community/developer-guide/docker-dev.md
@@ -29,9 +29,9 @@ under the License.
 
 ## Related detailed document navigation
 
-- [Developing mirror compilation using Docker](../../docs/install/source-install/compilation)
-- [Deploying Doris](../../docs/install/install-deploy)
-- [VSCode Be Development Debugging](./be-vscode-dev)
+- [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 03d2b26cc55..95dc4650c55 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)
+* [Build with LDB toolchain ](/docs/install/source-install/compilation-with-ldb-toolchain)
 * ......
 
 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/benchmark-tool.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/benchmark-tool.md
index 1ec669b9e40..8bb45332c7a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/benchmark-tool.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/benchmark-tool.md
@@ -33,7 +33,7 @@ under the License.
 
 ## 编译
 
-1. 确保环境已经能顺利编译Doris本体,可以参考[编译与部署](../../docs/install/source-install/compilation)。
+1. 确保环境已经能顺利编译Doris本体,可以参考[编译与部署](/docs/install/source-install/compilation)。
 
 2. 运行目录下的`run-be-ut.sh`
 
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 00e725f7f89..2b45a294496 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)
+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/cpp-format-code.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-format-code.md
index dcbc508371a..5a9a51d8934 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-format-code.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-format-code.md
@@ -66,8 +66,8 @@ centos yum安装的clang-format版本过老,支持的StyleOption太少,建
 
 LDB toolchain:
 
-如果使用[LDB toolchain](../../docs/install/source-install/compilation-with-ldb-toolchain),
-最新版本的[LDB toolchain](https://github.com/amosbird/ldb_toolchain_gen/releases)(>= v0.11)已经包含了预编译的clang-format
+如果使用 [LDB toolchain](/docs/install/source-install/compilation-with-ldb-toolchain),
+最新版本的 [LDB toolchain](https://github.com/amosbird/ldb_toolchain_gen/releases)(>= v0.11)已经包含了预编译的clang-format
 13.0.1的二进制文件。
 
 ### clang-format插件
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 1678be8da28..30bc5e212bf 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,9 +29,9 @@ under the License.
 
 ## 相关详细文档导航
 
-- [使用 Docker 开发镜像编译](../../docs/install/source-install/compilation)
-- [部署](../../docs/install/install-deploy)
-- [VSCode Be 开发调试](./be-vscode-dev)
+- [使用 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..727063747fc 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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org