docs: update sidebar and faq
This commit is contained in:
parent
5afedef032
commit
0a544a1ebb
@ -10,7 +10,7 @@ Download Jan to your computer, choose a compatible LLM, or connect to a remote A
|
|||||||
|
|
||||||
## Is Jan compatible with my operating system?
|
## Is Jan compatible with my operating system?
|
||||||
|
|
||||||
Jan is available for Mac, Windows, Linux, ensuring wide compatibility.
|
Jan is available for Mac, Windows, and Linux, ensuring wide compatibility.
|
||||||
|
|
||||||
## Do you use my data?
|
## Do you use my data?
|
||||||
|
|
||||||
@ -56,10 +56,10 @@ Joining [Jan's Discord server](https://discord.gg/qSwXFx6Krr) is a great way to
|
|||||||
|
|
||||||
For troubleshooting, you should reach out on Discord and check GitHub for assistance and support from the community and the development team.
|
For troubleshooting, you should reach out on Discord and check GitHub for assistance and support from the community and the development team.
|
||||||
|
|
||||||
## Can I self host?
|
## Can I self-host?
|
||||||
|
|
||||||
Yes! We love the self-hosted movement. Jan is available as a Helm chart / docker composes which can be run across home servers or even production level environments.
|
Yes! We love the self-hosted movement. Jan is available as a Helm chart/ Docker composes which can be run across home servers or even production-level environments.
|
||||||
|
|
||||||
## Are you hiring?
|
## Are you hiring?
|
||||||
|
|
||||||
We often hire directly from our community. If you are interested to apply, please see our careers page [here](https://janai.bamboohr.com/careers).
|
We often hire directly from our community. If you are interested in applying, please see our careers page [here](https://janai.bamboohr.com/careers).
|
||||||
|
|||||||
@ -29,6 +29,13 @@ const sidebars = {
|
|||||||
link: { type: "doc", id: "team/team" },
|
link: { type: "doc", id: "team/team" },
|
||||||
items: ["team/join-us", "team/contributor-program"],
|
items: ["team/join-us", "team/contributor-program"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "FAQ",
|
||||||
|
link: { type: "doc", id: "about/faq" },
|
||||||
|
items:
|
||||||
|
[],
|
||||||
|
},
|
||||||
"wall-of-love",
|
"wall-of-love",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
@ -222,10 +229,10 @@ const sidebars = {
|
|||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
"guides/extensions/import-ext",
|
"guides/extensions/import-ext",
|
||||||
"guides/extensions/setup-ext",
|
"guides/extensions/setup-ext",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Integrations",
|
label: "Integrations",
|
||||||
className: "head_SubMenu",
|
className: "head_SubMenu",
|
||||||
@ -233,7 +240,7 @@ const sidebars = {
|
|||||||
type: 'doc',
|
type: 'doc',
|
||||||
id: "guides/integration/README",
|
id: "guides/integration/README",
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
"guides/integration/azure",
|
"guides/integration/azure",
|
||||||
"guides/integration/discord",
|
"guides/integration/discord",
|
||||||
"guides/integration/groq",
|
"guides/integration/groq",
|
||||||
@ -243,7 +250,7 @@ const sidebars = {
|
|||||||
"guides/integration/openinterpreter",
|
"guides/integration/openinterpreter",
|
||||||
"guides/integration/openrouter",
|
"guides/integration/openrouter",
|
||||||
"guides/integration/raycast",
|
"guides/integration/raycast",
|
||||||
"guides/integration/vscode",
|
"guides/integration/vscode",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user