docs updated

This commit is contained in:
ishaan-jaff 2023-08-29 21:19:52 -07:00
parent 6651cabd69
commit ef065c0ed7
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@ const sidebars = {
{ {
type: "category", type: "category",
label: "Completion()", label: "Completion()",
items: ["completion/input", "completion/output", "completion/reliable_completions"], items: ["completion/input", "completion/output", "completion/reliable_completions", "completion/stream"],
}, },
{ {
type: "category", type: "category",
@ -32,7 +32,6 @@ const sidebars = {
'completion/supported', 'completion/supported',
"token_usage", "token_usage",
"exception_mapping", "exception_mapping",
"stream",
'debugging/hosted_debugging', 'debugging/hosted_debugging',
'debugging/local_debugging', 'debugging/local_debugging',
{ {