Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use cards for release notes page in 3.0 #29641

Open
wants to merge 2 commits into
base: 3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions docs/en/28-releases/03-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
<DocCardList items={useCurrentSidebarCategory().items}/>
```
12 changes: 6 additions & 6 deletions docs/zh/28-releases/03-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
<DocCardList items={useCurrentSidebarCategory().items}/>
```