-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.config.js
More file actions
102 lines (101 loc) · 2.61 KB
/
Copy pathvariables.config.js
File metadata and controls
102 lines (101 loc) · 2.61 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
export const variables = {
bucket: "https://websiteshot-docs.s3.eu-central-1.amazonaws.com",
};
export const image = {
app: {
apikeys: {
src: `${variables.bucket}/app-apikeys.png`,
alt: `API Keys`,
},
create: {
src: `${variables.bucket}/app-create.png`,
alt: `Create Screenshot Job`,
},
dashboard: {
src: `${variables.bucket}/app-dashboard.png`,
alt: `Dashboard`,
},
login: {
src: `${variables.bucket}/app-login.png`,
alt: `Login`,
},
members: {
src: `${variables.bucket}/app-members.png`,
alt: `Members`,
},
usage: {
src: `${variables.bucket}/app-usage.png`,
alt: `Usage`,
},
webhooks: {
src: `${variables.bucket}/app-webhooks.png`,
alt: `Webhooks`,
},
},
github: {
action: {
src: `${variables.bucket}/github-github-action.png`,
alt: `GitHub Action`,
},
actionmarketplace: {
src: `${variables.bucket}/github-github-action-marketplace.png`,
alt: `GitHub Action Marketplace`,
},
nodejs: {
src: `${variables.bucket}/github-nodejs-client.png`,
alt: `NodeJS Client`,
},
screenshotautomation: {
src: `${variables.bucket}/github-screenshot-automation.png`,
alt: `Screenshot Automation`,
},
simplescript: {
src: `${variables.bucket}/github-simple-script.png`,
alt: `Simple Script`,
},
},
example: {
natural: {
src: `${variables.bucket}/example-natural.png`,
alt: `Example Natural`,
},
shadow: {
src: `${variables.bucket}/example-shadow.png`,
alt: `Example Shadow`,
},
stylemacosdark: {
src: `${variables.bucket}/example-macos-simple-dark.png`,
alt: `Example Style MacOS Simple Dark`,
},
combined: {
src: `${variables.bucket}/example-combined.png`,
alt: `Example Combined`,
},
resize: {
src: `${variables.bucket}/example-resize.png`,
alt: `Example Resize`,
},
blur: {
src: `${variables.bucket}/example-blur.png`,
alt: `Example Blur`,
},
areaupperhalf: {
src: `${variables.bucket}/example-upperhalf.png`,
alt: `Example Area Upper Half`,
},
},
socialshare: {
template1: {
src: `${variables.bucket}/examples-social-share-template-1.png`,
alt: `Example Social Share Template 1`,
},
template2: {
src: `${variables.bucket}/examples-social-share-template-2.png`,
alt: `Example Social Share Template 2`,
},
template3: {
src: `${variables.bucket}/examples-social-share-template-3.png`,
alt: `Example Social Share Template 3`,
},
},
};