Skip to content

Commit

Permalink
fix: add default id for typedoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Apr 28, 2023
1 parent a1f5273 commit e68220d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config = {
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/nautilus',

plugins: ['docusaurus-plugin-typedoc'],
plugins: [['docusaurus-plugin-typedoc', { id: 'default' }]],

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit e68220d

Please sign in to comment.