From 7a1154ae8b858b0e52b89b4f3152338c0ecb1056 Mon Sep 17 00:00:00 2001 From: Arista Indrajaya Date: Tue, 5 Mar 2024 18:09:36 +0700 Subject: [PATCH] docs: Update content for guides -> advanced settings --- .../advanced-settings/advanced-settings.mdx | 22 +++++++++++++++++++ .../guides/advanced-settings/http-proxy.mdx | 10 +++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/advanced-settings/advanced-settings.mdx b/docs/docs/guides/advanced-settings/advanced-settings.mdx index 14dfd8cb3..44d30d4b2 100644 --- a/docs/docs/guides/advanced-settings/advanced-settings.mdx +++ b/docs/docs/guides/advanced-settings/advanced-settings.mdx @@ -67,10 +67,26 @@ Here are some of the keyboard shortcuts that you can use in Jan. | `Enter` | Send a message | | `Shift + Enter` | Insert new line in input box | | `Arrow Up` | Navigate to previous option (within search dialog) | +| `Arrow Down` | Navigate to next option (within search dialog) | + + + +| Combination | Description | +| --------------- | -------------------------------------------------- | +| `Ctrl E` | Show list your models | +| `Ctrl K` | Show list navigation pages | +| `Ctrl B` | Toggle collapsible left panel | +| `Ctrl ,` | Navigate to setting page | +| `Enter` | Send a message | +| `Shift + Enter` | Insert new line in input box | +| `Arrow Up` | Navigate to previous option (within search dialog) | | `Arrow Down` | Navigate to next option (within search dialog) | +:::note +The keyboard shortcuts are customizable. +::: ## Enable the Experimental Mode To try out new fetures that are still in testing phase, follow the steps below: @@ -115,6 +131,9 @@ To Allow self-signed or unverified certificates, follow the steps below: ## Clear Logs To clear all logs on your Jan app, follow the steps below: +:::warning +This feature clear all the data in your **Jan Data Folder**. +::: 1. Navigate to the main dashboard. 2. Click the **gear icon (⚙️)** on the bottom left of your screen. 3. Under the **Settings screen**, click the **Advanced Settings**. @@ -122,6 +141,9 @@ To clear all logs on your Jan app, follow the steps below: ## Reset To Factory Default To reset the Jan app to its original state, follow the steps below: +:::danger[Remember!] +This irreversible action is only recommended if the application is corrupted. +::: 1. Navigate to the main dashboard. 2. Click the **gear icon (⚙️)** on the bottom left of your screen. 3. Under the **Settings screen**, click the **Advanced Settings**. diff --git a/docs/docs/guides/advanced-settings/http-proxy.mdx b/docs/docs/guides/advanced-settings/http-proxy.mdx index ded6da055..2a290c34e 100644 --- a/docs/docs/guides/advanced-settings/http-proxy.mdx +++ b/docs/docs/guides/advanced-settings/http-proxy.mdx @@ -20,7 +20,9 @@ keywords: ## Why HTTPS Proxy? HTTPS Proxy encrypts data between your browser and the internet, making it hard for outsiders to intercept or read. It also helps you to maintain your privacy and security while being able to bypass regional restrictions on internet. - +:::note +Using an HTTPS proxy will affect your model's performance +::: ## Setting Up Your Own HTTPS Proxy Server This guide provides a simple overview of setting up an HTTPS proxy server using **Squid**, a widely used open-source proxy software. @@ -31,7 +33,11 @@ Other software options are also available depending on your requirements. ### Step 1: Choosing a Server 1. Firstly, you need to choose a server to host your proxy server. :::note -We recommend using a cloud provider like Amazon AWS, Google Cloud, Microsoft Azure, Digital Ocean, etc. +We recommend using a well-known cloud provider service like: +- Amazon AWS +- Google Cloud +- Microsoft Azure +- Digital Ocean ::: 2. Ensure that your server has a public IP address and is accessible from the internet.