Skip to content

Updating Documentation

This page will guide you through how to update the API references via documentation auto generator.

  1. Open any project using the latest version of the Creator
  2. Using your system's file manager, copy <project_folder>/.poly/luau/def.json and paste it to the root directory of the docs repo.
  3. Run the auto generator using the following command:
npm run gen
  1. Commit the update to the repository