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

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