mirror of https://github.com/lukechilds/docs.git
Alejandro Criado-Pérez
3 years ago
committed by
Jonathon Hammond
7 changed files with 42 additions and 9 deletions
@ -1,10 +1,7 @@ |
|||
export const SIDEBAR_WIDTH = 208; |
|||
export const TOC_WIDTH = 208; |
|||
export const CONTENT_MAX_WIDTH = 860; |
|||
|
|||
export const SHIKI_THEME = 'Material-Theme-Default'; |
|||
export const THEME_STORAGE_KEY = 'theme'; |
|||
|
|||
export const STATUS_CHECKER_URL = 'https://status.test-blockstack.com'; |
|||
|
|||
export const SUPPORTED_LANGUAGES = ['en']; |
|||
|
@ -0,0 +1,8 @@ |
|||
// Constants that will require translations into different languages should go here
|
|||
export const EDIT_PAGE_IN_GITHUB = 'Edit this page on GitHub'; |
|||
export const COMMUNITY = 'Community'; |
|||
export const LANGUAGES = 'Languages'; |
|||
export const LEARNING_RESOURCES = 'Learning Resources'; |
|||
export const SEARCH_DOCS = 'Search docs'; |
|||
export const TUTORIALS = 'Tutorials'; |
|||
export const HOME = 'Home'; |
Loading…
Reference in new issue