Adjust typedoc API generator settings

This commit is contained in:
Marc Rousavy 2021-03-07 14:16:11 +01:00 committed by GitHub
parent 26bec9dfaa
commit 2925b846b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',