Adjust typedoc API generator settings
This commit is contained in:
parent
26bec9dfaa
commit
2925b846b1
@ -112,9 +112,13 @@ module.exports = {
|
||||
[
|
||||
'docusaurus-plugin-typedoc',
|
||||
{
|
||||
name: 'VisionCamera',
|
||||
entryPoints: ['../src'],
|
||||
exclude: "../src/index.ts",
|
||||
tsconfig: '../tsconfig.docs.json',
|
||||
excludePrivate: true,
|
||||
excludeProtected: true,
|
||||
excludeExternals: true,
|
||||
readme: "none",
|
||||
sidebar: {
|
||||
sidebarFile: 'typedoc-sidebar.js',
|
||||
|
Loading…
Reference in New Issue
Block a user