> 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: Editor URLs # Type: Editor Urls Object # Link: https://dev.wix.com/docs/api-reference/business-management/site-urls/editor-urls/editor-urls-object.md ## Description: The Editor URLs object provides a list of editor-related URLs, including a link to the site's editor interface (one of Wix Studio, Wix Editor, or Editor X), and a link to preview the site with the latest changes made in the editor. ## Schema: ```json Type: Editor Urls Object | type: EditorUrls Description: The Editor URLs object provides a list of editor-related URLs, including a link to the site's editor interface (one of Wix Studio, Wix Editor, or Editor X), and a link to preview the site with the latest changes made in the editor. - name: editorType | type: string | description: Editor type. enum: UNKNOWN, WIX_EDITOR, WIX_STUDIO, ODEDITOR, WIXEL, EDITORLESS - name: editorUrl | type: string | description: Editor URL. - name: value | type: string | description: - name: previewUrl | type: string | description: Preview URL. ```