Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 21, 2023
1 parent e5e0067 commit 814f420
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import Netlify from "@src/components/Netlify.astro";
import Inputf from "@src/components/formatter/input.md";
import Outputf from "@src/components/formatter/output.md";
import ProgressBar from "../../playground/components/Progress.tsx";
import PackageManagerCommand from "@src/components/PackageManagerCommand.astro";
import arrow from "../../assets/svg/arrow-right.svg";
import { Image } from "astro:assets";
import "../../styles/_performance.scss";
Expand Down Expand Up @@ -77,29 +76,29 @@ import "../../styles/_installation.scss";
</div>
</div>

<div class="card-cnt">
<CardGrid stagger>
<Card title="Fast" icon="rocket">
Built with Rust and an innovative architecture inspired by rust-analyzer.
</Card>
<Card title="Simple" icon="pencil">
Zero configuration needed to get started. Extensive options available for when you need them.
</Card>
<Card title="Scalable" icon="random">
Designed to handle codebases of any size. Focus on growing product instead of your tools.
</Card>
<Card title="Optimized" icon="setting">
With tight internal integration we are able to reuse previous work and any improvement to one tool improves them all.
</Card>
<Card title="Actionable & Informative" icon="information">
Avoid obscure error messages, when we tell you something is wrong, we tell you exactly where the problem is and how to fix it.
</Card>
<Card title="Batteries Included" icon="add-document">
Out of the box support for all the language features you use today. First class support for TypeScript and JSX.
</Card>
</CardGrid>
<div class="card-cnt">
<CardGrid stagger>
<Card title="Fast" icon="rocket">
Built with Rust and an innovative architecture inspired by rust-analyzer.
</Card>
<Card title="Simple" icon="pencil">
Zero configuration needed to get started. Extensive options available for when you need them.
</Card>
<Card title="Scalable" icon="random">
Designed to handle codebases of any size. Focus on growing product instead of your tools.
</Card>
<Card title="Optimized" icon="setting">
With tight internal integration we are able to reuse previous work and any improvement to one tool improves them all.
</Card>
<Card title="Actionable & Informative" icon="information">
Avoid obscure error messages, when we tell you something is wrong, we tell you exactly where the problem is and how to fix it.
</Card>
<Card title="Batteries Included" icon="add-document">
Out of the box support for all the language features you use today. First class support for TypeScript and JSX.
</Card>
</CardGrid>

</div>
</div>


<div class="installation-body">
Expand Down

0 comments on commit 814f420

Please sign in to comment.