Files
GDevelop/GDJS/docs/typedoc.json
T
Florian Rival 2c4fa1d1c2 Switch the game engine documentation to TypeDoc (#3593)
* This adds link between types, a more readable rendering, a better search and, more generally, makes the [game engine documentation](https://docs.gdevelop-app.com/GDJS%20Runtime%20Documentation/index.html) much easier to browse.
2022-02-03 13:58:44 +01:00

23 lines
587 B
JSON

{
"tsconfig": "../../tsconfig.json",
"entryPoints": ["../Runtime/gd.ts"],
"entryPointStrategy": "expand",
"externalPattern": [
"Runtime/Cordova/",
"Runtime/Electron/",
"Runtime/FacebookInstantGames/"
],
"excludeExternals": true,
"excludeInternal": true,
"validation": {
"invalidLink": true
},
"out": "../../docs/GDJS Runtime Documentation",
"sort": ["visibility", "alphabetical"],
"name": "GDevelop JavaScript game engine",
"readme": "./typedoc-main-page.md",
"media": "media",
"gaID": "G-4K6TTDG4TT",
"excludedFunctionOrMethod": ["^_"]
}