-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2398 from i10416/get-sidebar-todo-json-up-to-date
get sidebars-todo.json up-to-date
- Loading branch information
Showing
1 changed file
with
24 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,35 @@ | ||
// https://github.com/typelevel/cats-effect/issues/1715 | ||
{ | ||
"docs": { | ||
"Overview": [ | ||
"installation", | ||
// TODO what is io? | ||
"thread-model", | ||
"typeclasses", | ||
"schedulers" | ||
// TODO performance | ||
// TODO tracing | ||
// TODO IO Documentation https://github.com/typelevel/cats-effect/pull/1877 | ||
// TODO performance https://github.com/typelevel/cats-effect/issues/1107 | ||
], | ||
/* TODO | ||
"Getting Started": [ | ||
// we can probably just copy the tutorial from CE2 | ||
"Typeclasses": [ | ||
// Document the behavior changes to bracket/guarantee between CE2 and CE3 | ||
// https://github.com/typelevel/cats-effect/issues/2242 | ||
], | ||
"Standard Library": [ | ||
// TODO std/console | ||
], | ||
/* TODOs | ||
"Leveling Up": [ | ||
// this is where we talk about patterns and best practices, tagless, etc | ||
// https://github.com/typelevel/cats-effect/issues/1143 | ||
], | ||
*/ | ||
"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 | ||
// https://github.com/typelevel/cats-effect/issues/1177 | ||
// https://github.com/typelevel/cats-effect/pull/1809 | ||
], | ||
"Resources" :[ | ||
// training, posts, video, etc | ||
// https://github.com/typelevel/cats-effect/issues/1098 | ||
], | ||
"Scaling and Tuning": [ | ||
// some advanced advice for operating Cats Effect services at scale | ||
// https://github.com/typelevel/cats-effect/issues/1127 | ||
] | ||
/* | ||
"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 | ||
] | ||
*/ | ||
*/ | ||
} | ||
} |