Skip to content

Commit 2c5d5a3

Browse files
authored
docs: Fix README.md being included twice
1 parent 975a021 commit 2c5d5a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"includeVersion": true,
3333
"out": "./docs",
3434
"readme": "./README.md",
35-
"projectDocuments": ["./README.md", "./CONTRIBUTING.md", "./LICENSE"],
35+
"projectDocuments": ["./CONTRIBUTING.md", "./LICENSE"],
3636
"excludeExternals": true,
3737
"excludeInternal": true,
3838
"excludePrivate": true,

0 commit comments

Comments
 (0)