Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 9, 2023
1 parent ce5f54d commit e2d85aa
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 10 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions docs/learn/ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
id: ecosystem
title: Ecosystem
---

Contributing to oxc will benefit the whole frontend development community.
It would be a great pleasure if you could join as well.

We are being integrated into:

## Ezno Type Checker

## Rolldown

## Rspack

## Tyvm
10 changes: 10 additions & 0 deletions docs/learn/partnership.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: partnership
title: Partnership
---

Contributing to oxc will also get you to help our sister projects:

## biome

## swc
2 changes: 1 addition & 1 deletion docs/learn/performance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: performance
title: Pursuit of Performance
title: Performance
---

# Pursuit of Performance on Building a JavaScript Compiler
Expand Down
4 changes: 0 additions & 4 deletions docs/learn/swc.md

This file was deleted.

6 changes: 4 additions & 2 deletions docs/usage/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ title: Linter
## Features

- Runs 50 -100 times faster than ESLint, , and scales with the number of CPU cores ([Benchmark](https://github.com/oxc-project/bench-javascript-linter)).
- No configuration is required for default usage
- No configuration is required
- Convention over configuration,
- Reports errors and useless code by default
- Convention over configuration
- Supports [.eslintignore](https://eslint.org/docs/latest/use/configure/ignore#the-eslintignore-file)
- Supports [ESLint comment disabling](https://eslint.org/docs/latest/use/configure/rules#disabling-rules)

## Adoptions

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config: Config = {
type: 'docSidebar',
position: 'left',
sidebarId: 'usage',
label: 'Get Started',
label: 'Getting Started',
},
{
type: 'docSidebar',
Expand Down
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const sidebars: SidebarsConfig = {
'contribute/showcase',
],
learn: [
'learn/ecosystem',
'learn/partnership',
{
type: 'category',
label: 'Architecture',
Expand All @@ -36,8 +38,6 @@ const sidebars: SidebarsConfig = {
items: ['learn/ecmascript/ecma_spec', 'learn/ecmascript/grammar'],
},
'learn/performance',
'learn/swc',
'learn/biome',
'learn/references',
],
};
Expand Down

0 comments on commit e2d85aa

Please sign in to comment.