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/24 03:37:04 UTC

[doris-website] branch master updated: 404

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 260ec6590b5 404
260ec6590b5 is described below

commit 260ec6590b55e770bb90586324b6e4d812f5d42d
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Sun Jul 24 11:36:55 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                           | 8 ++++----
 .../current/developer-guide/benchmark-tool.md                     | 2 +-
 .../current/developer-guide/cpp-format-code.md                    | 2 +-
 .../current/developer-guide/docker-dev.md                         | 8 ++++----
 .../current/developer-guide/fe-vscode-dev.md                      | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/community/developer-guide/cpp-diagnostic-code.md b/community/developer-guide/cpp-diagnostic-code.md
index e0051209f27..fa1178ebb7f 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.md),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 4670a9bdaf3..67a6d3a2bcd 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.md),
+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 17c15471684..c27a5582053 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.md#developing-mirror-compilation-using-docker-recommended)
-- [Deploying Doris](../../docs/install/install-deploy.md#cluster-deployment)
-- [VSCode Be Development Debugging](./be-vscode-dev.md)
+- [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
 
@@ -90,7 +90,7 @@ docker build -t doris .
 
 run image
 
-note! [problems with mounting](../../docs/install/source-install/compilation.md)
+note! [problems with mounting](../../docs/install/source-install/compilation)
 
 > See the link above: It is recommended to run the image by mounting the local Doris source code directory as a volume .....
 
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 d6126c29201..1ec669b9e40 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.md)。
+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-format-code.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/cpp-format-code.md
index 77a19b01489..dcbc508371a 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,7 +66,7 @@ centos yum安装的clang-format版本过老,支持的StyleOption太少,建
 
 LDB toolchain:
 
-如果使用[LDB toolchain](../../docs/install/source-install/compilation-with-ldb-toolchain.md),
+如果使用[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的二进制文件。
 
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 f5a2c601181..53c663aabb8 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.md)
-- [部署](../../docs/install/install-deploy.md)
-- [VSCode Be 开发调试](./be-vscode-dev.md)
+- [使用 Docker 开发镜像编译](../../docs/install/source-install/compilation)
+- [部署](../../docs/install/install-deploy)
+- [VSCode Be 开发调试](./be-vscode-dev)
 
 ## 环境准备
 
@@ -90,7 +90,7 @@ docker build -t doris .
 
 运行镜像
 
-此处按需注意 [挂载的问题](../../docs/install/source-install/compilation.md)
+此处按需注意 [挂载的问题](../../docs/install/source-install/compilation)
 
 > 见链接中:建议以挂载本地 Doris 源码目录的方式运行镜像 .....
 
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 8f997fdb01b..0daefed3b3c 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.md)
+* [使用 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