[docs](docs)Rename Title of zh-CN Docs (#22662)

This commit is contained in:
KassieZ
2023-08-08 14:31:28 +08:00
committed by GitHub
parent 66784cef71
commit 1d2046de64
17 changed files with 20 additions and 20 deletions

View File

@ -10,7 +10,7 @@
},
{
"type": "category",
"label": "Install And Deploy",
"label": "Install and Deploy",
"items": [
"install/standard-deployment",
{

View File

@ -1,6 +1,6 @@
---
{
"title": "如何开启Debug日志",
"title": "如何开启 Debug 日志",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "is_being_synced属性",
"title": "IS_BEING_SYNCED 属性",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "BITMAP精准去重",
"title": "BITMAP 精准去重",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "使用HLL近似去重",
"title": "使用 HLL 近似去重",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "Star-Schema-Benchmark",
"title": "Star Schema Benchmark",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "订阅Kafka日志",
"title": "订阅 Kafka 日志",
"language": "zh-CN"
}

View File

@ -1,6 +1,6 @@
---
{
"title": "JSON格式数据导入",
"title": "JSON 格式数据导入",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "MySql load",
"title": "MySql Load",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "Stream load",
"title": "Stream Load",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "Rollup与查询",
"title": "Rollup 与查询",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "BloomFilter索引",
"title": "BloomFilter 索引",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "NGram BloomFilter索引",
"title": "NGram BloomFilter 索引",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "在ARM平台上编译",
"title": "在 Arm 平台上编译",
"language": "zh-CN"
}
---
@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
# Apache Doris ARM 架构编译
# Apache Doris Arm 架构编译
本文档介绍如何在 ARM64 平台上编译 Doris。

View File

@ -1,6 +1,6 @@
---
{
"title": "在macOS平台上编译",
"title": "在 MacOS 平台上编译",
"language": "zh-CN"
}
---
@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
# 在macOS平台上编译
# 在 MacOS 平台上编译
本文介绍如何在 macOS 平台上编译源码。

View File

@ -1,6 +1,6 @@
---
{
"title": "在Windows平台上编译",
"title": "在 Windows 平台上编译",
"language": "zh-CN"
}
---

View File

@ -1,6 +1,6 @@
---
{
"title": "使用 LDB toolchain 编译",
"title": "使用 LDB Toolchain 编译",
"language": "zh-CN"
}
---
@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
# 使用 LDB toolchain 编译
# 使用 LDB Toolchain 编译
本文档主要介绍如何使用 LDB toolchain 编译 Doris。该方式目前作为 Docker 编译方式的补充,方便没有 Docker 环境的开发者和用户编译 Doris 源码。
Doris目前推荐的LDB toolchain版本为 0.17, 其中含有clang-16和gcc-11。