summaryrefslogtreecommitdiff
path: root/docs/src/components/HomepageFeatures/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/components/HomepageFeatures/index.js')
-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