doc: update SUMMARY with new dchat tutorial flow

This commit is contained in:
lunar-mining
2023-12-14 12:09:17 +01:00
parent c03f162c78
commit 4f5d7ddb98

View File

@@ -119,22 +119,23 @@
- [Start-Run-Stop](learn/dchat/deployment/start-stop.md)
- [Seed](learn/dchat/deployment/seed-node.md)
- [Deploy](learn/dchat/deployment/deploy.md)
- [Creating dchat](learn/dchat/creating-dchat/part-2.md)
- [Message](learn/dchat/creating-dchat/message.md)
- [Understanding Protocols](learn/dchat/creating-dchat/protocols.md)
- [ProtocolDchat](learn/dchat/creating-dchat/protocol-dchat.md)
- [Register protocol](learn/dchat/creating-dchat/register-protocol.md)
- [Sending messages](learn/dchat/creating-dchat/sending-messages.md)
- [Slap on a UI](learn/dchat/creating-dchat/ui.md)
- [Using dchat](learn/dchat/creating-dchat/using-dchat.md)
- [Net tools](learn/dchat/network-tools/part-3.md)
- [RPC interface](learn/dchat/network-tools/rpc.md)
- [Accept addr](learn/dchat/network-tools/accept-addr.md)
- [Adding methods](learn/dchat/network-tools/pong.md)
- [RPC server](learn/dchat/network-tools/server.md)
- [Creating dchatd](learn/dchat/creating-dchatd/part-2.md)
- [Message](learn/dchat/creating-dchatd/message.md)
- [Understanding Protocols](learn/dchat/creating-dchatd/protocols.md)
- [ProtocolDchat](learn/dchat/creating-dchatd/protocol-dchat.md)
- [Register protocol](learn/dchat/creating-dchatd/register-protocol.md)
- [Sending messages](learn/dchat/creating-dchatd/sending-messages.md)
- [Accept addr](learn/dchat/creating-dchatd/accept-addr.md)
- [Handling RPC requests](learn/dchat/creating-dchatd/rpc-requests.md)
- [StoppableTask](learn/dchat/creating-dchatd/stoppable-task.md)
- [Adding methods](learn/dchat/creating-dchatd/rpc-methods.md)
- [Creating dchat-cli](learn/dchat/creating-dchat-cli/part-3.md)
- [UI](learn/dchat/creating-dchat-cli/ui.md)
- [Using dchat](learn/dchat/creating-dchat-cli/using-dchat.md)
- [Net tools](learn/dchat/network-tools/part-4.md)
- [get_info](learn/dchat/network-tools/get-info.md)
- [Using dnetview](learn/dchat/network-tools/using-dnetview.md)
- [Debugging](learn/dchat/network-tools/debug.md)
- [Attaching dchat](learn/dchat/network-tools/attaching-dnet.md)
- [Using dnet](learn/dchat/network-tools/using-dnet.md)
# Misc