From 479cacba2ee9e6baa6e2564ff507ff6f328f0bd3 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 29 Jun 2023 09:38:38 -0700 Subject: docs updates --- docs/src/components/HomepageFeatures/index.js | 61 --------------------------- 1 file changed, 61 deletions(-) delete mode 100644 docs/src/components/HomepageFeatures/index.js (limited to 'docs/src/components/HomepageFeatures/index.js') diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js deleted file mode 100644 index 6348f80a..00000000 --- a/docs/src/components/HomepageFeatures/index.js +++ /dev/null @@ -1,61 +0,0 @@ -import React from "react"; -import clsx from "clsx"; -import styles from "./styles.module.css"; - -const FeatureList = [ - { - title: "Understand and edit code", - Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default, - description: ( - <> - Seamlessly ask language models to help you complete steps in your software development tasks - - ), - }, - { - title: "Customizable for your team", - Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default, - description: ( - <> - Define when and how LLMs should act to accelerate steps in your team-specific workflows - - ), - }, - { - title: "Break down your work step-by-step", - Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, - description: ( - <> - Use the Continue GUI to review, reverse, and rerun steps that LLMs and you have taken together - - ), - }, -]; - -function Feature({ Svg, title, description }) { - return ( -
-
- -
-
-

{title}

-

{description}

-
-
- ); -} - -export default function HomepageFeatures() { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ); -} \ No newline at end of file -- cgit v1.2.3-70-g09d2