fix: warning errors
This commit is contained in:
parent
86b6dd5657
commit
a3bf35aecb
@ -242,7 +242,7 @@ Jan offers a range of pre-configured AI models that are suited for different pur
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
### Setting up Jan
|
### 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
|
### 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.
|
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.
|
||||||
|
|||||||
@ -157,12 +157,6 @@ const sidebars = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// guidesSidebar: [
|
|
||||||
// {
|
|
||||||
// type: "autogenerated",
|
|
||||||
// dirName: "guides",
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
guidesSidebar: [
|
guidesSidebar: [
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
@ -172,7 +166,7 @@ const sidebars = {
|
|||||||
items: [
|
items: [
|
||||||
"guides/get-started/overview",
|
"guides/get-started/overview",
|
||||||
"guides/get-started/quickstart",
|
"guides/get-started/quickstart",
|
||||||
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Hardware Setup",
|
label: "Hardware Setup",
|
||||||
@ -184,7 +178,7 @@ const sidebars = {
|
|||||||
items: [
|
items: [
|
||||||
"guides/get-started/settingup-gpu",
|
"guides/get-started/settingup-gpu",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Installation",
|
label: "Installation",
|
||||||
@ -199,7 +193,7 @@ const sidebars = {
|
|||||||
"guides/installation/mac",
|
"guides/installation/mac",
|
||||||
"guides/installation/windows"
|
"guides/installation/windows"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -290,7 +284,7 @@ const sidebars = {
|
|||||||
"guides/integrations/unsloth",
|
"guides/integrations/unsloth",
|
||||||
"guides/integrations/vscode"
|
"guides/integrations/vscode"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user