Skip to content

Commit

Permalink
Merge pull request #2398 from i10416/get-sidebar-todo-json-up-to-date
Browse files Browse the repository at this point in the history
get sidebars-todo.json up-to-date
  • Loading branch information
djspiewak authored Oct 17, 2021
2 parents ebdd828 + 5838c6b commit e95ca82
Showing 1 changed file with 24 additions and 33 deletions.
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
]
*/
*/
}
}

0 comments on commit e95ca82

Please sign in to comment.