Skip to content

Commit

Permalink
Add typedoc-plugin-extras plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 23, 2024
1 parent 1a21c52 commit 1534059
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file added favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react": "^18.2.0",
"serve": "^14.2.1",
"typedoc": "^0.25.7",
"typedoc-plugin-extras": "^3.0.0",
"typedoc-plugin-mdn-links": "^3.1.13",
"typedoc-plugin-rename-defaults": "^0.7.0"
},
Expand Down
9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,18 @@
"GitHub": "https://github.com/playcanvas"
},
"plugin": [
"typedoc-plugin-extras",
"typedoc-plugin-mdn-links",
"typedoc-plugin-rename-defaults"
],
"readme": "INDEX.md",
"sortEntryPoints": false
"sortEntryPoints": false,

// Options for typedoc-plugin-extras
"customDescription": "Combined API reference manual for PlayCanvas",
"favicon": "favicon.ico",
"footerLastModified": true,
"footerTypedocVersion": true
},
"include": [
"submodules/editor-api/**/*.js",
Expand Down

0 comments on commit 1534059

Please sign in to comment.