Skip to content

Commit

Permalink
amend base path
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Mar 7, 2024
1 parent 709de75 commit 3c1358c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions typedoc.base.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
includeVersion: true,
darkHighlightTheme: 'material-theme-darker',
lightHighlightTheme: 'material-theme-default',
searchInComments: true,
excludeExternals: true,
commentStyle: 'all',
Expand Down
3 changes: 3 additions & 0 deletions typedoc.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import pkgJson from './package.json' assert { type: 'json' }

const basePath = new URL(import.meta.url).pathname.split('/').slice(0, -1).join('/')

export default {
extends: './typedoc.base.config.js',
entryPoints: pkgJson.workspaces,
out: 'docs',
entryPointStrategy: 'packages',
name: 'Prosopo Captcha',
basePath,
}

0 comments on commit 3c1358c

Please sign in to comment.