export const dirPath = '/'; export const gettext = window.gettext; export const siteRoot = window.app.config.siteRoot; export const avatarInfo = window.app.config.avatarInfo; export const logoPath = window.app.config.logoPath; export const mediaUrl = window.app.config.mediaUrl; export const siteTitle = window.app.config.siteTitle; export const logoWidth = window.app.config.logoWidth; export const logoHeight = window.app.config.logoHeight; export const slug = window.wiki.config.slug; export const repoID = window.wiki.config.repoId; export const serviceUrl = window.wiki.config.serviceUrl; export const initialFilePath = window.wiki.config.initial_file_path;