From a3bf35aecb8fcf34f5c3ebf4d5d3dea4abde4828 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Wed, 20 Mar 2024 06:10:07 +0900 Subject: [PATCH] fix: warning errors --- docs/docs/guides/get-started/quickstart.mdx | 2 +- docs/sidebars.js | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/docs/guides/get-started/quickstart.mdx b/docs/docs/guides/get-started/quickstart.mdx index 166c19155..fc6aeac2d 100644 --- a/docs/docs/guides/get-started/quickstart.mdx +++ b/docs/docs/guides/get-started/quickstart.mdx @@ -242,7 +242,7 @@ Jan offers a range of pre-configured AI models that are suited for different pur ::: ### Setting up Jan -Ensure that you familiarize yourself with the Jan application. Jan offers advanced settings that you can adjust. These settings may influence how your AI behaves locally. Please see the [Advanced Settings](advanced-settings.mdx) article for a complete list of Jan's configurations and instructions on how to configure them. +Ensure that you familiarize yourself with the Jan application. Jan offers advanced settings that you can adjust. These settings may influence how your AI behaves locally. Please see the [Advanced Settings](./guides/advanced) article for a complete list of Jan's configurations and instructions on how to configure them. ### Integrations Jan can work with many different systems and tools. Whether you are incorporating Jan.ai with any open-source LLM provider or other tools, it is important to understand the integration capabilities and limitations. diff --git a/docs/sidebars.js b/docs/sidebars.js index 2ee54a5c2..991d7496b 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -157,12 +157,6 @@ const sidebars = { ], }, ], - // guidesSidebar: [ - // { - // type: "autogenerated", - // dirName: "guides", - // }, - // ], guidesSidebar: [ { type: "category", @@ -172,7 +166,7 @@ const sidebars = { items: [ "guides/get-started/overview", "guides/get-started/quickstart", - + { type: "category", label: "Hardware Setup", @@ -184,7 +178,7 @@ const sidebars = { items: [ "guides/get-started/settingup-gpu", ] - }, + }, { type: "category", label: "Installation", @@ -199,7 +193,7 @@ const sidebars = { "guides/installation/mac", "guides/installation/windows" ] - }, + }, ] }, { @@ -290,7 +284,7 @@ const sidebars = { "guides/integrations/unsloth", "guides/integrations/vscode" ] - }, + }, ] }, {