We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0216fab commit 2170979Copy full SHA for 2170979
1 file changed
typedoc.config.mjs
@@ -3,10 +3,10 @@ const config = {
3
entryPoints: ['./src/index.tsx'],
4
projectDocuments: [
5
'README.md',
6
- 'Quick Start.md',
7
- 'Authenticating.md',
8
- 'In-app Inbox.md',
9
- 'Most Used Modules.md',
+ './docs-static/Quick Start.md',
+ './docs-static/Authenticating.md',
+ './docs-static/In-app Inbox.md',
+ './docs-static/Most Used Modules.md',
10
'CHANGELOG.md',
11
],
12
out: './docs',
0 commit comments