doc: remove _category_.yml
This commit is contained in:
parent
012112bb88
commit
1d5d413010
|
@ -1 +0,0 @@
|
||||||
label: 立即开始
|
|
|
@ -1 +0,0 @@
|
||||||
label: 建立连接
|
|
|
@ -1 +0,0 @@
|
||||||
label: 开发指南
|
|
|
@ -1 +0,0 @@
|
||||||
label: SQL 手册
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: TDengine SQL
|
title: SQL 手册
|
||||||
|
sidebar_label: SQL 手册
|
||||||
description: 'TDengine SQL 支持的语法规则、主要查询功能、支持的 SQL 查询函数,以及常用技巧等内容'
|
description: 'TDengine SQL 支持的语法规则、主要查询功能、支持的 SQL 查询函数,以及常用技巧等内容'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
label: "连接器"
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
sidebar_label: 连接器
|
sidebar_label: 连接器
|
||||||
title: 连接器
|
title: 连接器参考手册
|
||||||
description: 详细介绍各种语言的连接器及 REST API
|
description: 详细介绍各种语言的连接器及 REST API
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
label: Schemaless 写入
|
|
|
@ -1 +0,0 @@
|
||||||
label: 参考手册
|
|
|
@ -1 +0,0 @@
|
||||||
label: 第三方工具
|
|
|
@ -1 +0,0 @@
|
||||||
label: 应用实践
|
|
|
@ -1 +0,0 @@
|
||||||
label: 技术内幕
|
|
|
@ -1 +0,0 @@
|
||||||
label: FAQ 及其他
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: FAQ 及其他
|
title: 常见问题
|
||||||
description: 用户经常遇到的问题
|
description: 用户经常遇到的问题
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
label: 发布历史
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: 发布历史
|
||||||
|
---
|
||||||
|
|
||||||
|
```mdx-code-block
|
||||||
|
import DocCardList from '@theme/DocCardList';
|
||||||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||||
|
```
|
Loading…
Reference in New Issue