diff --git a/docs/docs/guides/08-integrations/01-integrate-continue.mdx b/docs/docs/guides/07-integrations/01-integrate-continue.mdx similarity index 75% rename from docs/docs/guides/08-integrations/01-integrate-continue.mdx rename to docs/docs/guides/07-integrations/01-integrate-continue.mdx index 89aba47bc..7ce964ead 100644 --- a/docs/docs/guides/08-integrations/01-integrate-continue.mdx +++ b/docs/docs/guides/07-integrations/01-integrate-continue.mdx @@ -1,6 +1,6 @@ --- title: Integrate Continue with Jan and VSCode -slug: /guides/integrations/integrate-continue +slug: /guides/integrations/continue description: Guide to integrate Continue with Jan and VSCode keywords: [ @@ -16,21 +16,28 @@ keywords: integrate VSCode, ] --- + ## Quick Introduction [Continue](https://continue.dev/docs/intro) is an open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM. +In this guide, we will show you how to integrate Continue with Jan and VSCode. ## Steps to Integrate Continue with Jan and VSCode -### 1. Download & Install [Continue for VSCode](https://continue.dev/docs/quickstart) +### 1. Install Continue for VSCode -### 2. [Enable API Server](../05-using-server/01-server.md) in Jan +You need to install Continue for VSCode. You can follow this [guide to install Continue for VSCode](https://continue.dev/docs/quickstart) + +### 2. Enable Jan API Server + +To configure the Continue to use Jan's Local Server, you need to enable Jan API Server with your preferred model, please follow this [guide to enable Jan API Server](../05-using-server/01-server.md) ### 3. Configure Continue to use Jan's Local Server ```bash vim ~/.continue/config.json ``` + ```bash { "models": [ @@ -69,4 +76,4 @@ Ask a question, and press **Enter**. Example: `Explain this code` ![Continue Edit Code](assets/01-continue-edit.png) -Type your edit request, and press **Enter**. Example: `Put comments in the code` \ No newline at end of file +Type your edit request, and press **Enter**. Example: `Put comments in the code` diff --git a/docs/docs/guides/07-integrations/README.mdx b/docs/docs/guides/07-integrations/README.mdx new file mode 100644 index 000000000..90ca2c1d5 --- /dev/null +++ b/docs/docs/guides/07-integrations/README.mdx @@ -0,0 +1,21 @@ +--- +title: Integrations +slug: /guides/integrations/ +description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + troubleshooting, + ] +--- + +import DocCardList from "@theme/DocCardList"; + + diff --git a/docs/docs/guides/08-integrations/assets/01-activate-model.png b/docs/docs/guides/07-integrations/assets/01-activate-model.png similarity index 100% rename from docs/docs/guides/08-integrations/assets/01-activate-model.png rename to docs/docs/guides/07-integrations/assets/01-activate-model.png diff --git a/docs/docs/guides/08-integrations/assets/01-continue-edit.png b/docs/docs/guides/07-integrations/assets/01-continue-edit.png similarity index 100% rename from docs/docs/guides/08-integrations/assets/01-continue-edit.png rename to docs/docs/guides/07-integrations/assets/01-continue-edit.png diff --git a/docs/docs/guides/08-integrations/assets/01-continue-left-panel.png b/docs/docs/guides/07-integrations/assets/01-continue-left-panel.png similarity index 100% rename from docs/docs/guides/08-integrations/assets/01-continue-left-panel.png rename to docs/docs/guides/07-integrations/assets/01-continue-left-panel.png diff --git a/docs/docs/guides/08-integrations/assets/01-start-model.png b/docs/docs/guides/07-integrations/assets/01-start-model.png similarity index 100% rename from docs/docs/guides/08-integrations/assets/01-start-model.png rename to docs/docs/guides/07-integrations/assets/01-start-model.png diff --git a/docs/docs/guides/07-troubleshooting/01-stuck-on-broken-build.mdx b/docs/docs/guides/08-troubleshooting/01-stuck-on-broken-build.mdx similarity index 100% rename from docs/docs/guides/07-troubleshooting/01-stuck-on-broken-build.mdx rename to docs/docs/guides/08-troubleshooting/01-stuck-on-broken-build.mdx diff --git a/docs/docs/guides/07-troubleshooting/02-failed-to-fetch.mdx b/docs/docs/guides/08-troubleshooting/02-failed-to-fetch.mdx similarity index 100% rename from docs/docs/guides/07-troubleshooting/02-failed-to-fetch.mdx rename to docs/docs/guides/08-troubleshooting/02-failed-to-fetch.mdx diff --git a/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx b/docs/docs/guides/08-troubleshooting/03-gpu-not-used.mdx similarity index 100% rename from docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx rename to docs/docs/guides/08-troubleshooting/03-gpu-not-used.mdx diff --git a/docs/docs/guides/07-troubleshooting/README.mdx b/docs/docs/guides/08-troubleshooting/README.mdx similarity index 100% rename from docs/docs/guides/07-troubleshooting/README.mdx rename to docs/docs/guides/08-troubleshooting/README.mdx