diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-16 23:44:49 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-16 23:44:49 -0700 | 
| commit | b09c6ff5e764e860473d92f099e419e651773ddd (patch) | |
| tree | df20454926526e75df17dd509d928c7d624d7f0e /docs/src | |
| parent | 1ea00ebe40807589ffe3d688b5f2e07295864744 (diff) | |
| parent | 726c1da91d0d08689043da8e0b854e39121883f9 (diff) | |
| download | sncontinue-b09c6ff5e764e860473d92f099e419e651773ddd.tar.gz sncontinue-b09c6ff5e764e860473d92f099e419e651773ddd.tar.bz2 sncontinue-b09c6ff5e764e860473d92f099e419e651773ddd.zip | |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/components/HomepageFeatures/index.js | 15 | 
1 files changed, 6 insertions, 9 deletions
| diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js index 31df2b27..6348f80a 100644 --- a/docs/src/components/HomepageFeatures/index.js +++ b/docs/src/components/HomepageFeatures/index.js @@ -4,32 +4,29 @@ import styles from "./styles.module.css";  const FeatureList = [    { -    title: "Tell LLMs when to step in", +    title: "Understand and edit code",      Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,      description: (        <> -        Seamlessly put your repetitive software development tasks  -        on autopilot by leveraging recipes created by others +        Seamlessly ask language models to help you complete steps in your software development tasks        </>      ),    },    { -    title: "Write your own recipes", +    title: "Customizable for your team",      Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,      description: (        <> -        Use the Continue SDK to create custom steps and compose  -        them into recipes, guiding LLMs through common tasks +        Define when and how LLMs should act to accelerate steps in your team-specific workflows        </>      ),    },    { -    title: "Wield LLMs with confidence", +    title: "Break down your work step-by-step",      Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,      description: (        <> -        Use the Continue GUI to review, reverse, and rerun steps or even  -        entire recipes, allowing you to build trust in language models +        Use the Continue GUI to review, reverse, and rerun steps that LLMs and you have taken together        </>      ),    }, | 
