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 | 74e1d33e8626c4b42e948c003805304b9f543017 (patch) | |
| tree | 1d3d6e47e37245478ab4fc689bb0ec6b6f4e2a17 /docs/src/components | |
| parent | b44995cfe6843dcfa9d18972fa4abc08bda91a89 (diff) | |
| parent | 65c561b742515d6a42897434f98fb0777208c8ad (diff) | |
| download | sncontinue-74e1d33e8626c4b42e948c003805304b9f543017.tar.gz sncontinue-74e1d33e8626c4b42e948c003805304b9f543017.tar.bz2 sncontinue-74e1d33e8626c4b42e948c003805304b9f543017.zip | |
Merge pull request #58 from continuedev/optimize-docs
optimizing initial docs
Diffstat (limited to 'docs/src/components')
| -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 | 
