Skip to content

Commit 4095f87

Browse files
authored
chore: update homepage and about page (#1284)
1 parent 4ef87a0 commit 4095f87

4 files changed

Lines changed: 24 additions & 16 deletions

File tree

content/en/_index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ <h2>Volo</h2>
8787
</a>
8888
</div>
8989
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
90-
<a href="https://github.com/bytedance/monoio">
91-
<h2>Monoio</h2>
92-
<p>Thread-per-core Rust runtime with io_uring/epoll/kqueue.</p>
90+
<a href="https://github.com/cloudwego/eino">
91+
<h2>Eino</h2>
92+
<p>The ultimate LLM application development and orchestration framework in Golang.</p>
9393
</a>
9494
</div>
9595
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
@@ -183,7 +183,7 @@ <h2 class="home-section-title">Enterprise Users</h2>
183183
<li><a href="{{< relref "/docs/hertz">}}">Hertz</a></li>
184184
<li><a href="{{< relref "/docs/volo">}}">Volo</a></li>
185185
<li><a href="{{< relref "/docs/netpoll">}}">Netpoll</a></li>
186-
<li><a href="{{< relref "/docs/cwgo">}}">cwgo</a></li>
186+
<li><a href="{{< relref "/docs/eino">}}">Eino</a></li>
187187
</ul>
188188
</div>
189189
<div class="col-md-4 col-sm-6 col-xs-12 home-footer-links-item">
@@ -194,7 +194,7 @@ <h2 class="home-section-title">Enterprise Users</h2>
194194
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/volo">Volo</a></li>
195195
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/netpoll">Netpoll</a></li>
196196
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/bytedance/sonic">Sonic</a></li>
197-
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/bytedance/monoio">Monoio</a></li>
197+
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/eino">Eino</a></li>
198198
</ul>
199199
</div>
200200
<div class="col-md-4 col-sm-6 col-xs-12 home-footer-links-item">

content/en/about/_index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@
1414
CloudWeGo is a collection of middleware open-sourced by ByteDance's Infrastructure <span class="about-b">Service Framework</span> team, designed for rapidly building <span class="about-b">enterprise-level cloud-native microservices architecture</span>.
1515
</p>
1616
<p>The common characteristics of CloudWeGo projects are <span class="about-b">high performance, high scalability, and high reliability</span>, with a focus on microservices communication and governance.</p>
17-
<p>CloudWeGo includes several key sub-projects such as <span class="about-b">Kitex, Hertz, Volo, Netpoll, Monoio, Sonic</span>, covering both Go and Rust programming languages.
17+
<p>CloudWeGo includes several key sub-projects such as <span class="about-b">Kitex, Hertz, Volo, Netpoll, Sonic, Eino</span>, covering both Go and Rust programming languages.
1818
From frameworks to networking libraries, encoding/decoding libraries, and serialization libraries, all are <span class="about-b">self-developed</span>.
1919
These projects can be used independently or in combination, and a complete ecosystem has been built around them.</p>
20-
<p>Ecosystem project links:
20+
<p>Ecosystem project (maintained by community):
2121
<a href="https://github.com/kitex-contrib">Kitex-contrib</a>,
2222
<a href="https://github.com/hertz-contrib">Hertz-contrib</a>,
2323
<a href="https://github.com/volo-rs">Volo-rs</a>.
2424
</p>
25+
<p>Relevant technical standard:
26+
Shared Memory IPC <a href="https://github.com/cloudwego/shmipc-spec">shmipc</a>
27+
RPC Transport Protocol <a href="https://www.cloudwego.io/docs/kitex/reference/transport_protocol_ttheader/">TTHeader</a>
28+
</p>
2529
<p>For more project information and feature details, please refer to the project <a href="/docs/">documentation</a>, and for in-depth technical insights, check out the project <a href="/blog/news/">news</a>.</p>
2630
</div>
2731
<div class="about-flex-right">
@@ -63,7 +67,7 @@
6367
<p>
6468
In order to create a more diverse open-source community and nurture more outstanding open-source talents, CloudWeGo has no barriers and encourages all interested developers to participate in open-source contributions.
6569
These contributors come from various industries, both domestic and international, covering different roles such as formal employees and university students.
66-
The cumulative number of code and documentation contributors has exceeded <span class="about-b">400</span>.
70+
The cumulative number of code and documentation contributors has exceeded <span class="about-b">500</span>.
6771
Among them, <span class="about-b">25 have been promoted from contributors to committers, 7 from committers to reviewers, and 1 from reviewers to approvers</span>.
6872
</p>
6973
<p>

content/zh/_index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ <h2>Volo</h2>
8989
</a>
9090
</div>
9191
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
92-
<a href="https://github.com/bytedance/monoio">
93-
<h2>Monoio</h2>
94-
<p>基于 io_uring/epoll/kqueue 和 thread-per-core 模型的 Rust Runtime</p>
92+
<a href="https://github.com/cloudwego/eino">
93+
<h2>Eino</h2>
94+
<p>基于 Go 语言的终极大模型应用开发与编排框架</p>
9595
</a>
9696
</div>
9797
<div class="col-md-3 col-sm-6 col-xs-12 home-project-item">
@@ -206,7 +206,7 @@ <h2 class="home-section-title">谁在用</h2>
206206
<li><a href="{{< relref "/docs/hertz">}}">Hertz</a></li>
207207
<li><a href="{{< relref "/docs/volo">}}">Volo</a></li>
208208
<li><a href="{{< relref "/docs/netpoll">}}">Netpoll</a></li>
209-
<li><a href="{{< relref "/docs/cwgo">}}">cwgo</a></li>
209+
<li><a href="{{< relref "/docs/eino">}}">Eino</a></li>
210210
</ul>
211211
</div>
212212
<div class="col-md-4 col-sm-6 col-xs-12 home-footer-links-item">
@@ -217,7 +217,7 @@ <h2 class="home-section-title">谁在用</h2>
217217
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/volo">Volo</a></li>
218218
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/netpoll">Netpoll</a></li>
219219
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/bytedance/sonic">Sonic</a></li>
220-
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/bytedance/monoio">Monoio</a></li>
220+
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/cloudwego/eino">Eino</a></li>
221221
</ul>
222222
</div>
223223
<div class="col-md-4 col-sm-6 col-xs-12 home-footer-links-item">

content/zh/about/_index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@
1414
<span class="about-b">中间件</span>集合。
1515
</p>
1616
<p>CloudWeGo 项目共同的特点是<span class="about-b">高性能、高扩展性、高可靠</span>,专注于微服务通信与治理。</p>
17-
<p>CloudWeGo 包括 <span class="about-b">Kitex、Hertz、Volo、Netpoll、Monoio、Sonic</span> 等多个重点子项目,涵盖 Go 与 Rust 开发语言,
17+
<p>CloudWeGo 包括 <span class="about-b">Kitex、Hertz、Volo、Netpoll、Sonic、Eino</span> 等多个重点子项目,涵盖 Go 与 Rust 开发语言,
1818
上至框架下至网络库、编解码库、序列化库均是<span class="about-b">自研,各个项目既可独立使用也可搭配使用</span>,并围绕这些项目,构建了完整的上下游生态。</p>
19-
<p>生态项目链接
19+
<p>生态项目(社区共建)
2020
<a href="https://github.com/kitex-contrib">Kitex-contrib</a>
2121
<a href="https://github.com/hertz-contrib">Hertz-contrib</a>
2222
<a href="https://github.com/volo-rs">Volo-rs</a>
2323
</p>
24+
<p>相关技术标准:
25+
共享内存协议 <a href="https://github.com/cloudwego/shmipc-spec">shmipc</a>
26+
RPC传输协议 <a href="https://www.cloudwego.io/zh/docs/kitex/reference/transport_protocol_ttheader/">TTHeader</a>
27+
</p>
2428
<p>更多项目信息和功能介绍请查看项目<a href="/zh/docs/">文档</a>,更多技术深度解读请查看项目<a href="/zh/blog/news/">新闻</a>
2529
</p>
2630
</div>
@@ -80,7 +84,7 @@
8084
<p>
8185
为了创建更加多元、开放的开源社区,培养更多优秀开源人才,CloudWeGo 不设门槛并鼓励所有感兴趣的开发者参与开源贡献,
8286
这些贡献者来自各行各业,遍布海内外,覆盖企业正式职员和大学生等不同角色,累计代码及文档 Contributors 已经超过
83-
<span class="about-b">400</span> 个。
87+
<span class="about-b">500</span> 个。
8488
其中通过参与开源贡献晋升为 <span class="about-b">Committer 25 个,从 Committer 晋升至 Reviewer 7 个,从 Reviewer 晋升至 Approver 1 个</span>
8589
</p>
8690
<p>如需参与贡献,请阅读<a href="https://github.com/cloudwego/community/blob/main/CONTRIBUTING.md">贡献者指南</a><a

0 commit comments

Comments
 (0)