summaryrefslogtreecommitdiff
path: root/docs/src/components
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-05-30 08:43:21 -0400
committerNate Sesti <sestinj@gmail.com>2023-05-30 08:43:21 -0400
commit83a2d23297c44c43c8eab13879bc10352998d0c9 (patch)
tree408e9f64b8067208081767dac9bfe555d3c3fe38 /docs/src/components
parent7ac9e5f57c566e3cf2979bac3df4999427538a54 (diff)
parent5d389d24123466e228fc39d9a8157ee9067336f6 (diff)
downloadsncontinue-83a2d23297c44c43c8eab13879bc10352998d0c9.tar.gz
sncontinue-83a2d23297c44c43c8eab13879bc10352998d0c9.tar.bz2
sncontinue-83a2d23297c44c43c8eab13879bc10352998d0c9.zip
Merge branch 'docs' of https://github.com/continuedev/continue into docs
Diffstat (limited to 'docs/src/components')
-rw-r--r--docs/src/components/HomepageFeatures/index.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js
index 78f410ba..764ca891 100644
--- a/docs/src/components/HomepageFeatures/index.js
+++ b/docs/src/components/HomepageFeatures/index.js
@@ -4,32 +4,32 @@ import styles from './styles.module.css';
const FeatureList = [
{
- title: 'Easy to Use',
+ title: 'Define the scenarios where LLMs should step into accelerate you',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
- Docusaurus was designed from the ground up to be easily installed and
- used to get your website up and running quickly.
+ Enable LLMs to be an autopilot for parts of your software development tasks
+ by leveraging recipes created by others in the workflows you use when coding
</>
),
},
{
- title: 'Focus on What Matters',
+ title: 'Create your own workflows to show LLMs exactly what to do',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
- Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
- ahead and move your docs into the <code>docs</code> directory.
+ Use the Continue SDK to create your own custom steps and compose them into
+ personalized recipes, so that using LLMs seamlessly fits into your workflows
</>
),
},
{
- title: 'Powered by React',
+ title: 'Guide the steps taken by LLMs to learn when to use and trust them',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
- Extend or customize your website layout by reusing React. Docusaurus can
- be extended while reusing the same header and footer.
+ Use the Continue GUI to review, reverse, and rerun steps or even entire recipes,
+ incorporating LLMs with confidence into your software development workflows
</>
),
},