- Set up project directories including app structure. - Add IntelliJ IDEA project files and configurations. - Implement basic PHP router for request handling. - Provide reference files for features, IPs, and documentation. - Include license and copyright files.
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
const DOCUMENTATION_OPTIONS = {
|
|
VERSION: '4.9.5',
|
|
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,
|
|
}; |