From 0bc970a84ce478f4ffe08bafa8bf0adf2b640a8d Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Fri, 1 Sep 2023 20:36:58 +0100 Subject: [PATCH] Align PCUI API reference with the PlayCanvas Engine (#324) --- tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9c26ba7c..77205684 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],