chore(deps): update docusaurus to v3 (#3264)

* chore(deps): update docusaurus to v3

* chore(deps): update all deps in site
This commit is contained in:
Jonathan Ho
2023-12-05 02:09:58 +00:00
committed by GitHub
parent fb947f5672
commit 2138da531e
4 changed files with 3096 additions and 2214 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ for await (let filepath of walk(typedocOutPath)) {
if (!filepath.endsWith(`${form.ugly}md`)) filepath = filepath.replace(new RegExp(form.ugly, 'gi'), form.clean || '')
}
file = file.replace(/Promise<([^>]+)>/gi, 'Promise{$1}')
file = file.replace(/(?<!\\)(<|>|,|=|\{|\})/gi, `\\$1`)
file = file.replace(/(?<!README|modules)\.md/gi, '')
if (file.includes('Promise<')) console.log('Removing Promise< failed')