-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsidebars.js
44 lines (44 loc) · 1.21 KB
/
sidebars.js
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
42
43
44
module.exports = {
docs: [
{
type: 'category',
label: 'Getting Started',
items: ['start/intro','start/installation', 'start/first-steps'],
},
{
type: 'category',
label: 'SikuliX Scripts',
items: ['scripts/work-in-progress-scripts', 'scripts/about-scripts','scripts/running-scripts','scripts/python','scripts/java', 'scripts/other'],
},
{
type: 'category',
label: 'Sikulix IDE',
items: ['ide/work-in-progress-ide', 'ide/ide'],
},
{
type: 'category',
label: 'SikuliX API',
items: ['api/work-in-progress-api', 'api/scripting','api/interacting','api/global','api/region','api/location','api/screen','api/pattern','api/match','api/finder','api/keys','api/appclass','api/ocr'],
},
{
type: 'category',
label: 'Getting Help',
items: ['help/faq','help/questions'],
},
{
type: 'category',
label: 'Contribution',
items: ['contrib/contribution', 'contrib/youtube'],
},
{
type: 'category',
label: 'License',
items: ['legal/license'],
},
{
type: 'link',
label: 'Downloads',
href: 'https://raiman.github.io/SikuliX1/downloads.html',
},
],
};