This commit is contained in:
SheetJS 2023-11-21 02:51:15 -05:00
parent 7e88f2db0b
commit aca683dafc
2 changed files with 3 additions and 1 deletions

View File

@ -238,6 +238,8 @@ const config = {
{ from: '/docs/installation/extendscript', to: '/docs/getting-started/installation/extendscript/' },
{ from: '/docs/installation/deno', to: '/docs/getting-started/installation/deno/' },
{ from: '/docs/installation/bun', to: '/docs/getting-started/installation/bun/' },
/* misc */
{ from: '/demos/datagrid', to: '/docs/demos/grid/' },
]
}]
]

File diff suppressed because one or more lines are too long