forked from typelevel/cats-effect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars-todo.json
44 lines (44 loc) · 950 Bytes
/
sidebars-todo.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
{
"docs": {
"Overview": [
"installation",
// TODO what is io?
"thread-model",
"typeclasses",
"schedulers"
// TODO performance
// TODO tracing
],
/* TODO
"Getting Started": [
// we can probably just copy the tutorial from CE2
],
"Leveling Up": [
// this is where we talk about patterns and best practices, tagless, etc
],
*/
"Standard Library": [
// TODO Console
"countdown-latch",
"cyclic-barrier",
"deferred",
"dequeue",
"dispatcher",
"hotswap",
"pqueue",
"queue",
// TODO Random
"ref",
"resource",
"supervisor"
]
/*
"Ecosystem": [
// let's throw some pages in here focused on use-cases, like HTTP clients, Redis things, etc
],
"Scaling and Tuning": [
// some advanced advice for operating Cats Effect services at scale
]
*/
}
}