From 4c13c592bc167b66cfe9bfce67dd05df1530428c Mon Sep 17 00:00:00 2001 From: Service Account Date: Thu, 26 Oct 2023 09:47:35 +0700 Subject: [PATCH] feat: Added app anatomy, @janhq/models and @janhq/plugins --- docs/sidebars.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index de0df38d1..b48c30887 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -84,6 +84,11 @@ const sidebars = { label: "Concepts", id: "docs/overview/concepts", }, + { + type: "doc", + label: "App Anatomy", + id: "docs/overview/app_anatomy", + }, ], }, { @@ -99,8 +104,13 @@ const sidebars = { }, { type: "doc", - label: "@janhq/inference", - id: "docs/reference/coreservice", + label: "@janhq/models", + id: "docs/reference/model_catalog", + }, + { + type: "doc", + label: "@janhq/plugins", + id: "docs/reference/plugin_catalog", }, ], },