Skip to content

Commit 839b36f

Browse files
committed
docs: hide heading for readme
1 parent ecfa052 commit 839b36f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"entryPointStrategy": "expand",
44
"entryPoints": ["./src"],
55
"exclude": ["./src/index.ts"],
6-
"out": "./auto-docs"
6+
"out": "./auto-docs",
7+
"headings": {
8+
"readme": false
9+
}
710
}

0 commit comments

Comments
 (0)