@mintlify/previewing
Version:
Preview Mintlify docs locally
20 lines (19 loc) • 1.05 kB
TypeScript
export declare const INSTALL_PATH: string;
export declare const HOME_DIR: string;
export declare const DOT_MINTLIFY: string;
export declare const DOT_MINTLIFY_LAST: string;
export declare const MINT_PATH: string;
export declare const VERSION_PATH: string;
export declare const CLIENT_PATH: string;
export declare const NEXT_SIDE_EFFECT_PATH: string;
export declare const NEXT_ROUTER_SERVER_PATH: string;
export declare const NEXT_CONFIG_PATH: string;
export declare const NEXT_PUBLIC_PATH: string;
export declare const NEXT_PROPS_PATH: string;
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 TAR_PATH: string;
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";