Skip to content

Commit

Permalink
Switch to the combined API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Feb 4, 2024
1 parent ae5a097 commit 7eaeaeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/4-api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ nav_order: 2

The API reference is a list of all of PCUI's class components and their properties. It is automatically generated from the source code.

[Click here](../typedocs/) to view the API reference.
[Click here](https://api.playcanvas.com/modules/PCUI.html) to view the API reference.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"build": "rollup -c && npm run bundle:styles",
"build:es6": "rollup -c --environment target:es6",
"build:icons": "cd ./utils && node ./build-font-icons.mjs",
"build:docsite:local": "cd docs && bundle exec jekyll build --config _config_local.yml && cd .. && npm run build:storybook && npm run build:typedocs && shx cp -r ./typedocs ./docs/_site/typedocs",
"build:docsite:production": "cd docs && bundle exec jekyll build --config _config.yml && cd .. && npm run build:storybook && npm run build:typedocs && shx cp -r ./typedocs ./docs/_site/typedocs",
"build:docsite:local": "cd docs && bundle exec jekyll build --config _config_local.yml && cd .. && npm run build:storybook",
"build:docsite:production": "cd docs && bundle exec jekyll build --config _config.yml && cd .. && npm run build:storybook",
"build:react:es6": "rollup -c --environment target:react:es6",
"build:storybook": "cross-env ENVIRONMENT=production storybook build -o ./docs/_site/storybook",
"build:styles": "rollup -c --environment target:styles",
Expand Down

0 comments on commit 7eaeaeb

Please sign in to comment.