summaryrefslogtreecommitdiff
path: root/docs/src/components
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-03 09:21:29 +0200
committerTy Dunn <ty@tydunn.com>2023-06-03 09:21:29 +0200
commit411060e2557f34c8dc7e378da6fbf859486fbd0a (patch)
tree832a81cc9639899cb9e367598e3b429e1878e328 /docs/src/components
parent4a124f6641a3ad5c8933785ee963ff498556e8af (diff)
downloadsncontinue-411060e2557f34c8dc7e378da6fbf859486fbd0a.tar.gz
sncontinue-411060e2557f34c8dc7e378da6fbf859486fbd0a.tar.bz2
sncontinue-411060e2557f34c8dc7e378da6fbf859486fbd0a.zip
landing page, intro, getting started
Diffstat (limited to 'docs/src/components')
-rw-r--r--docs/src/components/HomepageFeatures/index.js15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js
index 0c5d8272..31df2b27 100644
--- a/docs/src/components/HomepageFeatures/index.js
+++ b/docs/src/components/HomepageFeatures/index.js
@@ -8,8 +8,8 @@ const FeatureList = [
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 put your repetitive software development tasks
+ on autopilot by leveraging recipes created by others
</>
),
},
@@ -18,9 +18,8 @@ const FeatureList = [
Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
description: (
<>
- Use the Continue SDK to create your own custom steps and compose them
- into personalized recipes, guiding LLMs through common sequences of
- tasks
+ Use the Continue SDK to create custom steps and compose
+ them into recipes, guiding LLMs through common tasks
</>
),
},
@@ -29,8 +28,8 @@ const FeatureList = [
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 LLMs
+ Use the Continue GUI to review, reverse, and rerun steps or even
+ entire recipes, allowing you to build trust in language models
</>
),
},
@@ -62,4 +61,4 @@ export default function HomepageFeatures() {
</div>
</section>
);
-}
+} \ No newline at end of file