Add Data Structures, User Interface and Jan

This commit is contained in:
Daniel 2023-11-18 17:42:12 +08:00
parent 589744d62c
commit 49ac9ebd19
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,3 @@
---
title: Data Structures
---

3
docs/docs/specs/jan.md Normal file
View File

@ -0,0 +1,3 @@
---
title: Jan
---

View File

@ -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",
], ],
}, },
], ],