Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get sidebars-todo.json up-to-date #2398

Merged
merged 3 commits into from
Oct 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 24 additions & 33 deletions site-docs/sidebars-todo.json
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
]
*/
*/
}
}