fix: warning errors

This commit is contained in:
hieu-jan 2024-03-20 06:10:07 +09:00
parent 86b6dd5657
commit a3bf35aecb
2 changed files with 5 additions and 11 deletions

View File

@ -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.

View File

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