Merge pull request #17550 from taosdata/docs/daniel-3.0

doc: add index to releases directory
This commit is contained in:
Shengliang Guan 2022-10-27 10:51:52 +08:00 committed by GitHub
commit 60f152994e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

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