Skip to content

Commit

Permalink
fix(docusaurus): update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 25, 2024
1 parent be3c5e3 commit d11c690
Show file tree
Hide file tree
Showing 5 changed files with 1,470 additions and 1,610 deletions.
15 changes: 4 additions & 11 deletions devtools/examples/docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,16 @@ const config = {
'../../../packages/typedoc-plugin-markdown/test/fixtures/tsconfig.json',
),
entryPoints: [
'../../../packages/typedoc-plugin-markdown/test/fixtures/src/documents/module-1.ts',
'../../../packages/typedoc-plugin-markdown/test/fixtures/src/documents/module-2.ts',
'../../../packages/typedoc-plugin-markdown/test/fixtures/src/comments/index.ts',
],
expandObjects: true,
readme: 'none',
sidebar: { pretty: true },
outputFileStrategy: 'members',
propertiesFormat: 'htmlTable',
outputFileStrategy: 'modules',
cleanOutputDir: true,
projectDocuments: [
'../../../packages/typedoc-plugin-markdown/test/fixtures/PROJECT_DOC_1.md',
'../../../packages/typedoc-plugin-markdown/test/fixtures/docs/project/PROJECT_DOC_2.md',
'../../../packages/typedoc-plugin-markdown/test/fixtures/docs/project/PROJECT_DOC_3.md',
],
},
],
/*[
[
docusaurusPlugin,
{
id: 'api-2',
Expand Down Expand Up @@ -107,7 +100,7 @@ const config = {
},
},
],
[
/*[
docusaurusPlugin,
{
id: 'api-3',
Expand Down
Loading

0 comments on commit d11c690

Please sign in to comment.