2018-08-06 10:29:12 +00:00
|
|
|
export const dirPath = '/';
|
2018-08-22 08:39:42 +00:00
|
|
|
export const gettext = window.gettext;
|
2018-08-06 10:29:12 +00:00
|
|
|
|
|
|
|
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;
|