-
Notifications
You must be signed in to change notification settings - Fork 2
/
tour.json
224 lines (224 loc) · 7.63 KB
/
tour.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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"mode": "direct",
"routes": [
{
"pathName": "/projects",
"steps": [
{
"target": "h2",
"title": "Welcome to Lagoon!",
"content": "This tour is intended to show you around and give helpful tips on things you can do with lagoon! You will discover guides per page, so feel free to explore. You can always skip the tour",
"key": "d40d1d191a83dda818cdedd9254527d2"
},
{
"target": ".authContainer a.navitem",
"title": "View all deployments",
"content": "You can easily access all of your deployments here",
"key": "d37849d1c1c54f18e24132e0be6b69ba"
},
{
"target": ".authContainer > div",
"title": "Personal settings",
"content": "You can access your projects and settings (SSH keys) by clicking this menu",
"key": "ece6be4b39dbd5d7caa85f054513158d"
},
{
"target": "#projects > a",
"title": "The projects page",
"content": "This is the index page of Lagoon, showing projects you have access to, click on any of them to find out more",
"key": "d7c1ef78894350de9f5aec6e29272c77"
}
]
},
{
"pathName": "/project",
"steps": [
{
"target": ".project-details-sidebar",
"title": "Project Sidebar",
"content": "Each project has a sidebar with useful information",
"placement": "right-start",
"key": "de19c1f391f180d9690644be4ce4286e"
},
{
"target": "h3",
"title": "Project Environments",
"content": "You can view project routes, specific details, deployments, backups and tasks per environment",
"placement": "bottom",
"key": "e139a70bd2b7e109b3e12e20d6c1e378"
}
]
},
{
"pathName": "/environment",
"steps": [
{
"target": ".navigation li.overview",
"title": "Overview Tab",
"content": "Detailed overview of the environment you're seeing now",
"placement": "right-start",
"key": "bbd58967c38838731bc0ad1215ab4fa5"
},
{
"target": ".navigation li.deployments",
"title": "Deployments Tab",
"content": "Takes you to the deployments page with logviewer",
"placement": "right-start",
"key": "7f02781d015277d1057150b3c0fdc193"
},
{
"target": ".navigation li.backups",
"title": "Backups Tab",
"content": "Retrieve and download backups",
"placement": "right-start",
"key": "749c80335827d8412d14645fdbf9c0b1"
},
{
"target": ".navigation li.tasks",
"title": "Tasks Tab",
"content": "Execute tasks per environment, or view previously executed ones",
"placement": "right-start",
"key": "23272b5f5c423ffa7af7003871ce2ec8"
}
]
},
{
"pathName": "/deployments",
"steps": [
{
"target": ".description+button",
"title": "Start a deployment",
"content": "You can always start a new deployment of the current branch",
"placement": "left",
"key": "a45465dd17f60eecae901d3bde50dc68"
},
{
"target": ".data-table a:first-child",
"title": "View a previous deployment",
"content": "Or have a look at a previous deployment",
"placement": "bottom",
"key": "25589df4e48b611af32678128d64aede"
}
]
},
{
"pathName": "/deployment",
"steps": [
{
"target": ".deployment > div:first-child",
"title": "Deployment details",
"content": "Here you can see general information about your deployment",
"placement": "bottom",
"key": "03159c68cf42b899281bb6179d9a9ebb"
},
{
"target": ".log-viewer",
"title": "Deployment logs",
"content": "And with the logviewer, you can see individual deployment steps by expanding them",
"placement": "top-start",
"key": "3f9cd778064c84b2dc997bb912aafcf5"
},
{
"target": ".breadcrumbs a:nth-child(2)",
"title": "Navigating",
"content": "You can always navigate by clicking on the breadcrumbs",
"placement": "bottom",
"key": "9094217d17656cbcb7014f91ddd8dbbb"
}
]
},
{
"pathName": "/backups",
"steps": [
{
"target": ".backups .data-row:first-child .download",
"title": "Downloading a backup",
"content": "You can retrieve and download the backup by clicking here",
"placement": "left",
"key": "8883aa04c4cb327a7287e0f9833101e6"
}
]
},
{
"pathName": "/tasks",
"steps": [
{
"target": ".selectTask",
"title": "Running a task",
"content": "Select and run a task from here",
"placement": "bottom",
"key": "995682642e7dc36008f5ad16e5a9d0d6"
},
{
"target": ".tasks .data-table a:first-child",
"title": "Viewing a task",
"content": "Or view a previously ran task by clicking here",
"placement": "bottom",
"key": "bbe01156892b5f4bf41eddfef9c0fefd"
}
]
},
{
"pathName": "/task",
"steps": [
{
"target": ".log-viewer",
"title": "Task logs",
"content": "Raw task logs",
"placement": "top-start",
"key": "66af0ea434dbf8a524c23332ad5b5f41"
},
{
"target": ".breadcrumbs a:nth-child(2)",
"title": "Navigating",
"content": "You can always navigate back by clicking on the breadcrumbs",
"placement": "bottom",
"key": "a55445ff5d9904dc7e2b6dc5137df951"
}
]
},
{
"pathName": "/alldeployments",
"steps": [
{
"target": "h2",
"title": "All deployments",
"content": "This is where you have all your deployments",
"key": "8904cc610a9a967bc23e4e1dde940881"
},
{
"target": ".project a",
"title": "Deployment detail",
"content": "Click on an individual deployment name to know more details",
"key": "a6d799c717733edea38c6df02758b855"
}
]
},
{
"pathName": "/organizations/organization",
"steps": [
{
"target": "li.groups",
"title": "Groups and Users ",
"content": "Click on Groups to show all of the groups in your organization. From here you can view, add and remove users to groups. You can also see the projects that are associated with this group. Use the sub menu to view a list of Users and their roles with in projects and your organization. ",
"placement": "right-start",
"key": "e7c94ac75cee258ab1816a932267f394"
},
{
"target": "li.projects",
"title": "Projects",
"content": "This is where all your organizastions projects live. You can manage new and existing projects, manage the groups that have access to projects and manage any notifications that you might need. ",
"placement": "right-start",
"key": "e70230c6e09798116c0a22d12ec1407f"
},
{
"target": "li.notifications",
"title": "Notifications",
"content": "Add and remove notification channels for your organization. These channels can then be added to projects. ",
"placement": "right-start",
"key": "97727eeb21a7846f4fda89a0fc66dcee"
}
]
}
]
}