Skip to content

Commit 2170979

Browse files
committed
chore: update TypeDoc configuration to reference documentation files in the docs-static directory
1 parent 0216fab commit 2170979

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

typedoc.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ const config = {
33
entryPoints: ['./src/index.tsx'],
44
projectDocuments: [
55
'README.md',
6-
'Quick Start.md',
7-
'Authenticating.md',
8-
'In-app Inbox.md',
9-
'Most Used Modules.md',
6+
'./docs-static/Quick Start.md',
7+
'./docs-static/Authenticating.md',
8+
'./docs-static/In-app Inbox.md',
9+
'./docs-static/Most Used Modules.md',
1010
'CHANGELOG.md',
1111
],
1212
out: './docs',

0 commit comments

Comments
 (0)