-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.js
More file actions
62 lines (62 loc) · 1.55 KB
/
Copy pathsidebars.js
File metadata and controls
62 lines (62 loc) · 1.55 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module.exports = {
docs: {
Websiteshot: [
"websiteshot/introduction",
"websiteshot/getting-started",
"websiteshot/console",
"websiteshot/whats-new",
],
Features: [
"features/collections",
"features/templates",
"features/filters",
"features/scheduled-jobs",
"features/click-events",
"features/guarded-websites",
"features/webhooks",
],
Guides: [
"guides/quickstart",
"guides/simple-script",
"guides/github-action",
"guides/track-progress",
"guides/social-share",
],
Examples: [
"examples/natural",
"examples/shadow",
"examples/macos-simple-dark",
"examples/combined-effects",
"examples/resize",
"examples/blur",
"examples/crop-area",
],
API: [],
},
api: {
"Getting Started": ["api/introduction"],
Jobs: [
"api/jobs/create-screenshot-job",
"api/jobs/create-with-template",
"api/jobs/get-screenshot-jobs",
],
Screenshots: ["api/screenshots/get-screenshots"],
Types: [
"api/types/blur-options",
"api/types/click",
"api/types/color",
"api/types/effect-config",
"api/types/job-result",
"api/types/login-parameter",
"api/types/margin-options",
"api/types/meta",
"api/types/project-job",
"api/types/resize-options",
"api/types/rounded-corners-options",
"api/types/screenshot-parameter",
"api/types/schedule-description",
"api/types/shadow-options",
"api/types/url-config",
],
},
};