Skip to content

Commit

Permalink
Fix wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
S222em committed May 13, 2023
1 parent d5d0a19 commit 14e94c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "prettier --check src/**",
"typecheck": "tsc --noEmit",
"build": "tsc --build",
"wiki": "typedoc"
"wiki": "typedoc --plugin typedoc-github-wiki-theme"
},
"keywords": [
"Hue"
Expand Down
3 changes: 1 addition & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"entryPoints": ["src/index.ts"],
"out": "wiki",
"theme": "github-wiki"
"out": "wiki"
}

0 comments on commit 14e94c5

Please sign in to comment.