update docs nav

This commit is contained in:
Krrish Dholakia 2023-08-14 14:50:40 -07:00
parent 1ca4d6ff8c
commit 54cbf41fd9
2 changed files with 6 additions and 1 deletions

View File

@ -22,13 +22,18 @@ const sidebars = {
{
type: 'category',
label: 'completion_function',
items: ['completion/input', 'completion/supported','completion/output', 'completion/huggingface_tutorial'],
items: ['completion/input', 'completion/supported','completion/output'],
},
{
type: 'category',
label: 'embedding_function',
items: ['embedding/supported_embedding'],
},
{
type: 'category',
label: 'Tutorials',
items: ['tutorials/huggingface_tutorial'],
},
'token_usage',
'stream',
'secret',