-
Notifications
You must be signed in to change notification settings - Fork 20
/
sidebar-rsocket-py.js
42 lines (42 loc) · 1.13 KB
/
sidebar-rsocket-py.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module.exports = [
"guides/rsocket-py/index",
"guides/rsocket-py/simple",
{
"Tutorial":
[
"guides/rsocket-py/tutorial/index",
"guides/rsocket-py/tutorial/base",
"guides/rsocket-py/tutorial/request_routing",
"guides/rsocket-py/tutorial/user_session",
"guides/rsocket-py/tutorial/messages",
"guides/rsocket-py/tutorial/channels",
"guides/rsocket-py/tutorial/files",
"guides/rsocket-py/tutorial/statistics",
"guides/rsocket-py/tutorial/reactivex",
"guides/rsocket-py/tutorial/websocket"
]
},
{
"Client": [
"guides/rsocket-py/client/introduction",
"guides/rsocket-py/client/rsocket-tcp-client",
"guides/rsocket-py/client/rsocket-websocket-client",
]
},
{
"Server": [
"guides/rsocket-py/server/introduction",
"guides/rsocket-py/server/rsocket-tcp-server",
"guides/rsocket-py/server/rsocket-websocket-server",
]
},
"guides/rsocket-py/rxpy",
{
"GraphQL":
[
"guides/rsocket-py/graphql/index",
"guides/rsocket-py/graphql/mutation"
]
},
"guides/rsocket-py/cli",
];