v2.0.4
Docs-only release.
XanoScript docs
- System env vars in
syntax.mdsynced with the cloud-frontend env vars page: added$release,$platform,$debugger; removed$webflow(not in source-of-truthSYSTEM_ENV_NAMES). - Request Context table given a Type column to match System Context. Removed unverified
$remote_port/$remote_host. - Noted that user-defined env vars have no
$prefix ($env.MY_KEY, not$env.$MY_KEY).
Public API URL
- Documented the full formula in
apis.md:<api_baseurl>/api:<canonical>[:<branch>]/<query_name>with placeholder legend, worked example, and live-branch example. - Fixed stale examples across
apis.mdandREADME.mdthat were missing theapi:prefix and/or the query-name segment. - Path-param examples now use a static prefix (e.g.,
get_one/{id},by_id/{id}) to avoid collisions within an API group.
Full diff: #51