diff --git a/docs/index.md b/docs/index.md index 43e2054fd0..237496b56a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,8 +2,8 @@ # https://vitepress.dev/reference/default-theme-home-page layout: home hero: - name: 'The JavaScript Oxidation Compiler' - text: '' + name: "The JavaScript Oxidation Compiler" + text: "" tagline: A collection of JavaScript tools written in Rust image: src: https://raw.githubusercontent.com/oxc-project/oxc-assets/main/logo-round.png @@ -16,11 +16,11 @@ hero: text: View on GitHub link: https://github.com/oxc-project/oxc features: - - title: Parser ✅ + - title: Parser ✅ details: 2x faster than swc
Passes 99% of Test262 - - title: Linter ✅ + - title: Linter ✅ details: 50 - 100x faster than ESLint
Zero config - - title: Resolver ✅ + - title: Resolver ✅ details: 28x faster than enhanced-resolve
Feature complete - title: Formatter 🚧 details: Prettier compatible
Work in progress