Merge pull request #4851 from menloresearch/origin/chore/update-jan-doc
chore: update jan doc v0.5.16
|
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 327 KiB |
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 265 KiB |
BIN
docs/src/pages/docs/_assets/settings-19.png
Normal file
|
After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 92 KiB |
@ -41,19 +41,19 @@ To open through Terminal:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Windows
|
# Windows
|
||||||
%APPDATA%/Jan/data
|
cd %APPDATA%/Jan/data
|
||||||
|
|
||||||
# Mac
|
# Mac
|
||||||
~/Library/Application Support/Jan/data
|
cd ~/Library/Application\ Support/Jan/data
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
## Custom installation directory
|
## Custom installation directory
|
||||||
$XDG_CONFIG_HOME/Jan/data
|
cd $XDG_CONFIG_HOME/Jan/data
|
||||||
|
|
||||||
or
|
# or
|
||||||
|
|
||||||
## Default installation directory
|
## Default installation directory
|
||||||
~/.config/Jan/data
|
cd ~/.config/Jan/data
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -219,12 +219,7 @@ Intel Arc GPUs require **Vulkan** support.
|
|||||||
6. Click **Uninstall** again to confirm
|
6. Click **Uninstall** again to confirm
|
||||||
7. Click **OK**
|
7. Click **OK**
|
||||||
|
|
||||||
### Step 2: Handle Jan Data
|
### Step 2: Clean Up Remaining Files
|
||||||
When prompted with: `Do you also want to delete the DEFAULT Jan data folder at C:\Users{username}\Jan?`
|
|
||||||
- Click **OK** to remove all Jan data
|
|
||||||
- Click **Cancel** to keep your Jan data for future installations
|
|
||||||
|
|
||||||
### Step 3: Clean Up Remaining Files
|
|
||||||
|
|
||||||
To ensure a complete uninstallation, remove the app cache:
|
To ensure a complete uninstallation, remove the app cache:
|
||||||
|
|
||||||
@ -234,7 +229,7 @@ To ensure a complete uninstallation, remove the app cache:
|
|||||||
or through **Terminal**:
|
or through **Terminal**:
|
||||||
```
|
```
|
||||||
cd C:\Users\%USERNAME%\AppData\Roaming
|
cd C:\Users\%USERNAME%\AppData\Roaming
|
||||||
rmdir /S jan
|
rmdir /S Jan
|
||||||
```
|
```
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ We track data like how often the app is opened to check:
|
|||||||
|
|
||||||
Product analytics data is tied to a randomly generated user ID. None of our usage data can be linked to your personal identity. Your chat history and personal data are never tracked.
|
Product analytics data is tied to a randomly generated user ID. None of our usage data can be linked to your personal identity. Your chat history and personal data are never tracked.
|
||||||
|
|
||||||
## What we **don't** track
|
## What we **DO NOT** track
|
||||||
|
|
||||||
<Callout type="info">
|
<Callout type="info">
|
||||||
Even if you grant analytics permissions, Jan doesn't track many of your private activities.
|
Even if you grant analytics permissions, Jan doesn't track many of your private activities.
|
||||||
|
|||||||
@ -113,6 +113,13 @@ Jan includes a built-in spell check feature to help catch typing errors in your
|
|||||||

|

|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
### Scrolling Bar
|
||||||
|
Turn on to make scrolling bar visible across windows.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|

|
||||||
|
<br/>
|
||||||
|
|
||||||
## Keyboard Shortcuts
|
## Keyboard Shortcuts
|
||||||
At **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Keyboard shortcuts**, you can see Jan's shortcuts list:
|
At **Settings** (<Settings width={16} height={16} style={{display:"inline"}}/>) > **Keyboard shortcuts**, you can see Jan's shortcuts list:
|
||||||
|
|
||||||
|
|||||||
@ -44,11 +44,11 @@ Error logs are essential for troubleshooting issues and getting help from Jan te
|
|||||||
#### Through Terminal
|
#### Through Terminal
|
||||||
**Application Logs**
|
**Application Logs**
|
||||||
```bash
|
```bash
|
||||||
tail -n 50 ~/Library/Application\ Support/jan/data/logs/app.log
|
tail -n 50 ~/Library/Application\ Support/Jan/data/logs/app.log
|
||||||
```
|
```
|
||||||
**Server Logs**
|
**Server Logs**
|
||||||
```bash
|
```bash
|
||||||
tail -n 50 ~/Library/Application\ Support/jan/data/logs/cortex.log
|
tail -n 50 ~/Library/Application\ Support/Jan/data/logs/cortex.log
|
||||||
```
|
```
|
||||||
|
|
||||||
<Callout type="warning">
|
<Callout type="warning">
|
||||||
@ -86,9 +86,9 @@ To resolve the issue where Jan is stuck in a broken build after installation:
|
|||||||
|
|
||||||
2. **Delete** Application Data, Cache, and User Data:
|
2. **Delete** Application Data, Cache, and User Data:
|
||||||
|
|
||||||
```bash
|
```cmd
|
||||||
cd C:\Users\%USERNAME%\AppData\Roaming
|
cd C:\Users\%USERNAME%\AppData\Roaming
|
||||||
rmdir /S jan
|
rmdir /S Jan
|
||||||
```
|
```
|
||||||
|
|
||||||
3. If you are using a version before `0.4.2`, you need to run the following commands:
|
3. If you are using a version before `0.4.2`, you need to run the following commands:
|
||||||
|
|||||||