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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user