Skip to content

Commit d86233a

Browse files
authored
[fix](seo): duplicate titles (#3229)
1 parent dce7905 commit d86233a

File tree

551 files changed

+3571
-1210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

551 files changed

+3571
-1210
lines changed

docs/admin-manual/config/fe-config-template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
{
3-
"title": "FE Configuration",
3+
"title": "FE Configuration Template | Config",
44
"language": "en",
55
"toc_min_heading_level": 2,
66
"toc_max_heading_level": 4,
7-
"description": "This document mainly introduces the relevant configuration items of FE."
7+
"description": "This document mainly introduces the relevant configuration items of FE.",
8+
"sidebar_label": "FE Configuration"
89
}
910
---
1011

@@ -2748,3 +2749,4 @@ If false, when select from tables in information_schema database,
27482749
the result will not contain the information of the table in external catalog.
27492750
This is to avoid query time when external catalog is not reachable.
27502751

2752+

docs/admin-manual/config/fe-config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
{
3-
"title": "FE Configuration",
3+
"title": "FE Configuration | Config",
44
"language": "en",
55
"toc_min_heading_level": 2,
66
"toc_max_heading_level": 4,
7-
"description": "Complete reference guide for Frontend (FE) configuration parameters in Doris, including metadata management, query engine, load/export, and storage settings."
7+
"description": "Complete reference guide for Frontend (FE) configuration parameters in Doris, including metadata management, query engine, load/export, and storage settings.",
8+
"sidebar_label": "FE Configuration"
89
}
910
---
1011

@@ -2766,3 +2767,4 @@ Description: The mode in which FE runs. `cloud` indicates the decoupled storage
27662767
Default: ""
27672768

27682769
Endpoints of the meta service should be specified in the format 'host1:port,host2:port'. This configuration is necessary for the storage and compute disaggregated mode.
2770+

docs/admin-manual/data-admin/ccr/overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
{
3-
"title": "Overview",
3+
"title": "Overview | CCR",
44
"language": "en",
5-
"description": "CCR (Cross Cluster Replication) is a cross-cluster data synchronization mechanism that synchronizes data changes from the source cluster to the "
5+
"description": "CCR (Cross Cluster Replication) is a cross-cluster data synchronization mechanism that synchronizes data changes from the source cluster to the ",
6+
"sidebar_label": "Overview"
67
}
78
---
89

10+
# Overview
11+
912
## Overview
1013

1114
CCR (Cross Cluster Replication) is a cross-cluster data synchronization mechanism that synchronizes data changes from the source cluster to the target cluster at the database or table level. It is mainly used to enhance the data availability of online services, isolate read and write loads, and build a dual-site, three-center architecture. CCR currently does not support the separation of computing and storage modes.
@@ -90,3 +93,4 @@ requirement: glibc >= 2.28
9093
| 4.0 | X64 | [ccr-syncer-4.0.1-rc01-x64.tar.xz](https://apache-doris-releases.oss-accelerate.aliyuncs.com/ccr-release/ccr-syncer-4.0.1-rc01-x64.tar.xz) | 9f2a049bb2cf107be1a4f79081c1e9da204ebebc410104793996dce3beb87865 |
9194

9295

96+

docs/admin-manual/data-admin/ccr/quickstart.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
{
3-
"title": "Quick Start",
3+
"title": "Quick Start | CCR",
44
"language": "en",
5-
"description": "Configure the following information in the fe.conf and be.conf of both the source and target clusters:"
5+
"description": "Configure the following information in the fe.conf and be.conf of both the source and target clusters:",
6+
"sidebar_label": "Quick Start"
67
}
78
---
89

@@ -78,3 +79,4 @@ If synchronizing at the database level, fill in your_db_name, and leave your_tab
7879
If synchronizing at the table level, fill in both your_db_name and your_table_name
7980
The name used to initiate the synchronization job can only be used once
8081
```
82+

docs/admin-manual/maint-monitor/disk-capacity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
{
3-
"title": "Disk Capacity Management",
3+
"title": "Disk Capacity Management | Maint Monitor",
44
"language": "en",
5-
"description": "This document mainly introduces system parameters and processing strategies related to disk storage capacity."
5+
"description": "This document mainly introduces system parameters and processing strategies related to disk storage capacity.",
6+
"sidebar_label": "Disk Capacity Management"
67
}
78
---
89

@@ -147,3 +148,4 @@ When the disk capacity is higher than High Watermark or even Flood Stage, many o
147148
* Delete tablet metadata refer to [Tablet metadata management tool](../trouble-shooting/tablet-meta-tool.md)
148149
149150
```./lib/meta_tool --operation=delete_header --root_path=/path/to/root_path --tablet_id=12345 --schema_hash= 352781111```
151+

docs/admin-manual/open-api/be-http/compaction-run.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
{
3-
"title": "Disk Capacity Management",
3+
"title": "Disk Capacity Management | Be Http",
44
"language": "en",
5-
"description": "This document mainly introduces system parameters and processing strategies related to disk storage capacity."
5+
"description": "This document mainly introduces system parameters and processing strategies related to disk storage capacity.",
6+
"sidebar_label": "Disk Capacity Management"
67
}
78
---
89

@@ -147,3 +148,4 @@ When the disk capacity is higher than High Watermark or even Flood Stage, many o
147148
* Delete tablet metadata (refer to [Tablet metadata management tool](../../trouble-shooting/tablet-meta-tool))
148149
149150
```./lib/meta_tool --operation=delete_header --root_path=/path/to/root_path --tablet_id=12345 --schema_hash= 352781111```
151+

docs/admin-manual/open-api/fe-http/meta-info-action-V2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
{
3-
"title": "Meta Info Action",
3+
"title": "Meta Info Action V2 | Fe Http",
44
"language": "en",
5-
"description": "Used to obtain metadata information about the cluster, including the database list, table list, and table schema."
5+
"description": "Used to obtain metadata information about the cluster, including the database list, table list, and table schema.",
6+
"sidebar_label": "Meta Info Action V2"
67
}
78
---
89

@@ -52,3 +53,4 @@ None
5253
"count":0
5354
}
5455
```
56+

docs/admin-manual/open-api/fe-http/meta-info-action.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
{
3-
"title": "Meta Info Action",
3+
"title": "Meta Info Action | Fe Http",
44
"language": "en",
5-
"description": "Meta Info Action is used to obtain metadata information in the cluster. Such as database list, table structure, etc."
5+
"description": "Meta Info Action is used to obtain metadata information in the cluster. Such as database list, table structure, etc.",
6+
"sidebar_label": "Meta Info Action"
67
}
78
---
89

@@ -212,3 +213,4 @@ GET /api/meta/namespaces/default/databases/db1/tables/tbl1/schema?with_mv?=1
212213
```
213214

214215
* The data field returns the table structure information of the base table or rollup table.
216+

docs/admin-manual/open-api/fe-http/query-profile-action-controller.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
{
3-
"title": "Query Profile Action",
3+
"title": "Query Profile Action Controller | Fe Http",
44
"language": "en",
5-
"description": "The Query Profile Action is used to obtain the Query profile."
5+
"description": "The Query Profile Action is used to obtain the Query profile.",
6+
"sidebar_label": "Query Profile Action Controller"
67
}
78
---
89

@@ -87,4 +88,4 @@ None
8788
}
8889
```
8990
90-
`data` is the text content of the profile.
91+
`data` is the text content of the profile.

docs/admin-manual/open-api/fe-http/query-profile-action.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
{
3-
"title": "Query Profile Action",
3+
"title": "Query Profile Action | Fe Http",
44
"language": "en",
5-
"description": "GET /rest/v2/manager/query/statistics/{traceid} (4.0.0+)"
5+
"description": "Doris FE Query Profile REST API 文档,支持通过 HTTP 接口获取查询信息、执行 Profile、实时统计数据,并对正在运行的查询进行监控与控制。",
6+
"sidebar_label": "Query Profile Action"
67
}
78
---
89

10+
# Query Profile Action
11+
912
## Request
1013

1114
`GET /rest/v2/manager/query/query_info`
@@ -518,4 +521,4 @@ Retrieve the statistics of a currently running query by Trace ID. You can call t
518521
},
519522
"count": 0
520523
}
521-
```
524+
```

0 commit comments

Comments
 (0)