-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashing.json
35 lines (35 loc) · 872 Bytes
/
dashing.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
{
"name": "AutoHotkey2",
"package": "AutoHotkey2",
"index": "index.htm",
"externalURL": "https://www.autohotkey.com/docs/v2/",
"selectors": {
"h1": [
{
"type": "Function",
"matchpath": "lib/.*\\.htm"
},
{
"type": "Category",
"matchpath": "misc/.*\\.htm"
},
{
"type": "Category",
"matchpath": "^(Variables|Program|Concepts|Language|Functions|Objects|KeyList|Hotkeys|Hotstrings|Remap|Labels|Threads|AHKL_DBGPClients|Editors|Ahk2ExeDirectives).htm$"
}
],
"h2:not(#toc)": [
{
"type": "Sample",
"matchpath": "scripts/.*\\.htm"
}
],
"h2#Parameters + dl dt": {
"type": "Parameter",
"matchpath": "lib/.*\\.htm"
}
},
"ignore": ["Acknowledgements", "ChangeLog", "howto"],
"icon32x32": "icons.png",
"allowJS": true
}