Skip to content
Merged
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
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/docs/en/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ To migrate from an existing project to Rsbuild, refer to the following guides:
- [Migrate from Vue CLI](/guide/migration/vue-cli)
- [Migrate from Vite](/guide/migration/vite)
- [Migrate from Modern.js Builder](/guide/migration/modern-builder)
- [Migrate from Tsup to Rslib](https://lib.rsbuild.dev/guide/migration/tsup)
- [Migrate from Tsup to Rslib](https://rslib.rs/guide/migration/tsup)
- [Migrate from Storybook to Storybook Rsbuild](https://rspack.dev/guide/migration/storybook)

### Other projects
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/guide/start/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Templates:
- [从 Vue CLI 迁移](/guide/migration/vue-cli)
- [从 Vite 迁移](/guide/migration/vite)
- [从 Modern.js Builder 迁移](/guide/migration/modern-builder)
- [从 Tsup 迁移到 Rslib](https://lib.rsbuild.dev/zh/guide/migration/tsup)
- [从 Tsup 迁移到 Rslib](https://rslib.rs/zh/guide/migration/tsup)
- [从 Storybook 迁移到 Storybook Rsbuild](https://rspack.dev/zh/guide/migration/storybook)

### 其他项目
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rspress/plugin-client-redirects": "2.0.0-beta.6",
"@rspress/plugin-algolia": "2.0.0-beta.6",
"@rspress/plugin-rss": "2.0.0-beta.6",
"@rstack-dev/doc-ui": "1.10.3",
"@rstack-dev/doc-ui": "1.10.4",
"@shikijs/transformers": "^3.4.2",
"@types/node": "^22.15.21",
"@types/react": "^19.1.5",
Expand Down
4 changes: 2 additions & 2 deletions website/theme/components/HomeFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ function useFooterData() {
},
{
title: 'Rslib',
link: 'https://lib.rsbuild.dev/',
link: 'https://rslib.rs/',
},
{
title: 'Rstest',
link: 'https://github.com/web-infra-dev/rstest',
link: 'https://rstest.rs',
},
],
},
Expand Down
Loading