From 1b7521a4bef7e24edd87921ed29f7f38a7bb9314 Mon Sep 17 00:00:00 2001 From: danielclow <106956386+danielclow@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:03:08 +0800 Subject: [PATCH] docs: use cards for release notes page --- docs/en/28-releases/03-notes/index.md | 14 +++++--------- docs/zh/28-releases/03-notes/index.md | 12 ++++++------ 2 files changed, 11 insertions(+), 15 deletions(-) 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'; + + +```