-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
docs.json
104 lines (104 loc) · 2.6 KB
/
docs.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "Kameo",
"description": "Distributed, Fault-tolerant Async Actors Powered by Tokio",
"socialPreview": "https://repository-images.githubusercontent.com/779318723/b1ce92be-760d-427b-b3a6-ffca8cbc2e6a",
"logo": {
"light": "https://github.com/tqwewe/kameo/raw/refs/heads/main/docs/farron.png",
"dark": "https://github.com/tqwewe/kameo/raw/refs/heads/main/docs/farron.png"
},
"scripts": {
"googleAnalytics": "G-FES40CNKHX"
},
"sidebar": [
{
"group": "Getting Started",
"pages": [
{
"title": "Introduction",
"href": "/",
"icon": "globe"
},
{
"title": "Getting Started",
"href": "/getting-started",
"icon": "rocket"
}
]
},
{
"group": "Core Concepts",
"pages": [
{
"title": "Overview",
"href": "/core-concepts",
"icon": "book"
},
{
"title": "Actors",
"href": "/core-concepts/actors",
"icon": "users"
},
{
"title": "Messages",
"href": "/core-concepts/messages",
"icon": "envelope"
},
{
"title": "Requests",
"href": "/core-concepts/requests",
"icon": "question"
},
{
"title": "Replies",
"href": "/core-concepts/replies",
"icon": "reply"
},
{
"title": "Supervision",
"href": "/core-concepts/supervision",
"icon": "shield-alt"
}
]
},
{
"group": "Distributed Actors",
"pages": [
{
"title": "Overview",
"href": "/distributed-actors",
"icon": "network-wired"
},
{
"title": "Bootstrapping the Actor Swarm",
"href": "/distributed-actors/bootstrapping-actor-swarm",
"icon": "play-circle"
},
{
"title": "Dialing and Connecting to Other Nodes",
"href": "/distributed-actors/dialing-connecting-nodes",
"icon": "link"
},
{
"title": "Registering and Looking up Actors",
"href": "/distributed-actors/registering-looking-up-actors",
"icon": "user-tag"
},
{
"title": "Messaging Remote Actors",
"href": "/distributed-actors/messaging-remote-actors",
"icon": "envelope-open-text"
}
]
},
{
"group": "Additional Resources",
"pages": [
{
"title": "FAQ",
"href": "/faq",
"icon": "question-circle"
}
]
}
]
}