-
-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(website): upgrade Docusaurus, format files * remove external link icon * upgrade Docusaurus to beta.16 * fix lock * add shiki-twoslash, pick code highlighting themes, update build-readme.mjs to strip twoslash prefixes, fix a couple typos and docs mistakes found due to the above (yay), pin yarn version * linting * beta.17 * point breadcrumb home to /docs * fix prettier config * remove twoslash tsconfig renderer due to rendering bug on dark theme, and it also adds erroneous links to ts-node sub-config Co-authored-by: Andrew Bradley <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
- Loading branch information
Showing
16 changed files
with
3,971 additions
and
5,666 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
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
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
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 |
---|---|---|
|
@@ -13,15 +13,15 @@ | |
"build-readme": "./scripts/build-readme.mjs" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "2.0.0-alpha.75", | ||
"@docusaurus/preset-classic": "2.0.0-alpha.75", | ||
"@docusaurus/theme-search-algolia": "^2.0.0-alpha.75", | ||
"@mdx-js/react": "^1.6.21", | ||
"@docusaurus/core": "2.0.0-beta.17", | ||
"@docusaurus/preset-classic": "2.0.0-beta.17", | ||
"@mdx-js/react": "^1.6.22", | ||
"@types/js-yaml": "^4.0.0", | ||
"clsx": "^1.1.1", | ||
"docusaurus-preset-shiki-twoslash": "^1.1.36", | ||
"js-yaml": "^4.0.0", | ||
"react": "^16.8.4", | ||
"react-dom": "^16.8.4", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"remark": "^13.0.0", | ||
"remark-behead": "^2.3.3", | ||
"remark-frontmatter": "^3.0.0", | ||
|
@@ -42,5 +42,10 @@ | |
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"extends": "../package.json", | ||
"yarn": "1.22.17" | ||
} | ||
} |
Oops, something went wrong.