-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
41 lines (41 loc) · 1.92 KB
/
theme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Revitron",
"description": "An elegant documentation theme based on the Revitron Sphinx theme",
"author": "Marc Anton Dahmen",
"license": "MIT",
"masks": {
"page": [
"labelMore",
"labelShowAll",
"notificationNoSearchResults",
"placeholderSearch",
"searchResultsTitle",
"syntaxTheme",
"urlGithub",
"urlPagelist"
],
"shared": [
"+main"
]
},
"tooltips": {
"+main": "The main content block area",
"brand": "The brand HTML, SVG or text to be used as logo",
"imageLogo": "The path to your logo - this variable should be defined globally in the shared data section",
"imageLogoMobile": "An alternative logo for smaller devices",
"itemsFooter": "Additional markup to be added to page's footer",
"itemsHeader": "Additional markup to be added to page's <head></head> section",
"formatDate": "The format for displaying the date",
"labelMore": "Label text for the \"More\" button",
"labelShowAll": "Label text for filter button when no filter is selected",
"locale": "The locale information to format date and time according to like 'en_EN' or 'de_DE'",
"metaTitle": "An optional meta title to be used for the browser title bar and links used on Twitter, Facebook or similar social networks",
"notificationNoSearchResults": "Notification text for an empty list of search results",
"ogImage": "A glob pattern to select a preview image for Twitter, Facebook or similar social network cards. This could be for example `*.png, *.jpg`",
"placeholderSearch": "Placeholder text for the search field of the main menu",
"searchResultsTitle": "The title for the search results page",
"syntaxTheme": "The name of the syntax theme for <a href='https://highlightjs.org/static/demo/' style='color: inherit; text-decoration: underline !important;'>highlight.js</a> like for example 'mono-blue'",
"urlGithub": "The URL to a related GitHub repository",
"urlPagelist": "The URL for the search results page"
}
}