diff --git a/typedoc.json b/typedoc.json index 55a21e98..4a8010e8 100644 --- a/typedoc.json +++ b/typedoc.json @@ -8,5 +8,5 @@ "out": "docs", "exclude": ["test/**", "example/**", "benchmarks/**"], "listInvalidSymbolLinks": true, - "toc": ["FIO", "Ref", "Fiber", "Await", "Exit", "Managed", "Queue"] + "toc": ["FIO", "Ref", "Fiber", "Await", "Exit", "Managed", "Queue", "Stream"] }