Mount a site at a path
set_linkPath-mounting: serve an owned target site at a path on an owned host site (host/docs -> target). location is a path like "docs", or "root" for the host root. Both sites must be owned by you. Pass remove=true to unmount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remove | No | unmount instead of mounting | |
| hostSlug | Yes | slug of the owned host site | |
| location | Yes | path to mount at, e.g. "docs", or "__root__" for the host root | |
| targetSlug | No | slug of the owned site to serve there (required unless remove=true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |