doc: align label and title
This commit is contained in:
parent
c165c867ce
commit
e6aba3b29b
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 支持的数据类型
|
sidebar_label: 数据类型
|
||||||
title: 支持的数据类型
|
title: 数据类型
|
||||||
description: "TDengine 支持的数据类型: 时间戳、浮点型、JSON 类型等"
|
description: "TDengine 支持的数据类型: 时间戳、浮点型、JSON 类型等"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 数据库管理
|
sidebar_label: 数据库
|
||||||
title: 数据库管理
|
title: 数据库
|
||||||
description: "创建、删除数据库,查看、修改数据库参数"
|
description: "创建、删除数据库,查看、修改数据库参数"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 表管理
|
title: 表
|
||||||
sidebar_label: 表
|
sidebar_label: 表
|
||||||
description: 对表的各种管理操作
|
description: 对表的各种管理操作
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 超级表管理
|
sidebar_label: 超级表
|
||||||
title: 超级表 STable 管理
|
title: 超级表
|
||||||
description: 对超级表的各种管理操作
|
description: 对超级表的各种管理操作
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 时序数据特色查询
|
sidebar_label: 特色查询
|
||||||
title: 时序数据特色查询
|
title: 特色查询
|
||||||
description: TDengine 提供的时序数据特有的查询功能
|
description: TDengine 提供的时序数据特有的查询功能
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: JSON 类型使用说明
|
sidebar_label: JSON 类型
|
||||||
title: JSON 类型使用说明
|
title: JSON 类型
|
||||||
description: 对 JSON 类型如何使用的详细说明
|
description: 对 JSON 类型如何使用的详细说明
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 转义字符说明
|
title: 转义字符
|
||||||
sidebar_label: 转义字符
|
sidebar_label: 转义字符
|
||||||
description: TDengine 中使用转义字符的详细规则
|
description: TDengine 中使用转义字符的详细规则
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 命名与边界限制
|
sidebar_label: 命名与边界
|
||||||
title: 命名与边界限制
|
title: 命名与边界
|
||||||
description: 合法字符集和命名中的限制规则
|
description: 合法字符集和命名中的限制规则
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 保留关键字
|
sidebar_label: 保留关键字
|
||||||
title: TDengine 保留关键字
|
title: 保留关键字
|
||||||
description: TDengine 保留关键字的详细列表
|
description: TDengine 保留关键字的详细列表
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 元数据
|
sidebar_label: 元数据
|
||||||
title: 存储元数据的 Information_Schema 数据库
|
title: 元数据
|
||||||
description: Information_Schema 数据库中存储了系统中所有的元数据信息
|
description: Information_Schema 数据库中存储了系统中所有的元数据信息
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 统计数据
|
sidebar_label: 统计数据
|
||||||
title: 存储统计数据的 Performance_Schema 数据库
|
title: 统计数据
|
||||||
description: Performance_Schema 数据库中存储了系统中的各种统计信息
|
description: Performance_Schema 数据库中存储了系统中的各种统计信息
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: SHOW 命令
|
sidebar_label: SHOW 命令
|
||||||
title: 使用 SHOW 命令查看系统元数据
|
title: SHOW 命令
|
||||||
description: SHOW 命令的完整列表
|
description: SHOW 命令的完整列表
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 自定义函数
|
sidebar_label: 自定义函数
|
||||||
title: 用户自定义函数
|
title: 自定义函数
|
||||||
description: 使用 UDF 的详细指南
|
description: 使用 UDF 的详细指南
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 索引
|
sidebar_label: 索引
|
||||||
title: 使用索引
|
title: 索引
|
||||||
description: 索引功能的使用细节
|
description: 索引功能的使用细节
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 3.0 版本语法变更
|
sidebar_label: 语法变更
|
||||||
title: 3.0 版本语法变更
|
title: 语法变更
|
||||||
description: "TDengine 3.0 版本的语法变更说明"
|
description: "TDengine 3.0 版本的语法变更说明"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue