Skip to content

Commit

Permalink
docs - update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyl1u committed Oct 28, 2024
1 parent 456abaa commit 3e75517
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,29 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
title: 'Duplicate Detection',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
Doppelgänger embeds each GitHub issues into a vector, using a locally hosted LLM, to compare for similarity
</>
),
},
{
title: 'Focus on What Matters',
title: 'Pull Request Feedback',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
Doppelgänger helps avoid easy mistakes by analyzing each pull request and asks the PR author to address any feedback or concerns
</>
),
},
{
title: 'Powered by React',
title: 'Open Source',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
Doppelgänger will always remain open-source, providing an easy way to locally host, extend, and customize your own doppelganger
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
Get started with Doppelgänger
</Link>
</div>
</div>
Expand Down

0 comments on commit 3e75517

Please sign in to comment.