homework-jianmu/docs/en/28-releases/index.md

11 lines
298 B
Markdown

---
title: Releases
description: This document describes TDengine products that have been released.
---
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```