Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guille Vigil committed Feb 24, 2024
1 parent 5863d75 commit cff3542
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
title: 'Platform Engineering Path',
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.
Start building your own Internal Developer Platform (IDP) with
best methodologies, practices and examples. 🚀
</>
),
},
Expand All @@ -18,18 +18,17 @@ const FeatureList = [
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.
Create your own roadmap and focus on what matters for your team and company.
</>
),
},
{
title: 'Powered by React',
title: 'Powered by Resizes',
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.
Learn how to use Resizes to build your own IDP without the need of creating
a dedicated team and spending months of development.
</>
),
},
Expand Down
4 changes: 2 additions & 2 deletions 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!
</Link>
</div>
</div>
Expand All @@ -33,7 +33,7 @@ export default function Home() {
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
description="Get started building your own Internal Developer Platform 🚀">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit cff3542

Please sign in to comment.