forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(turbopack): conslidate existing links (vercel#62034)
### What? This PR improves turbopack documentation, mostly collects existing documents into a single place. Also, adds a support to render mermaid diagram. Closes PACK-2488
- Loading branch information
Showing
18 changed files
with
195,629 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -490,7 +490,14 @@ jobs: | |
uses: peaceiris/actions-mdbook@v1 | ||
with: | ||
mdbook-version: 'latest' | ||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected] | ||
|
||
- uses: Swatinem/rust-cache@v2 | ||
|
||
- run: | | ||
cargo binstall mdbook-mermaid --no-confirm | ||
- name: Deploy preview docs | ||
if: ${{ needs.build.outputs.isRelease != 'true' }} | ||
run: ./scripts/deploy-turbopack-docs.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,6 +114,9 @@ jobs: | |
with: | ||
mdbook-version: 'latest' | ||
|
||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected] | ||
|
||
- name: 'Install mold linker' | ||
if: ${{ inputs.mold == 'yes' }} | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mermaid.initialize({ startOnLoad: true }) |
Oops, something went wrong.