文档更新:部分内容调整补充、WebSocket 客户端接入 (#337)

* update docs

* update docs

* update docs
This commit is contained in:
Jerry
2023-03-10 22:13:36 +08:00
committed by GitHub
parent b97cf26047
commit 799aacf292
9 changed files with 291 additions and 23 deletions

View File

@@ -80,9 +80,11 @@ module.exports = {
{
title: 'HTTP 组件',
collapsable: true,
sidebarDepth: 2,
sidebarDepth: 1,
children: [
'http/zmrequest',
'http/websocket-access',
'http/websocket-client',
],
},
{
@@ -99,7 +101,7 @@ module.exports = {
{
title: '存储组件',
collapsable: true,
sidebarDepth: 2,
sidebarDepth: 1,
children: [
'store/file-system',
'store/cache',