You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
3 months ago
|
const DOCUMENTATION_OPTIONS = {
|
||
2 months ago
|
VERSION: '1.0.0',
|
||
3 months ago
|
LANGUAGE: 'en',
|
||
|
COLLAPSE_INDEX: false,
|
||
|
BUILDER: 'html',
|
||
|
FILE_SUFFIX: '.html',
|
||
|
LINK_SUFFIX: '.html',
|
||
|
HAS_SOURCE: true,
|
||
|
SOURCELINK_SUFFIX: '.txt',
|
||
|
NAVIGATION_WITH_KEYS: false,
|
||
|
SHOW_SEARCH_SUMMARY: true,
|
||
|
ENABLE_SEARCH_SHORTCUTS: true,
|
||
2 months ago
|
};
|