docs: sandbox lives in src/modules/sandbox

This commit is contained in:
orbit-docs 2026-07-04 07:14:15 +00:00
parent 0eb797cf84
commit be2e454a61
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ DOM, cookies, `localStorage`, or the store — it can do only what its declared
`permissions` allow, and nothing else.
> **Experimental.** The sandbox API is small and may change between releases. It
> is a core subsystem (`src/sandbox/`), not a plugin itself.
> is a core subsystem (`src/modules/sandbox/`), not a plugin itself.
## Two ways it is used