Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman committed Oct 24, 2024
1 parent 01177d6 commit 3db8b64
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@

This repository contains the notes I've taken while diving into the source code of [rolldown](https://github.com/rolldown/rolldown) and [oxc](https://github.com/oxc-project/oxc).

An html version can be generated with [`cargo-mdbook`](https://crates.io/crates/mdbook).
My goal is to keep track of my findings and understandings. By open-sourcing this, it might help others (those repositories can be hard to dive into).

[You can read the book directly on github](./src/SUMMARY.md)
If you feel like contributing, please do. I try not to link to too specific implementations (which can change over the time).

An html version is available at <https://github.com/topheman/toolchain-notes>

[You can also read the book directly on github](./src/SUMMARY.md).

## Contributing

Click on the link on top right of the book, this will prompt you to fork the project and you will be able to make the modification directly in the github UI.

You can also propose a PR by hand.

## Generating the html version with mdbook

The html version can be generated with [`cargo-mdbook`](https://crates.io/crates/mdbook).

# Install

Expand Down
10 changes: 10 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Toolchain Notes

This repository contains the notes I've taken while diving into the source code of [rolldown](https://github.com/rolldown/rolldown) and [oxc](https://github.com/oxc-project/oxc).

My goal is to keep track of my findings and understandings. By open-sourcing this, it might help others (those repositories can be hard to dive into).

If you feel like contributing, please do. I try not to link to too specific implementations (which can change over the time).

## Contributing

Click on the link on top right of the book, this will prompt you to fork the project and you will be able to make the modification directly in the github UI.

You can also propose a PR by hand.

0 comments on commit 3db8b64

Please sign in to comment.