doc: remove _category_.yml

This commit is contained in:
gccgdb1234 2024-08-12 17:03:09 +08:00
parent 012112bb88
commit 1d5d413010
16 changed files with 14 additions and 15 deletions

View File

@ -1 +0,0 @@
label: 立即开始

View File

@ -1 +0,0 @@
label: 建立连接

View File

@ -1 +0,0 @@
label: 开发指南

View File

@ -1 +0,0 @@
label: SQL 手册

View File

@ -1,5 +1,6 @@
---
title: TDengine SQL
title: SQL 手册
sidebar_label: SQL 手册
description: 'TDengine SQL 支持的语法规则、主要查询功能、支持的 SQL 查询函数,以及常用技巧等内容'
---

View File

@ -1 +0,0 @@
label: "连接器"

View File

@ -1,6 +1,6 @@
---
sidebar_label: 连接器
title: 连接器
title: 连接器参考手册
description: 详细介绍各种语言的连接器及 REST API
---

View File

@ -1 +0,0 @@
label: Schemaless 写入

View File

@ -1 +0,0 @@
label: 参考手册

View File

@ -1 +0,0 @@
label: 第三方工具

View File

@ -1 +0,0 @@
label: 应用实践

View File

@ -1 +0,0 @@
label: 技术内幕

View File

@ -1 +0,0 @@
label: FAQ 及其他

View File

@ -1,5 +1,5 @@
---
title: FAQ 及其他
title: 常见问题
description: 用户经常遇到的问题
---

View File

@ -1 +0,0 @@
label: 发布历史

View File

@ -0,0 +1,10 @@
---
title: 发布历史
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```