Skip to content

Commit

Permalink
fix plugin declaration syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcapJake committed Feb 1, 2024
1 parent e4b664a commit 6a17a20
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ const config = {
onBrokenMarkdownLinks: 'warn',

plugins: [
'@lunaticmuch/docusaurus-terminology',
{
// @ts-ignore
['@lunaticmuch/docusaurus-terminology', {
termsDir: './docs/words/',
glossaryFilepath: './docs/lexicon.md',
}
}]
],
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down

0 comments on commit 6a17a20

Please sign in to comment.