mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: reduce docusaurus versions that we generate (#7657)
The Docusaurus process has been OOMing on the bots; this is a problem we'll want to fix properly when we are shipping the new docs fully, as we want to generate docs for old versions; but for now whilst we're not fully pushing users to this site, we can just generate one version and not worry about multiples. This commit also bumps the version of Docusaurus to the latest beta version.
This commit is contained in:
parent
8fbb1f3fdf
commit
32300efccd
@ -14,3 +14,4 @@ vendor/
|
|||||||
web-test-runner.config.mjs
|
web-test-runner.config.mjs
|
||||||
test-ts-types/
|
test-ts-types/
|
||||||
website/
|
website/
|
||||||
|
docs-dist/
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "2.0.0-beta.3",
|
"@docusaurus/core": "^2.0.0-beta.6",
|
||||||
"@docusaurus/preset-classic": "2.0.0-beta.3",
|
"@docusaurus/preset-classic": "^2.0.0-beta.6",
|
||||||
"@mdx-js/react": "^1.6.21",
|
"@mdx-js/react": "^1.6.21",
|
||||||
"@svgr/webpack": "^5.5.0",
|
"@svgr/webpack": "^5.5.0",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
[
|
[
|
||||||
"10.1.0",
|
"10.4.0"
|
||||||
"10.0.0",
|
|
||||||
"9.1.1"
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user