Skip to content

Commit 734b2bc

Browse files
authored
chore: add top level description (#790)
Signed-off-by: rogerogers <[email protected]>
1 parent 71c7226 commit 734b2bc

File tree

16 files changed

+17
-8
lines changed

16 files changed

+17
-8
lines changed

content/en/docs/_index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
21
---
3-
title: "Documentation"
4-
linkTitle: "Documentation"
2+
title: 'Documentation'
3+
linkTitle: 'Documentation'
54
weight: 1
65
isFolder: true
76
menu:
87
main:
98
weight: 1
109
---
11-
12-
13-
14-

content/en/docs/cwgo/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Cwgo'
33
linkTitle: 'Cwgo'
44
weight: 5
5+
Description: Cwgo is a CloudWeGo All in one code generation tool, which integrates the advantages of each component to improve the developer experience.
56
menu:
67
main:
78
weight: 5

content/en/docs/hertz/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Hertz'
33
linkTitle: 'Hertz'
44
weight: 2
5+
Description: Hertz [həːts] is a high-performance, high-usability, extensible HTTP framework for Go. It's designed to make it easy for developers to build microservices.
56
menu:
67
main:
78
weight: 2

content/en/docs/kitex/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Kitex'
33
linkTitle: 'Kitex'
44
weight: 1
5+
Description: Kitex [kaɪt'eks] is a **high-performance** and **strong-extensibility** Golang RPC framework that helps developers build microservices. If the performance and extensibility are the main concerns when you develop microservices, Kitex can be a good choice.
56
menu:
67
main:
78
weight: 1

content/en/docs/motore/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Motore'
33
linkTitle: 'Motore'
44
weight: 6
5+
Description: Motore is an async middleware abstraction powered by GAT and TAIT.
56
menu:
67
main:
78
weight: 6

content/en/docs/netpoll/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Netpoll'
33
linkTitle: 'Netpoll'
44
weight: 4
5+
Description: Netpoll is a high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.
56
menu:
67
main:
78
weight: 4

content/en/docs/pilota/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Pilota'
33
linkTitle: 'Pilota'
44
weight: 7
5+
Description: Pilota is a thrift and protobuf implementation in pure rust with high performance and extensibility.
56
menu:
67
main:
78
weight: 7

content/en/docs/volo/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Volo'
33
linkTitle: 'Volo'
44
weight: 3
5+
Description: Volo is a **high-performance** and **strong-extensibility** Rust RPC framework that helps developers build microservices.
56
menu:
67
main:
78
weight: 3

content/zh/docs/cwgo/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Cwgo'
33
linkTitle: 'Cwgo'
44
weight: 5
5+
Description: Cwgo 是 CloudWeGo All in one 代码生成工具,整合了各个组件的优势,提高开发者提体验。
56
menu:
67
main:
78
weight: 5

content/zh/docs/hertz/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 'Hertz'
33
linkTitle: 'Hertz'
44
weight: 2
5+
Description: Hertz [həːts] 是一个 Golang 微服务 HTTP 框架,具有高易用性、高性能、高扩展性等特点。如果对微服务性能有要求,又希望框架能够充分满足内部的可定制化需求,Hertz 会是一个不错的选择。
56
menu:
67
main:
78
weight: 2

0 commit comments

Comments
 (0)