mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user