Skip to content

Commit

Permalink
Update to TypeDoc 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jun 26, 2024
1 parent 2eaedc9 commit 1542246
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 88 deletions.
185 changes: 110 additions & 75 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
"playcanvas": "^1.71.6",
"react": "^18.3.1",
"serve": "^14.2.3",
"typedoc": "^0.25.13",
"typedoc-plugin-extras": "^3.0.0",
"typedoc-plugin-mdn-links": "^3.1.30",
"typedoc-plugin-missing-exports": "^2.3.0",
"typedoc-plugin-rename-defaults": "^0.7.0"
"typedoc": "^0.26.2",
"typedoc-plugin-mdn-links": "^3.2.1",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-rename-defaults": "^0.7.1"
},
"scripts": {
"build": "typedoc",
Expand Down
9 changes: 1 addition & 8 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"submodules/engine/src/scene/gsplat/gsplat-data.js",
"submodules/engine/src/scene/gsplat/gsplat-material.js"
],
"gaID": "UA-23605814-1",
"githubPages": true,
"hostedBaseUrl": "https://api.playcanvas.com/",
"name": "PlayCanvas API Reference",
"navigationLinks": {
"Developer Site": "https://developer.playcanvas.com/",
Expand All @@ -25,7 +25,6 @@
},
"plugin": [
"./typedoc-plugin-property.mjs",
"typedoc-plugin-extras",
"typedoc-plugin-mdn-links",
"typedoc-plugin-rename-defaults",
"typedoc-plugin-missing-exports"
Expand All @@ -34,15 +33,9 @@
"searchGroupBoosts": {
"Classes": 2
},
"sitemapBaseUrl": "https://api.playcanvas.com/",
"sortEntryPoints": false,
"customCss": "styles.css",

// Options for typedoc-plugin-extras
"customDescription": "Combined API reference manual for PlayCanvas",
"favicon": "favicon.ico",
"footerLastModified": false, // enabling this activates the page's scroll bar
"footerTypedocVersion": true,
// Options for typedoc-plugin-missing-exports
"placeInternalsInOwningModule": true
}

0 comments on commit 1542246

Please sign in to comment.