Merge branch 'dev' into chore/jan-doc-update
This commit is contained in:
commit
617213eb1c
@ -10,5 +10,9 @@
|
|||||||
"linux": {
|
"linux": {
|
||||||
"title": "Linux",
|
"title": "Linux",
|
||||||
"href": "/docs/installation/linux"
|
"href": "/docs/installation/linux"
|
||||||
|
},
|
||||||
|
"beta": {
|
||||||
|
"title": "BETA apps",
|
||||||
|
"href": "/docs/installation/beta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
81
docs/src/pages/docs/installation/beta.mdx
Normal file
81
docs/src/pages/docs/installation/beta.mdx
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
---
|
||||||
|
title: Beta Builds
|
||||||
|
description: Try out the latest features of Jan through our beta builds. Get early access to new features and help shape the future of Jan.
|
||||||
|
keywords:
|
||||||
|
[
|
||||||
|
Jan,
|
||||||
|
beta,
|
||||||
|
preview,
|
||||||
|
early-access,
|
||||||
|
testing,
|
||||||
|
development,
|
||||||
|
experimental-features,
|
||||||
|
feedback,
|
||||||
|
support
|
||||||
|
]
|
||||||
|
---
|
||||||
|
|
||||||
|
import { Tabs, Callout } from 'nextra/components'
|
||||||
|
|
||||||
|
# Jan Beta Builds
|
||||||
|
|
||||||
|
Welcome to Jan's beta program! Beta builds give you early access to new features and improvements before they reach the stable release. By participating in the beta program, you can help shape the future of Jan by providing feedback and reporting issues.
|
||||||
|
|
||||||
|
<Callout type="warning">
|
||||||
|
Beta builds may contain bugs and unstable features. We recommend using the stable release for production environments.
|
||||||
|
</Callout>
|
||||||
|
|
||||||
|
## Download Beta Builds
|
||||||
|
|
||||||
|
Get the latest beta builds for your platform:
|
||||||
|
|
||||||
|
<Tabs items={['macOS', 'Windows', 'Linux']}>
|
||||||
|
<Tabs.Tab>
|
||||||
|
- [MacOS Universal](https://app.jan.ai/download/beta/mac-universal)
|
||||||
|
</Tabs.Tab>
|
||||||
|
|
||||||
|
<Tabs.Tab>
|
||||||
|
- [Windows Installer](https://app.jan.ai/download/beta/win-x64)
|
||||||
|
</Tabs.Tab>
|
||||||
|
|
||||||
|
<Tabs.Tab>
|
||||||
|
- [jan.deb](https://app.jan.ai/download/beta/linux-amd64-deb)
|
||||||
|
- [jan.AppImage](https://app.jan.ai/download/beta/linux-amd64-appimage)
|
||||||
|
</Tabs.Tab>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
## Getting Help & Support
|
||||||
|
|
||||||
|
### Discord Community
|
||||||
|
Join our Discord community to:
|
||||||
|
- Get help with beta builds
|
||||||
|
- Discuss new features
|
||||||
|
- Connect with other beta testers
|
||||||
|
- Share feedback directly with the team
|
||||||
|
|
||||||
|
[Join our Discord Server](https://discord.com/channels/1107178041848909847/1149558035971321886) or report directly to [#🆘|jan-help](https://discord.com/channels/1107178041848909847/1192090449725358130)
|
||||||
|
|
||||||
|
### GitHub Issues
|
||||||
|
Found a bug or have a feature request? Let us know on GitHub:
|
||||||
|
|
||||||
|
1. Check if the issue has already been reported
|
||||||
|
2. Create a new issue with:
|
||||||
|
- Clear description of the problem
|
||||||
|
- Steps to reproduce
|
||||||
|
- Expected vs actual behavior
|
||||||
|
- System information
|
||||||
|
- Screenshots if applicable
|
||||||
|
|
||||||
|
[File an Issue on GitHub](https://github.com/menloresearch/jan/issues)
|
||||||
|
|
||||||
|
## Beta Program Benefits
|
||||||
|
|
||||||
|
- Early access to new features
|
||||||
|
- Direct influence on product development
|
||||||
|
- Opportunity to shape Jan's future
|
||||||
|
- Access to beta-specific support channels
|
||||||
|
- Regular updates with the latest improvements
|
||||||
|
|
||||||
|
<Callout type="info">
|
||||||
|
Your feedback is invaluable in helping us improve Jan. Thank you for being part of our beta testing community!
|
||||||
|
</Callout>
|
||||||
Loading…
x
Reference in New Issue
Block a user