Skip to content

Commit

Permalink
chore: Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Feb 7, 2024
1 parent eadda01 commit 3a30cd6
Show file tree
Hide file tree
Showing 5 changed files with 1,379 additions and 2,268 deletions.
4 changes: 4 additions & 0 deletions devtools/examples/docusaurus3/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const config = {
sidebar: { pretty: true },
outputFileStrategy: 'members',
cleanOutputDir: true,
plugin: ['typedoc-plugin-coverage'],
},
],
[
Expand All @@ -76,6 +77,7 @@ const config = {
entryPoints:
'../../../packages/typedoc-plugin-markdown/test/fixtures/src/groups/**/*.ts',
cleanOutputDir: true,
plugin: ['typedoc-plugin-coverage'],
},
],
[
Expand All @@ -95,6 +97,7 @@ const config = {
outputFileStrategy: 'modules',
entryModule: 'index',
cleanOutputDir: true,
plugin: ['typedoc-plugin-coverage'],
},
],
[
Expand All @@ -112,6 +115,7 @@ const config = {
'../../../packages/typedoc-plugin-markdown/test/fixtures/src/packages/*',
entryPointStrategy: 'packages',
sidebar: { pretty: true },
plugin: ['typedoc-plugin-coverage'],
},
],
],
Expand Down

0 comments on commit 3a30cd6

Please sign in to comment.