From 0985a44634df7049b71a37bce1a5cc130bef28e5 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:09:02 +0900 Subject: [PATCH] docs: correct advanced settings --- docs/docs/quickstart/advance-settings/_category_.json | 8 -------- docs/docs/quickstart/advanced-settings/_category_.json | 8 ++++++++ .../advanced-settings.mdx} | 8 ++++---- .../http-proxy.mdx | 0 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 docs/docs/quickstart/advance-settings/_category_.json create mode 100644 docs/docs/quickstart/advanced-settings/_category_.json rename docs/docs/quickstart/{advance-settings/advance-settings.mdx => advanced-settings/advanced-settings.mdx} (91%) rename docs/docs/quickstart/{advance-settings => advanced-settings}/http-proxy.mdx (100%) diff --git a/docs/docs/quickstart/advance-settings/_category_.json b/docs/docs/quickstart/advance-settings/_category_.json deleted file mode 100644 index 69e64d3ae..000000000 --- a/docs/docs/quickstart/advance-settings/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Advance Settings", - "position": 11, - "link": { - "type": "doc", - "id": "quickstart/advance-settings/advance-settings" - } -} \ No newline at end of file diff --git a/docs/docs/quickstart/advanced-settings/_category_.json b/docs/docs/quickstart/advanced-settings/_category_.json new file mode 100644 index 000000000..79dd1369d --- /dev/null +++ b/docs/docs/quickstart/advanced-settings/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Advanced Settings", + "position": 11, + "link": { + "type": "doc", + "id": "quickstart/advanced-settings/advanced-settings" + } +} \ No newline at end of file diff --git a/docs/docs/quickstart/advance-settings/advance-settings.mdx b/docs/docs/quickstart/advanced-settings/advanced-settings.mdx similarity index 91% rename from docs/docs/quickstart/advance-settings/advance-settings.mdx rename to docs/docs/quickstart/advanced-settings/advanced-settings.mdx index cedf5f110..e0dd12f07 100644 --- a/docs/docs/quickstart/advance-settings/advance-settings.mdx +++ b/docs/docs/quickstart/advanced-settings/advanced-settings.mdx @@ -17,16 +17,16 @@ keywords: This guide will show you how to use the advanced settings in Jan. -## Access the Advance Settings -To access the Jan's advance settings, follow the steps below: +## Access the Advanced Settings +To access the Jan's advanced settings, follow the steps below: 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 **Advance Settings**. +3. Under the **Settings screen**, click the **Advanced Settings**. 4. You can configure the following settings: | Feature | Description | |---------------------------|-----------------------------------------------------------------------------------------------------------------------| -| **Keyboard Shortcuts** | Keyboard shortcuts speed up your workflow. For a quick overview of useful keyboard shortcuts, refer to the list [below](advance-settings.mdx#keyboard-shortcuts). | +| **Keyboard Shortcuts** | Keyboard shortcuts speed up your workflow. For a quick overview of useful keyboard shortcuts, refer to the list [below](advanced-settings.mdx#keyboard-shortcuts). | | **Experimental Mode** | Enables experimental features that may be unstable. | | **Jan Data Folder** | Location for messages, model configurations, and user data. Changeable to a different location. | | **HTTPS Proxy & Ignore SSL Certificate** | Use a proxy server for internet connections and ignore SSL certificates for self-signed certificates. Please check out the guide on how to set up your own HTTPS proxy server [here](http-proxy.mdx). | diff --git a/docs/docs/quickstart/advance-settings/http-proxy.mdx b/docs/docs/quickstart/advanced-settings/http-proxy.mdx similarity index 100% rename from docs/docs/quickstart/advance-settings/http-proxy.mdx rename to docs/docs/quickstart/advanced-settings/http-proxy.mdx