@mintlify/previewing
Version:
Preview Mintlify docs locally
23 lines (22 loc) • 1.21 kB
TypeScript
export declare const INSTALL_PATH: string;
export declare const HOME_DIR: string;
export declare const DOT_MINTLIFY: string;
export declare let PREVIEW_PATH: string;
export declare let PREVIEW_LAST_PATH: string;
export declare let MINT_PATH: string;
export declare let VERSION_PATH: string;
export declare let CLIENT_PATH: string;
export declare let NEXT_SIDE_EFFECT_PATH: string;
export declare let NEXT_ROUTER_SERVER_PATH: string;
export declare let NEXT_CONFIG_PATH: string;
export declare let NEXT_PUBLIC_PATH: string;
export declare let NEXT_PROPS_PATH: string;
export declare let TAR_PATH: string;
export declare const configurePreviewPath: (port?: string | number) => void;
export declare const configureSharedPreviewPath: () => void;
export declare const MINT_CLIENT_RELEASES_CLOUDFRONT_URL = "https://releases.mintlify.com";
export declare const TARGET_MINT_VERSION_URL = "https://releases.mintlify.com/mint-version.txt";
export declare const MINT_VERSION_MAP_URL = "https://releases.mintlify.com/mint-version-map.json";
export declare const CMD_EXEC_PATH: string;
export declare const SUPPORTED_MEDIA_EXTENSIONS: string[];
export declare const LOCAL_LINKED_CLI_VERSION = "linked to local package";