> 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: Published Site URLs # Type: Published Site Urls Object # Link: https://dev.wix.com/docs/api-reference/business-management/site-urls/published-site-urls/published-site-urls-object.md ## Description: The Published Site URLs object provides a list of URLs for the published site. ## Schema: ```json Type: Published Site Urls Object | type: PublishedSiteUrls Description: The Published Site URLs object provides a list of URLs for the published site. - name: urls | type: Array | description: List of published site URLs. This array will be empty if the site isn't published. - name: urlType | type: string | description: URL type. enum: UNKNOWN, PREMIUM, FREE - name: primary | type: boolean | description: Whether this is the site's primary URL. - name: url | type: string | description: Published site URL. - name: multilingualInfo | type: MultilingualInfo | description: Language subdomain info hosted by [Wix multilingual](https://support.wix.com/article/wix-multilingual-adding-and-setting-up-wix-multilingual). - name: languageCode | type: string | description: Language tag in [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) format. For example, `en-US`. - name: defaultLanguage | type: boolean | description: Whether this is the site's default language. ```