Skip to content

Commit

Permalink
Align PCUI API reference with the PlayCanvas Engine (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Sep 1, 2023
1 parent b80b5cb commit 0bc970a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@
},
"typedocOptions": {
"entryPoints": ["./src/index.ts"],
"githubPages": false,
"name": "PCUI API",
"navigationLinks": {
"Developer Site": "https://developer.playcanvas.com/",
"Discord": "https://discord.gg/RSaMRzg",
"Forum": "https://forum.playcanvas.com/",
"GitHub": "https://github.com/playcanvas/pcui"
},
"out": "typedocs",
"plugin": [
"typedoc-plugin-mdn-links"
],
"readme": "none"
},
"include": ["./src/index.ts"],
Expand Down

0 comments on commit 0bc970a

Please sign in to comment.