338 Star 2.7K Fork 800

GVP若汝棋茗/TouchSocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sidebars.ts 14.74 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
module.exports =
{
"docs": [
{
"type": "doc",
"id": "description",
"label": "01、说明(使用前必要阅读)"
},
{
"type": "doc",
"id": "upgrade",
"label": "02、历史更新"
},
{
"type": "category",
"label": "03、支持作者及商业运营",
"items": [
{
"type": "doc",
"id": "donate",
"label": "3.1 支持作者"
},
{
"type": "doc",
"id": "enterprise",
"label": "3.2 Pro相关"
},
{},
{
"type": "category",
"label": "3.3 使用者项目",
"items": [
{
"type": "doc",
"id": "fpsgame",
"label": "a.FPS实时游戏"
},
{
"type": "doc",
"id": "engineertoolbox",
"label": "b.工程师软件工具箱"
},
{
"type": "doc",
"id": "thingsgateway",
"label": "c.ThingsGateway"
}
]
}
]
},
{
"type": "doc",
"id": "startguide",
"label": "04、入门指南"
},
{
"type": "category",
"label": "05、疑难解答",
"items": [
{
"type": "doc",
"id": "troubleshootsourcecode",
"label": "5.1 源码相关"
},
{
"type": "doc",
"id": "troubleshootunity3d",
"label": "5.2 Unity3D相关"
},
{
"type": "doc",
"id": "troubleshootissue",
"label": "5.3 Issue解答"
}
]
},
{
"type": "category",
"label": "06、Core",
"items": [
{
"type": "doc",
"id": "bytepool",
"label": "6.1 内存池"
},
{
"type": "doc",
"id": "consoleaction",
"label": "6.2 控制台行为"
},
{
"type": "doc",
"id": "touchsocketbitconverter",
"label": "6.3 大小端转换器"
},
{
"type": "doc",
"id": "datasecurity",
"label": "6.4 数据加密"
},
{
"type": "doc",
"id": "ilog",
"label": "6.5 日志记录器"
},
{
"type": "doc",
"id": "appmessenger",
"label": "6.6 应用信使"
},
{
"type": "doc",
"id": "fastbinaryformatter",
"label": "6.7 高性能二进制序列化"
},
{
"type": "doc",
"id": "jsonserialize",
"label": "6.8 Json序列化"
},
{
"type": "doc",
"id": "ioc",
"label": "6.9 依赖注入容器(IOC)"
},
{
"type": "doc",
"id": "dependencyproperty",
"label": "6.10 依赖属性"
},
{
"type": "doc",
"id": "filepool",
"label": "6.11 文件流池"
},
{
"type": "doc",
"id": "pluginsmanager",
"label": "6.12 插件系统"
},
{
"type": "doc",
"id": "ipackage",
"label": "6.13 包序列化模式"
},
{
"type": "doc",
"id": "dynamicmethod",
"label": "6.14 动态方法调用"
},
{
"type": "doc",
"id": "othercore",
"label": "6.15 其他相关功能类"
}
]
},
{
"type": "category",
"label": "07、Tcp组件",
"items": [
{
"type": "doc",
"id": "tcpintroduction",
"label": "7.1 Tcp入门基础"
},
{
"type": "doc",
"id": "tcpservice",
"label": "7.2 创建TcpService"
},
{
"type": "doc",
"id": "tcpclient",
"label": "7.3 创建TcpClient"
},
{
"type": "doc",
"id": "natservice",
"label": "7.4 Tcp端口转发"
},
{
"type": "doc",
"id": "resetid",
"label": "7.5 服务器重置Id"
},
{
"type": "doc",
"id": "tcpcommandlineplugin",
"label": "7.6 命令行执行插件"
},
{
"type": "doc",
"id": "tcpcommonplugins",
"label": "7.7 其他常用插件"
},
{
"type": "doc",
"id": "tcpaot",
"label": "7.8 AOT模式"
}
]
},
{
"type": "category",
"label": "08、NamedPipe组件",
"items": [
{
"type": "doc",
"id": "namedpipedescription",
"label": "8.1 命名管道描述"
},
{
"type": "doc",
"id": "namedpipeservice",
"label": "8.2 创建NamedPipeService"
},
{
"type": "doc",
"id": "namedpipeclient",
"label": "8.2 创建NamedPipeClient"
}
]
},
{
"type": "category",
"label": "09、Udp组件",
"items": [
{
"type": "doc",
"id": "udpsession",
"label": "9.1 创建UdpSession"
},
{
"type": "doc",
"id": "udpwaitingclient",
"label": "9.2 同步请求数据"
},
{
"type": "doc",
"id": "udptransmitbigdata",
"label": "9.3 传输大于64K的数据"
},
{
"type": "doc",
"id": "udpbroadcast",
"label": "9.4 组播、广播"
}
]
},
{
"type": "doc",
"id": "serialportclient",
"label": "10、串口组件"
},
{
"type": "doc",
"id": "waitingclient",
"label": "11、等待响应组件"
},
{
"type": "category",
"label": "12、数据处理适配器",
"items": [
{
"type": "doc",
"id": "adapterdescription",
"label": "12.1 介绍及使用"
},
{
"type": "category",
"label": "12.2 单线程流式适配器",
"items": [
{
"type": "doc",
"id": "datahandleadapter",
"label": "a.原始适配器"
},
{
"type": "doc",
"id": "packageadapter",
"label": "b.内置包适配器"
},
{
"type": "doc",
"id": "customdatahandlingadapter",
"label": "c.用户自定义适配器"
},
{
"type": "doc",
"id": "customfixedheaderdatahandlingadapter",
"label": "d.模板解析固定包头适配器"
},
{
"type": "doc",
"id": "bigfixedheadercustomdatahandlingadapter",
"label": "e.模板解析大数据固定包头适配器"
},
{
"type": "doc",
"id": "customunfixedheaderdatahandlingadapter",
"label": "f.模板解析非固定包头适配器"
},
{
"type": "doc",
"id": "custombigunfixedheaderdatahandlingadapter",
"label": "g.模板解析大数据非固定包头适配器"
},
{
"type": "doc",
"id": "custombetweenanddatahandlingadapter",
"label": "h.模板解析区间数据适配器"
},
{
"type": "doc",
"id": "customjsondatahandlingadapter",
"label": "i.模板解析“Json”数据适配器"
},
{
"type": "doc",
"id": "customcountspliterdatahandlingadapter",
"label": "j.模板解析“固定数量分隔符”数据适配器"
}
]
},
{
"type": "category",
"label": "12.3 多线程非流式适配器",
"items": [
{
"type": "doc",
"id": "udpdatahandlingadapter",
"label": "a.原始自定义适配器"
}
]
},
{
"type": "category",
"label": "12.4 适配器案例赏析",
"items": [
{
"type": "doc",
"id": "adapterdemodescription",
"label": "a.说明"
},
{
"type": "doc",
"id": "stategridtransmission",
"label": "b.国网输电i1标准版"
},
{
"type": "doc",
"id": "adaptersiemenss7",
"label": "d.西门子S7"
}
]
},
{
"type": "doc",
"id": "independentusedatahandlingadapter",
"label": "12.5 独立使用适配器"
},
{
"type": "doc",
"id": "adaptererrorcorrection",
"label": "12.6 适配器纠错"
},
{
"type": "doc",
"id": "dataadaptertester",
"label": "12.7 适配器完整性、性能测试"
},
{
"type": "doc",
"id": "adapterbuilder",
"label": "12.8 适配器消息构建器"
}
]
},
{
"type": "category",
"label": "13、Http组件",
"items": [
{
"type": "doc",
"id": "httpservice",
"label": "13.1 创建HttpService"
},
{
"type": "doc",
"id": "httpclient",
"label": "13.2 创建HttpClient"
},
{
"type": "doc",
"id": "httpstaticpageplugin",
"label": "13.3 静态页面插件"
},
{
"type": "doc",
"id": "cors",
"label": "13.4 Cors跨域"
}
]
},
{
"type": "category",
"label": "14、WebSocket组件",
"items": [
{
"type": "doc",
"id": "websocketdescription",
"label": "14.1 产品及架构介绍"
},
{
"type": "doc",
"id": "websocketservice",
"label": "14.2 创建WebSocket服务器"
},
{
"type": "doc",
"id": "websocketclient",
"label": "14.3 创建WebSocket客户端"
},
{
"type": "doc",
"id": "websocketheartbeat",
"label": "14.4 心跳设置"
},
{
"type": "doc",
"id": "wscommandlineplugin",
"label": "14.5 快捷事务命令行"
}
]
},
{
"type": "category",
"label": "15、Rpc组件",
"items": [
{
"type": "doc",
"id": "rpcdescription",
"label": "15.1 Rpc描述"
},
{
"type": "doc",
"id": "rpcregister",
"label": "15.2 注册服务"
},
{
"type": "doc",
"id": "rpcgenerateproxy",
"label": "15.3 生成调用代理"
},
{
"type": "doc",
"id": "generateproxysourcegeneratordemo",
"label": "15.4 源生成代理推荐写法"
},
{
"type": "doc",
"id": "rpcactionfilter",
"label": "15.5 Rpc服务AOP"
},
{
"type": "doc",
"id": "rpcallcontext",
"label": "15.6 调用上下文"
},
{
"type": "doc",
"id": "rpcratelimiting",
"label": "15.7 Rpc访问速率限制"
},
{
"type": "doc",
"id": "rpcdispatcher",
"label": "15.8 Rpc执行调度器"
},
{
"type": "doc",
"id": "rpcauthorization",
"label": "15.9 Rpc鉴权授权策略"
}
]
},
{
"type": "category",
"label": "16、Dmtp组件",
"items": [
{
"type": "doc",
"id": "dmtpdescription",
"label": "16.1 产品及架构介绍"
},
{
"type": "doc",
"id": "dmtpservice",
"label": "16.2 创建Dmtp服务器"
},
{
"type": "doc",
"id": "dmtplient",
"label": "16.3 创建Dmtp客户端"
},
{
"type": "doc",
"label": "16.4 基础功能",
"id": "dmtpbase"
},
{
"type": "category",
"label": "16.5 进阶功能",
"items": [
{
"type": "doc",
"label": "a.自定义DmtpActor",
"id": "dmtpcustomactor"
}
]
},
{
"type": "doc",
"label": "16.6 Rpc功能",
"id": "dmtprpc"
},
{
"type": "doc",
"label": "16.7 文件传输",
"id": "dmtptransferfile"
},
{
"type": "doc",
"id": "dmtpremoteaccess",
"label": "16.8 远程文件系统"
},
{
"type": "doc",
"id": "dmtpremotestream",
"label": "16.9 远程流映射"
},
{
"type": "doc",
"id": "dmtprouterpackage",
"label": "16.10 路由包传输"
},
{
"type": "doc",
"id": "dmtpredis",
"label": "16.11 Redis缓存"
}
]
},
{
"type": "category",
"label": "17、WebApi组件",
"items": [
{
"type": "doc",
"label": "17.1 WebApi",
"id": "webapi"
},
{
"type": "doc",
"label": "17.2 Swagger页面",
"id": "swagger"
}
]
},
{
"type": "doc",
"label": "18、JsonRpc组件",
"id": "jsonrpc"
},
{
"type": "doc",
"label": "19、XmlRpc组件",
"id": "xmlrpc"
},
{
"type": "category",
"label": "20、Modbus组件",
"items": [
{
"type": "doc",
"label": "20.1 Modbus主站",
"id": "modbusmaster"
},
{
"type": "doc",
"label": "20.2 Modbus从站",
"id": "modbusslave"
}
]
},
{
"type": "doc",
"label": "21、通用主机(Hosting)",
"id": "generichost"
},
{
"type": "category",
"label": "22、Mqtt组件",
"items": [
{
"type": "doc",
"label": "22.1 Mqtt客户端",
"id": "mqttclient"
}
]
}
]
}
;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/RRQM_Home/TouchSocket.git
git@gitee.com:RRQM_Home/TouchSocket.git
RRQM_Home
TouchSocket
TouchSocket
master

搜索帮助