Skip to content

Commit

Permalink
Merge pull request #64 from maartyman/fix-docs
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
maartyman authored Nov 22, 2023
2 parents 0fee730 + 40b79f5 commit 6449d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions typedoc.base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://typedoc.org/schema.json",
"includeVersion": true
}
11 changes: 2 additions & 9 deletions typedoc.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
const { getPackagesSync } = require('@lerna/project')
const path = require('path')

module.exports = {
name: 'Incremunica',
out: 'documentation',
theme: 'default',
'external-modulemap': __dirname + '/[^/]+/([^/]+)/.*',
entryPoints: getPackagesSync(__dirname).map(
pkg => path.relative(__dirname, pkg.location)
),
excludeExternals: false,
disableOutputCheck: true
entryPointStrategy: 'packages',
entryPoints: [ 'engines/*', 'packages/*' ]
}

0 comments on commit 6449d22

Please sign in to comment.