diff --git a/docs/en/28-releases/03-notes/index.md b/docs/en/28-releases/03-notes/index.md index 5ff7350e6c..8e89765865 100644 --- a/docs/en/28-releases/03-notes/index.md +++ b/docs/en/28-releases/03-notes/index.md @@ -3,13 +3,9 @@ title: Release Notes slug: /release-history/release-notes --- -[3.3.5.0](./3-3-5-0/) +```mdx-code-block +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -[3.3.5.2](./3.3.5.2) -[3.3.4.8](./3-3-4-8/) - -[3.3.4.3](./3-3-4-3/) - -[3.3.3.0](./3-3-3-0/) - -[3.3.2.0](./3-3-2-0/) + +``` \ No newline at end of file diff --git a/docs/zh/28-releases/03-notes/index.md b/docs/zh/28-releases/03-notes/index.md index 420ab4a54d..4b42d55ce9 100644 --- a/docs/zh/28-releases/03-notes/index.md +++ b/docs/zh/28-releases/03-notes/index.md @@ -4,9 +4,9 @@ sidebar_label: 版本说明 description: 各版本版本说明 --- -[3.3.5.2](./3.3.5.2) -[3.3.5.0](./3.3.5.0) -[3.3.4.8](./3.3.4.8) -[3.3.4.3](./3.3.4.3) -[3.3.3.0](./3.3.3.0) -[3.3.2.0](./3.3.2.0) +```mdx-code-block +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; + + +```