Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix links #10

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,11 +16,11 @@ hero:
text: View on GitHub
link: https://github.com/oxc-project/oxc
features:
- title: <a href="/usage/parser">Parser ✅</a>
- title: <a href="/docs/usage/parser">Parser ✅</a>
details: 2x faster than swc<br>Passes 99% of Test262
- title: <a href="/usage/linter">Linter ✅</a>
- title: <a href="/docs/usage/linter">Linter ✅</a>
details: 50 - 100x faster than ESLint<br>Zero config
- title: <a href="/usage/resolver">Resolver ✅</a>
- title: <a href="/docs/usage/resolver">Resolver ✅</a>
details: 28x faster than enhanced-resolve<br>Feature complete
- title: Formatter 🚧
details: Prettier compatible<br>Work in progress
Expand Down