Skip to content

Commit c16d138

Browse files
committed
docs: add more config to typedoc
1 parent 91ff970 commit c16d138

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

typedoc.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
2-
"out": "./docs/",
3-
"readme": "./README.md",
4-
"name": "@sapphire/framework",
2+
"disableOutputCheck": true,
3+
"emit": true,
54
"entryPoints": ["src/index.ts"],
65
"excludeExternals": true,
6+
"hideGenerator": true,
7+
"highlightTheme": "github-light",
8+
"markedOptions": {
9+
"gfm": true,
10+
"mangle": false,
11+
"smartypants": true
12+
},
13+
"name": "@sapphire/framework",
14+
"out": "./docs/",
15+
"readme": "./README.md",
716
"tsconfig": "./src/tsconfig.json"
817
}

0 commit comments

Comments
 (0)