diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-03 11:19:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 11:19:01 +0200 |
commit | 7642777a8f371e7374549ad0029bde94cb5028a9 (patch) | |
tree | 96561e4adcf2cc7d6915886f4a6c622e63479401 /docs/src/components/HomepageFeatures/index.js | |
parent | 34bf573eb4f1bb53741709170417dd0ce4ec3665 (diff) | |
parent | b4b5bfec6fa3ca57ccd8e847337d0a19d9bb0886 (diff) | |
download | sncontinue-7642777a8f371e7374549ad0029bde94cb5028a9.tar.gz sncontinue-7642777a8f371e7374549ad0029bde94cb5028a9.tar.bz2 sncontinue-7642777a8f371e7374549ad0029bde94cb5028a9.zip |
Merge pull request #58 from continuedev/optimize-docs
optimizing initial docs
Diffstat (limited to 'docs/src/components/HomepageFeatures/index.js')
-rw-r--r-- | docs/src/components/HomepageFeatures/index.js | 15 |
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 |