From b9eb7eba40d6bc40e74b90c24945bb47492ac8ae Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 18 Jun 2023 13:19:57 -0700 Subject: docs --- docs/docs/getting-started.md | 19 ++++++------------- docs/static/img/continue-screenshot.png | Bin 0 -> 531452 bytes 2 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 docs/static/img/continue-screenshot.png (limited to 'docs') diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index b7401106..afad3cce 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,20 +1,13 @@ # Getting started -## GitHub Codespaces Demo +## Download for VS Code -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) +1. Download on the VS Code Extension Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue). -1. Click the `Open in GitHub Codespaces` badge above +2. Once downloaded, the extension will take about 30 seconds to load, and then you can open the left sidebar, as seen below. -:::tip -We don't want to waste your time with install and env setup before you try Continue, so we set up a GitHub Codespace for you, which **won’t cost you anything**. If you are using GitHub Free for personal accounts, you can [use Codespaces for 120 hours per month for free](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts) -::: +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. -2. Select the `Create new codespace` button and wait 30-90 seconds while it launches and installs the Continue extension. Once complete, it should look like this: +![codespaces-install](/img/continue-screenshot.png) -![codespaces-install](/img/codespaces-install.png) - -## Next Steps - - - Read the `Getting Started` section of the `README.md` file that has been opened in your codespace, which you can also find [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md) - - If you're ready to download for VS Code, you can do so [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue) \ No newline at end of file +[test file](file:///Desktop/minor_application.pdf) diff --git a/docs/static/img/continue-screenshot.png b/docs/static/img/continue-screenshot.png new file mode 100644 index 00000000..de5fe8a2 Binary files /dev/null and b/docs/static/img/continue-screenshot.png differ -- cgit v1.2.3-70-g09d2