summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-18 13:31:54 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-18 13:31:54 -0700
commit8738e31ac456f9876adccec4c9bba68e7ded1417 (patch)
tree58b774b2625bcdda0a9cd1acda7c713f5f07c2c3 /docs
parentb9eb7eba40d6bc40e74b90c24945bb47492ac8ae (diff)
downloadsncontinue-8738e31ac456f9876adccec4c9bba68e7ded1417.tar.gz
sncontinue-8738e31ac456f9876adccec4c9bba68e7ded1417.tar.bz2
sncontinue-8738e31ac456f9876adccec4c9bba68e7ded1417.zip
more docs
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/getting-started.md24
-rw-r--r--docs/docs/install.md25
-rw-r--r--docs/docs/intro.md5
3 files changed, 21 insertions, 33 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md
index afad3cce..f52057f4 100644
--- a/docs/docs/getting-started.md
+++ b/docs/docs/getting-started.md
@@ -2,12 +2,26 @@
## Download for VS Code
-1. Download on the VS Code Extension Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue).
+1. Click `Install` on the Continue extension in the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
-2. Once downloaded, the extension will take about 30 seconds to load, and then you can open the left sidebar, as seen below.
+2. This will open the Continue extension page in VS Code, where you will need to click `Install` again
-3. If it's your first time using Continue, it will open a file called `calculator.py` where you can play around with Continue's functionality.
+3. Once you do this, you will see a message in the bottom right hand corner of VS Code that says `Setting up Continue extension...`. After 30-90 seconds, the Continue extension will then open up. It should look like this when it is complete:
-![codespaces-install](/img/continue-screenshot.png)
+![vscode-install](/img/continue-screenshot.png)
-[test file](file:///Desktop/minor_application.pdf)
+You can also open the Continue panel with `cmd+k` on Mac / `ctrl+k` on Windows.
+
+4. If it's your first time using Continue, it will open a file called `calculator.py` where you can play around with Continue's functionality.
+
+![codespaces-install](/img/continue-screenshot2.png)
+
+:::note
+If you would like to install Continue from source, please [follow the instructions](https://github.com/continuedev/continue/blob/main/README.md) in the repo README.
+:::
+
+:::note
+If you'd like to try without downloading for VS Code on your machine, you can open our GitHub Codespaces demo to try it in a browser-based editor.
+
+[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)
+:::
diff --git a/docs/docs/install.md b/docs/docs/install.md
deleted file mode 100644
index ac0aef30..00000000
--- a/docs/docs/install.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# Installation
-
-:::note
-If you want to try Continue before installing locally, check out the [GitHub Codespaces Demo](./getting-started.md)
-:::
-
-## Install Continue locally in VS Code
-
-1. Click `Install` on the Continue extension in the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
-
-2. This will open the Continue extension page in VS Code, where you will need to click `Install` again
-
-3. Once you do this, you will see a message in the bottom right hand corner of VS Code that says `Setting up Continue extension...`. After 30-90 seconds, the Continue extension will then open up. It should look like this when it is complete:
-
-![vscode-install](/img/vscode-install.png)
-
-You can also open the Continue GUI with `cmd+shift+p` on Mac / `ctrl+shift+p` on Windows and then selecting `Continue: Open GUI`
-
-:::note
-If you would like to install Continue from source, please [follow the instructions](https://github.com/continuedev/continue/blob/main/README.md) in the repo README.
-:::
-
-## Next steps
-
-- Read the `Getting Started` section of the `README.md` [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md) \ No newline at end of file
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 6795797e..d7392752 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -4,8 +4,7 @@
## Quickstart
-1. Try out Continue in the [GitHub Codespaces Demo](./getting-started.md)
-2. Install Continue packaged as a [VS Code extension](./install.md)
+Install Continue packaged as a [VS Code extension](./install.md)
## What is Continue?
@@ -17,4 +16,4 @@ You determine when Large Language Models (LLMs) like GPT-4 should act as an auto
Many developers have begun to use [GPT-3.5](https://platform.openai.com/docs/models/gpt-3-5) and [GPT-4](https://openai.com/research/gpt-4) through [ChatGPT](https://openai.com/blog/chatgpt) while coding; however, the experience is painful because of how much manual copying, pasting, and editing is required to provide the necessary context and incorporate the generated solutions and advice into your codebase. Continue eliminates this pain by enabling LLMs to natively act in your IDE as you complete your workflows.
-Continue accelerates how developers build, ship, and maintain software, while giving them the control to define when LLMs should take actions and the confidence to trust LLMs. In short, it enables developers to do what they have always done: work together to create better and better abstractions that make it easier and easier to automate the repetitive work that people want computers to do. \ No newline at end of file
+Continue accelerates how developers build, ship, and maintain software, while giving them the control to define when LLMs should take actions and the confidence to trust LLMs. In short, it enables developers to do what they have always done: work together to create better and better abstractions that make it easier and easier to automate the repetitive work that people want computers to do.