diff --git a/docs/pages/4-api.markdown b/docs/pages/4-api.markdown index 73a3b069..6c0175e9 100644 --- a/docs/pages/4-api.markdown +++ b/docs/pages/4-api.markdown @@ -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. \ No newline at end of file +[Click here](https://api.playcanvas.com/modules/PCUI.html) to view the API reference. diff --git a/package.json b/package.json index 25ac677a..7b5e10e7 100644 --- a/package.json +++ b/package.json @@ -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",