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,
items: [
"specs/architecture",
"specs/data-structures",
"specs/user-interface",
{
type: "category",
label: "Specifications",
collapsible: true,
collapsed: false,
items: [
"specs/user-interface",
"specs/chats",
"specs/models",
"specs/threads",
"specs/messages",
"specs/assistants",
"specs/files",
"specs/jan",
],
},
],