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: add community overview page #2274

Merged
merged 1 commit into from
May 6, 2024
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
2 changes: 1 addition & 1 deletion website/docs/en/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"text": "Community",
"link": "/community/releases/",
"link": "/community/",
"activeMatch": "/community/"
}
]
1 change: 1 addition & 0 deletions website/docs/en/community/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"index",
{
"type": "dir",
"name": "releases",
Expand Down
35 changes: 35 additions & 0 deletions website/docs/en/community/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Community

## Version

Rsbuild follows the Semantic Versioning specification.

For more details, see [Releases](/community/releases/index).

## Team

The development of Rsbuild is driven by ByteDance's Rspack team and community contributors.

For information about the team members, please refer to [Rspack - Core team](https://www.rspack.dev/misc/team/core-team).

## Communication

You can communicate with the developers of Rsbuild through the following channels:

- [GitHub Discussions](https://github.com/web-infra-dev/rsbuild/discussions)
- [Discord](https://discord.com/invite/XsaKEEk4mW)
- [Twitter](https://twitter.com/rspack_dev)

## Contribution

Contributions to Rsbuild are welcomed!

Please refer to the [Rsbuild Contribution Guide](https://github.com/web-infra-dev/rsbuild/blob/main/CONTRIBUTING.md).

## Blogs

Please visit [Rspack - Blog](https://www.rspack.dev/blog/index) to read our latest articles and announcements.

## Examples

Please visit [rspack-contrib/rspack-examples](https://github.com/rspack-contrib/rspack-examples) to view or contribute to the example projects of Rsbuild.
4 changes: 2 additions & 2 deletions website/docs/en/community/releases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please visit [GitHub - release](https://github.com/web-infra-dev/rsbuild/release

## Semantic Version

Rsbuild follows the [Semantic Versioning](https://semver.org/lang/zh-CN/) semantic version specification.
Rsbuild follows the [Semantic Versioning](https://semver.org/) specification.

- Major version: contains incompatible API changes.
- Minor version: contains backward compatible features and fixes.
Expand All @@ -19,4 +19,4 @@ Rsbuild is currently in 0.x version, so minor version may also contain some brea
## Release cycle

- Rsbuild will release several patch versions every week.
- We plan to launch Rsbuild 1.0 stable version and based on Rspack 1.0 in the **Q2 2024**.
- We plan to launch Rsbuild 1.0 stable version and based on Rspack 1.0 in the **July 2024**.
2 changes: 1 addition & 1 deletion website/docs/en/guide/advanced/module-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default defineConfig({
});
```

Please refer to the [Module Federation v2.0 documentation](https://module-federation.io/zh/) for details usage.
Please refer to the [Module Federation v2.0 documentation](https://module-federation.io/) for details usage.

## Example Repositories

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"text": "社区",
"link": "/community/releases/",
"link": "/community/",
"activeMatch": "/community/"
}
]
1 change: 1 addition & 0 deletions website/docs/zh/community/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"index",
{
"type": "dir",
"name": "releases",
Expand Down
35 changes: 35 additions & 0 deletions website/docs/zh/community/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 社区

## 版本

Rsbuild 遵循 Semantic Versioning 语义化版本规范。

请查看 [版本发布](/community/releases/index) 了解更多。

## 团队

Rsbuild 的开发是由 ByteDance 的 Rspack 团队和社区贡献者驱动的。

请查看 [Rspack - 核心团队](https://www.rspack.dev/zh/misc/team/core-team) 来了解团队成员的信息。

## 交流

你可以通过以下渠道与 Rsbuild 的开发者进行交流:

- [GitHub Discussions](https://github.com/web-infra-dev/rsbuild/discussions)
- [Discord](https://discord.com/invite/XsaKEEk4mW)
- [Twitter](https://twitter.com/rspack_dev)

## 贡献

欢迎参与 Rsbuild 贡献!

请参考 [Rsbuild Contribution Guide](https://github.com/web-infra-dev/rsbuild/blob/main/CONTRIBUTING.md)。

## 博客

请访问 [Rspack - 博客](https://www.rspack.dev/zh/blog/index) 来阅读我们的最新文章和发布公告。

## 示例

请访问 [rspack-contrib/rspack-examples](https://github.com/rspack-contrib/rspack-examples) 来查看或贡献 Rsbuild 的示例项目。
2 changes: 1 addition & 1 deletion website/docs/zh/community/releases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Rsbuild 当前处于 0.x 版本,因此次版本号也会包含一些不兼容
## 发版周期

- Rsbuild 通常会在每周发布若干个 patch 版本。
- 我们计划于 **2024 年第 2 季度**:发布 Rsbuild 1.0 稳定版本,并基于 Rspack 1.0。
- 我们计划于 **2024 年 7 月**:发布 Rsbuild 1.0 稳定版本,并基于 Rspack 1.0。
Loading