upgrade to docusaurus 3 (#9820)

* update packages

* add plugin to strip autolinks in code blocks

* fix all the documentation for MDXv3

* remove check-docusaurus-versions

in docusaurus 3 this is now a hard error, not just a warning

* port upstream change to Curl component

fixes performing the 'execute' action when pressing enter
This commit is contained in:
chris48s
2024-03-23 19:54:57 +00:00
committed by GitHub
parent df8049a765
commit bd3a11b4b6
46 changed files with 5339 additions and 3863 deletions

View File

@@ -19,9 +19,7 @@ const bundlejs =
'<a href="https://bundlejs.com/" target="_blank" rel="noopener">bundlejs</a>'
const description = `
<p>
View ${esbuild} minified and ${denoflate} gzipped size of a javascript package or selected exports, via ${bundlejs}.
</p>
View ${esbuild} minified and ${denoflate} gzipped size of a javascript package or selected exports, via ${bundlejs}.
`
export default class BundlejsPackage extends BaseJsonService {