Skip to content

Commit fb942aa

Browse files
authored
docs(blog): add author list to blog pages (#1282)
1 parent 90f4f1b commit fb942aa

5 files changed

Lines changed: 28 additions & 8 deletions

File tree

pnpm-lock.yaml

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ minimumReleaseAgeExclude:
3030
- '@rstest/*'
3131
- '@rsdoctor/*'
3232
- '@rslint/*'
33+
- '@rstack-dev/doc-ui'
3334
# Renovate security update: svelte@5.55.7
3435
- svelte@5.55.7
3536

website/docs/en/blog/announcing-0-10.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ sidebar: false
55
authors:
66
- name: 9aoy
77
avatar: 'https://github.com/9aoy.png'
8+
github: '9aoy'
89
- name: fi3ework
910
avatar: 'https://github.com/fi3ework.png'
11+
github: 'fi3ework'
1012
---
1113

12-
_May 14, 2026_
14+
import { BlogAuthors } from '@rstack-dev/doc-ui/blog-authors';
1315

1416
# Announcing Rstest 0.10
1517

18+
_May 14, 2026_
19+
20+
<BlogAuthors />
21+
1622
<img
1723
src="https://assets.rspack.rs/rstest/rstest-banner-v0-10.png"
1824
alt="Rstest 0.10"

website/docs/zh/blog/announcing-0-10.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ sidebar: false
55
authors:
66
- name: 9aoy
77
avatar: 'https://github.com/9aoy.png'
8+
github: '9aoy'
89
- name: fi3ework
910
avatar: 'https://github.com/fi3ework.png'
11+
github: 'fi3ework'
1012
---
1113

12-
_2026 年 5 月 14 日_
14+
import { BlogAuthors } from '@rstack-dev/doc-ui/blog-authors';
1315

1416
# Rstest 0.10 发布
1517

18+
_2026 年 5 月 14 日_
19+
20+
<BlogAuthors />
21+
1622
<img
1723
src="https://assets.rspack.rs/rstest/rstest-banner-v0-10.png"
1824
alt="Rstest 0.10"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rsbuild/plugin-sass": "^1.5.2",
1616
"@rspress/core": "2.0.11",
1717
"@rspress/plugin-algolia": "2.0.11",
18-
"@rstack-dev/doc-ui": "1.13.3",
18+
"@rstack-dev/doc-ui": "1.14.0",
1919
"@rstest/tsconfig": "workspace:*",
2020
"@types/node": "^22.16.5",
2121
"@types/react": "^19.2.14",

0 commit comments

Comments
 (0)