Update your local Velox documentation
The public site and the in-product Code Library are built from the same governed documentation source. Use the installed update script to bring the local managed copies to the current upstream main branch:
C:\ProgramData\Velox\_Update Velox Data from GIT.bat
Important destructive boundary
The script runs Git fetch, hard reset and clean operations in the managed Config, Data, Excel, Help, Schema (Velox and VeloxJSON) and Script checkouts. It intentionally discards local changes and untracked files in those managed checkout folders. Do not store local/customer work or hand-edited documentation there.
Before updating
- Confirm no approved local change is waiting to be moved to its governed source repository.
- Close Designer Help/Code Library views and tools using managed files.
- Ensure Git/network access and sufficient disk space are available.
- Follow your organisation's change process because schemas/scripts/templates as well as Help are refreshed.
Update and verify
- Right-click the script and select Run as administrator, as required by the installed ProgramData permissions.
- Review each checkout's fetch/reset/clean output. Do not rely only on the final
Velox Data updated!message if an earlier Git command failed. - Reopen Designer and select Help > Code Library, then choose Refresh where needed.
- Search for a known entry, open its Markdown and confirm the generated hierarchy loads. Inherited members can resolve beneath ancestor paths; the hidden generated
Classes/Commonbranch is intentionally absent from navigation. - Verify any updated schemas/scripts/templates before using them in production work.
If the update fails, record the affected checkout path, command/error, current branch/remote state and timestamp. Do not delete/reclone the managed folders until the installation/update owner confirms the recovery. See Code Library troubleshooting.