diff options
author | Ty Dunn <ty@tydunn.com> | 2023-05-30 13:19:48 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-05-30 13:19:48 +0200 |
commit | 4c47610c33b065bd738299a0a34eb3d8a3ed45b0 (patch) | |
tree | 58c4375b6e31f23f2ca135d316f9d49a710a5683 /docs/src | |
parent | 36f3e1909111dc20a16dad686d5ccaaf38b29020 (diff) | |
download | sncontinue-4c47610c33b065bd738299a0a34eb3d8a3ed45b0.tar.gz sncontinue-4c47610c33b065bd738299a0a34eb3d8a3ed45b0.tar.bz2 sncontinue-4c47610c33b065bd738299a0a34eb3d8a3ed45b0.zip |
initial docs styling
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/components/HomepageFeatures/index.js | 14 | ||||
-rw-r--r-- | docs/src/pages/index.js | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js index d6d381fb..764ca891 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: ( <> - Enable LLMs to be an autopilot for parts of your software development tasks by - leveraging steps and recipes created by others in your workflows as you code + Enable LLMs to be an autopilot for parts of your software development tasks + by leveraging recipes created by others in the workflows you use when coding </> ), }, @@ -18,18 +18,18 @@ 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 together - into personalized recipes, so that using LLMs actually fits into your workflows + Use the Continue SDK to create your own custom steps and compose them into + personalized recipes, so that using LLMs seamlessly fits into your workflows </> ), }, { - title: 'Guide the work done by LLMs to learn when to use and trust them', + title: 'Guide the steps taken by LLMs to learn when to use and trust them', Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> - Use the Continue GUI to review, reverse, and rerun some steps or even entire recipes, - incorporating LLMs with confidence into the workflows you use to create software + Use the Continue GUI to review, reverse, and rerun steps or even entire recipes, + incorporating LLMs with confidence into your software development workflows </> ), }, diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 1167a97a..a17ffc4d 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -17,8 +17,8 @@ function HomepageHeader() { <div className={styles.buttons}> <Link className="button button--secondary button--lg" - to="/docs/intro"> - Test drive it in Codespaces + to="/docs/getting-started"> + GitHub Codespaces Demo </Link> </div> </div> @@ -30,7 +30,7 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( <Layout - title={`Hello from ${siteConfig.title}`} + title={`${siteConfig.title} Docs`} description="Description will go into a meta tag in <head />"> <HomepageHeader /> <main> |