-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
76 additions
and
90 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '开源社区' | ||
position: 5 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '框架组件' | ||
position: 2 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '中间件' | ||
position: 100 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '传输协议' | ||
position: 101 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '运维指南' | ||
position: 4 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '快速开始' | ||
position: 1 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '用户指南' | ||
position: 3 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '简介' | ||
position: 0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"title": { | ||
"message": "Blog", | ||
"description": "The title for the blog used in SEO" | ||
}, | ||
"description": { | ||
"message": "Blog", | ||
"description": "The description for the blog used in SEO" | ||
}, | ||
"sidebar.title": { | ||
"message": "Recent posts", | ||
"description": "The label for the left sidebar" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,8 @@ | ||
module.exports = { | ||
docs: [ | ||
{ | ||
type: 'category', | ||
label: '快速开始', | ||
collapsed: false, | ||
items: [ | ||
'intro/overview', | ||
'getting-started/start', | ||
'intro/layout', | ||
'getting-started/usage', | ||
'getting-started/examples', | ||
'getting-started/plugin', | ||
'intro/faq' | ||
], | ||
}, | ||
{ | ||
type: 'category', | ||
label: '框架组件', | ||
collapsed: false, | ||
items: [ | ||
'component/api', | ||
'component/errors', | ||
'component/config', | ||
'component/log', | ||
'component/metrics', | ||
'component/registry', | ||
'component/encoding', | ||
'component/metadata', | ||
'component/selector', | ||
{ | ||
type: 'category', | ||
label: '中间件', | ||
collapsed: false, | ||
items: [ | ||
'component/middleware/overview', | ||
'component/middleware/logging', | ||
'component/middleware/metrics', | ||
'component/middleware/recovery', | ||
'component/middleware/tracing', | ||
'component/middleware/validate', | ||
'component/middleware/auth', | ||
'component/middleware/ratelimit', | ||
'component/middleware/circuitbreaker', | ||
], | ||
}, | ||
{ | ||
type: 'category', | ||
label: '传输协议', | ||
collapsed: false, | ||
items: [ | ||
'component/transport/overview', | ||
'component/transport/http', | ||
'component/transport/grpc', | ||
], | ||
}, | ||
], | ||
}, | ||
{ | ||
type: 'category', | ||
label: '用户指南', | ||
collapsed: false, | ||
items: [ | ||
'guide/api-protobuf', | ||
'guide/openapi', | ||
'guide/wire', | ||
'guide/ent', | ||
], | ||
}, | ||
{ | ||
type: 'category', | ||
label: '运维指南', | ||
collapsed: false, | ||
items: [ | ||
'devops/docker', | ||
], | ||
}, | ||
{ | ||
type: 'category', | ||
label: '开源社区', | ||
collapsed: false, | ||
items: [ | ||
'community/contribution', | ||
'community/documentation', | ||
], | ||
type: 'autogenerated', | ||
dirName: '.', // '.' means the current docs folder | ||
}, | ||
], | ||
}; |