mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 19:03:38 +02:00
fix(plugins): add missing validateOptions
types (#10929)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
This commit is contained in:
parent
04f7972f32
commit
a72a06ecb1
7 changed files with 237 additions and 165 deletions
|
@ -282,7 +282,7 @@ export default async function createConfigAsync() {
|
|||
},
|
||||
],
|
||||
[
|
||||
'./src/plugins/changelog/index.js',
|
||||
'./src/plugins/changelog/index.ts',
|
||||
{
|
||||
blogTitle: 'Docusaurus changelog',
|
||||
blogDescription:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue