-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG.js
More file actions
40 lines (40 loc) · 827 Bytes
/
CONFIG.js
File metadata and controls
40 lines (40 loc) · 827 Bytes
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
module.exports = {
baseUrl: 'https://raw.githubusercontent.com/abecms/abecms/4.x-alpha/docs/',
extension: 'md',
listOfFiles: [
'abe-attributes',
'abe-config',
'abe-dev-type',
'abe-document',
'abe-form-create-override',
'abe-engine-override',
'abe-generate-posts',
'abe-handlebars-helpers',
'abe-handlebars-variables',
'abe-hooks',
'abe-linux-commands',
'abe-locale',
'abe-logs',
'abe-plugins',
'abe-process',
'abe-smtp',
'abe-ssl',
'abe-tags',
'abe-update-json',
'abe-url',
'abe-users',
'types/abe-data',
'types/abe-each',
'types/abe-file',
'types/abe-image',
'types/abe-import',
'types/abe-link',
'types/abe-rich',
'types/abe-slug',
'types/abe-sql',
'types/abe-template',
'types/abe-textarea',
'types/abe-translate',
'handlebars-helpers/isAuthorized'
]
}