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