Add Data Structures, User Interface and Jan
This commit is contained in:
parent
589744d62c
commit
49ac9ebd19
3
docs/docs/specs/data-structures.md
Normal file
3
docs/docs/specs/data-structures.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Data Structures
|
||||||
|
---
|
||||||
3
docs/docs/specs/jan.md
Normal file
3
docs/docs/specs/jan.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Jan
|
||||||
|
---
|
||||||
@ -55,19 +55,21 @@ const sidebars = {
|
|||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
"specs/architecture",
|
"specs/architecture",
|
||||||
|
"specs/data-structures",
|
||||||
|
"specs/user-interface",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Specifications",
|
label: "Specifications",
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
"specs/user-interface",
|
|
||||||
"specs/chats",
|
"specs/chats",
|
||||||
"specs/models",
|
"specs/models",
|
||||||
"specs/threads",
|
"specs/threads",
|
||||||
"specs/messages",
|
"specs/messages",
|
||||||
"specs/assistants",
|
"specs/assistants",
|
||||||
"specs/files",
|
"specs/files",
|
||||||
|
"specs/jan",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user