Updating Documentation¶
This page will guide you through how to update the API references via documentation auto generator.
- Open any project using the latest version of the Creator
- Using your system's file manager, copy
<project_folder>/.poly/luau/def.jsonand paste it to the root directory of the docs repo. - Run the auto generator using the following command:
npm run gen
- Commit the update to the repository