diff --git a/docs/src/pages/docs/_assets/llama.cpp-01.png b/docs/src/pages/docs/_assets/llama.cpp-01.png index 0e04856d9..2c8373043 100644 Binary files a/docs/src/pages/docs/_assets/llama.cpp-01.png and b/docs/src/pages/docs/_assets/llama.cpp-01.png differ diff --git a/docs/src/pages/docs/_assets/model-management-04.png b/docs/src/pages/docs/_assets/model-management-04.png index 696217cb7..30117ff1b 100644 Binary files a/docs/src/pages/docs/_assets/model-management-04.png and b/docs/src/pages/docs/_assets/model-management-04.png differ diff --git a/docs/src/pages/docs/_assets/settings-19.png b/docs/src/pages/docs/_assets/settings-19.png new file mode 100644 index 000000000..634c6f1da Binary files /dev/null and b/docs/src/pages/docs/_assets/settings-19.png differ diff --git a/docs/src/pages/docs/_assets/trouble-shooting-01.png b/docs/src/pages/docs/_assets/trouble-shooting-01.png index 82c9a20b5..79a6ff0d6 100644 Binary files a/docs/src/pages/docs/_assets/trouble-shooting-01.png and b/docs/src/pages/docs/_assets/trouble-shooting-01.png differ diff --git a/docs/src/pages/docs/data-folder.mdx b/docs/src/pages/docs/data-folder.mdx index a77cd6772..d9e4abcf6 100644 --- a/docs/src/pages/docs/data-folder.mdx +++ b/docs/src/pages/docs/data-folder.mdx @@ -41,19 +41,19 @@ To open through Terminal: ```bash # Windows -%APPDATA%/Jan/data +cd %APPDATA%/Jan/data # Mac -~/Library/Application Support/Jan/data +cd ~/Library/Application\ Support/Jan/data # Linux ## Custom installation directory -$XDG_CONFIG_HOME/Jan/data +cd $XDG_CONFIG_HOME/Jan/data -or +# or ## Default installation directory -~/.config/Jan/data +cd ~/.config/Jan/data ``` diff --git a/docs/src/pages/docs/desktop/windows.mdx b/docs/src/pages/docs/desktop/windows.mdx index eed0b46b2..9fbe5dc82 100644 --- a/docs/src/pages/docs/desktop/windows.mdx +++ b/docs/src/pages/docs/desktop/windows.mdx @@ -219,12 +219,7 @@ Intel Arc GPUs require **Vulkan** support. 6. Click **Uninstall** again to confirm 7. Click **OK** -### Step 2: Handle Jan Data -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 +### Step 2: Clean Up Remaining Files 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**: ``` cd C:\Users\%USERNAME%\AppData\Roaming -rmdir /S jan +rmdir /S Jan ``` diff --git a/docs/src/pages/docs/privacy.mdx b/docs/src/pages/docs/privacy.mdx index 84d9ba61c..1e7e4b66a 100644 --- a/docs/src/pages/docs/privacy.mdx +++ b/docs/src/pages/docs/privacy.mdx @@ -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. -## What we **don't** track +## What we **DO NOT** track Even if you grant analytics permissions, Jan doesn't track many of your private activities. diff --git a/docs/src/pages/docs/settings.mdx b/docs/src/pages/docs/settings.mdx index 9b5f3fe4d..6d3c7a316 100644 --- a/docs/src/pages/docs/settings.mdx +++ b/docs/src/pages/docs/settings.mdx @@ -113,6 +113,13 @@ Jan includes a built-in spell check feature to help catch typing errors in your ![Spell Check](./_assets/settings-06.png)
+### Scrolling Bar +Turn on to make scrolling bar visible across windows. + +
+![Scrolling Bar](./_assets/settings-19.png) +
+ ## Keyboard Shortcuts At **Settings** () > **Keyboard shortcuts**, you can see Jan's shortcuts list: diff --git a/docs/src/pages/docs/troubleshooting.mdx b/docs/src/pages/docs/troubleshooting.mdx index 900bd5918..6146ef3c2 100644 --- a/docs/src/pages/docs/troubleshooting.mdx +++ b/docs/src/pages/docs/troubleshooting.mdx @@ -44,11 +44,11 @@ Error logs are essential for troubleshooting issues and getting help from Jan te #### Through Terminal **Application Logs** ```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** ```bash -tail -n 50 ~/Library/Application\ Support/jan/data/logs/cortex.log +tail -n 50 ~/Library/Application\ Support/Jan/data/logs/cortex.log ``` @@ -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: - ```bash + ```cmd 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: