> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Site Publish State V1

# Type: Site Publish State Object

# Link: https://dev.wix.com/docs/api-reference/account-level/enterprise/site-management/site-publish-state-v1/site-publish-state-object.md

## Description: Whether a site is live on the internet. A published site is reachable by visitors at its domain. An unpublished site stays in the account, remains editable, and can be published again at any time.

## Schema:

```json
 Type: Site Publish State Object | type: SitePublishState
 Description: Whether a site is live on the internet. A published site is reachable by visitors at its domain. An unpublished site stays in the account, remains editable, and can be published again at any time.
       - name: id  | type: string | description: Site ID.
       - name: published  | type: boolean | description: Whether the site is live on the internet.

```