From 49ac9ebd194d8df79e1527adf362a86ee035f50b Mon Sep 17 00:00:00 2001 From: Daniel <101145494+dan-jan@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:42:12 +0800 Subject: [PATCH] Add Data Structures, User Interface and Jan --- docs/docs/specs/data-structures.md | 3 +++ docs/docs/specs/jan.md | 3 +++ docs/sidebars.js | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/docs/specs/data-structures.md create mode 100644 docs/docs/specs/jan.md diff --git a/docs/docs/specs/data-structures.md b/docs/docs/specs/data-structures.md new file mode 100644 index 000000000..063f9a0b4 --- /dev/null +++ b/docs/docs/specs/data-structures.md @@ -0,0 +1,3 @@ +--- +title: Data Structures +--- \ No newline at end of file diff --git a/docs/docs/specs/jan.md b/docs/docs/specs/jan.md new file mode 100644 index 000000000..77d63eddc --- /dev/null +++ b/docs/docs/specs/jan.md @@ -0,0 +1,3 @@ +--- +title: Jan +--- \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index c869d579c..7ffa25c88 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", ], }, ],