wiki/howto/tutorials/home.md
... ...
@@ -91,52 +91,142 @@
91 91
92 92
<h3>All Tutorials:</h3>
93 93
94
- <table>
95
- <tr>
96
- <td><a href="sailinganalytics/tracking-race-player.md">Tracking Race Player Overview</a></td>
97
- <td><a href="sailinganalytics/sign-up.md">Signing up for a user account</a></td>
98
- <td><a href="sailinganalytics/into-to-backend.md">Introduction to Analytics Backend</a></td>
99
- </tr>
100
- <tr>
101
- <td><a href="sailinganalytics/simple-event-creation.md">Create a simple event</a></td>
102
- <td><a href="sailinganalytics/video-tracking-management.md">Add &amp; align Youtube videos</a></td>
103
- <td><a href="sailinganalytics/create-regattas.md">Create complex regattas</a></td>
104
- </tr>
105
- <tr>
106
- <td><a href="sailinganalytics/competitors-data-management.md">Edit scores/results</a></td>
107
- <td><a href="sailinganalytics/importing-results.md">Importing results</a></td>
108
- <td><a href="sailinganalytics/adjust-mark-position.md">Adjust mark position</a></td>
109
- </tr>
110
- <tr>
111
- <td><a href="sailinganalytics/set-mark-position.md">Set mark position</a></td>
112
- <td><a href="sailinganalytics/configure-wind-settings.md">Configure wind settings</a></td>
113
- <td><a href="sailinganalytics/set-up-regattas.md">Set up multiple regattas</a></td>
114
- </tr>
115
- <tr>
116
- <td><a href="sailinganalytics/leaderboard-groups-explanation.md">Leaderboard groups explained</a></td>
117
- <td><a href="sailinganalytics/split-leaderboard.md">Split a leaderboard</a></td>
118
- <td><a href="sailinganalytics/course-areas.md">Working with course areas</a></td>
119
- </tr>
120
- <tr>
121
- <td><a href="sailinganalytics/sailing-race-manager.md">Work with Race Manager app</a></td>
122
- <td><a href="sailinganalytics/race-manager-connection.md">Connect Race Manager to event</a></td>
123
- <td><a href="sailinganalytics/edit-results.md">Editing results</a></td>
124
- </tr>
125
- <tr>
126
- <td><a href="sailinganalytics/set-matchrace-event.md">Set up matchrace event</a></td>
127
- <td><a href="sailinganalytics/security-system.md">Security system intro</a></td>
128
- <td><a href="sailinganalytics/default-creation-group.md">Default creation group</a></td>
129
- </tr>
130
- <tr>
131
- <td><a href="sailinganalytics/make-group-public.md">Make group public</a></td>
132
- <td><a href="sailinganalytics/publish-event.md">Publish an event</a></td>
133
- <td><a href="sailinganalytics/import-gpx-track.md">Import a GPX track</a></td>
134
- </tr>
135
- <tr>
136
- <td><a href="sailinganalytics/race-fixes.md">Fix device assignment</a></td>
137
- <td><a href="sailinganalytics/data-mining-tool.md">Data Mining Tool intro</a></td>
138
- <td></td>
139
- </tr>
94
+ <style>
95
+ table.guide-index { width: 100%; border-collapse: collapse; }
96
+ .guide-index col:first-child { width: 35%; }
97
+ .guide-index col:last-child { width: 65%; }
98
+ .guide-index td { padding: 8px 12px; vertical-align: top; }
99
+ .guide-index a { font-weight: 600; text-decoration: underline; }
100
+ /* optional zebra */
101
+ .guide-index tr:nth-child(odd) { background: #f7f7f7; }
102
+
103
+ /* optional: stack on small screens */
104
+ @media (max-width: 640px) {
105
+ .guide-index col { width: auto !important; }
106
+ .guide-index td { display: block; padding: 6px 12px; }
107
+ .guide-index td:first-child { padding-bottom: 0; }
108
+ }
109
+</style>
110
+
111
+<table class="guide-index">
112
+ <colgroup>
113
+ <col />
114
+ <col />
115
+ </colgroup>
116
+ <tbody>
117
+ <tr>
118
+ <td><a href="sailinganalytics/tracking-race-player.md">Tracking Race Player Overview</a></td>
119
+ <td>The video below gives an excellent overview of the main functionality of the SAP Race Player which is accessible on a per-race basis via the “Races/Tracking” tab of a regatta.</td>
120
+ </tr>
121
+ <tr>
122
+ <td><a href="sailinganalytics/sign-up.md">Signing up for a user account</a></td>
123
+ <td>This tutorial will show you how to sign up for a user account at the <strong>SAP Sailing Analytics</strong>.</td>
124
+ </tr>
125
+ <tr>
126
+ <td><a href="sailinganalytics/into-to-backend.md">Introduction to Analytics Backend</a></td>
127
+ <td>The guide <strong>General Introduction to SAP Sailing Analytics Backend</strong> will give you a look around the SAP Sailing Analytics <em>Admin Console</em>.</td>
128
+ </tr>
129
+ <tr>
130
+ <td><a href="sailinganalytics/simple-event-creation.md">Create a simple event</a></td>
131
+ <td>This tutorial shows you how to create an event with the SAP Analytics <em>Administration Console</em> on <a href="https://my.sapsailing.com/gwt/Home.html">my.sapsailing.com</a>.</td>
132
+ </tr>
133
+ <tr>
134
+ <td><a href="sailinganalytics/video-tracking-management.md">Add &amp; align Youtube videos</a></td>
135
+ <td>This tutorial shows how to add and align <em>Youtube videos</em> to the <strong>tracking timeline</strong>.</td>
136
+ </tr>
137
+ <tr>
138
+ <td><a href="sailinganalytics/create-regattas.md">Create complex regattas</a></td>
139
+ <td>This tutorial shows how to create <strong>more complex regattas</strong>.</td>
140
+ </tr>
141
+ <tr>
142
+ <td><a href="sailinganalytics/competitors-data-management.md">Edit scores/results</a></td>
143
+ <td>This tutorial shows how to <em>edit</em> scores/results in leaderboards and <em>change</em> competitor data in <strong>the SAP Sailing Analytics</strong>.</td>
144
+ </tr>
145
+ <tr>
146
+ <td><a href="sailinganalytics/importing-results.md">Importing results</a></td>
147
+ <td>The video explains how you can <em>import</em> results/scores from other regatta management systems for which <strong>the SAP Sailing Analytics</strong> have an integration in place, such as <strong>YachtScoring</strong> and <strong>Manage2Sail</strong>.</td>
148
+ </tr>
149
+ <tr>
150
+ <td><a href="sailinganalytics/adjust-mark-position.md">Adjust mark position</a></td>
151
+ <td>This episode shows you how to adjust <em>the position of a mark</em> with <strong>SAP Sailing Analytics</strong>.</td>
152
+ </tr>
153
+ <tr>
154
+ <td><a href="sailinganalytics/set-mark-position.md">Set mark position</a></td>
155
+ <td>This episode shows you how to set <em>the position of a mark</em> with <strong>SAP Sailing Analytics</strong> in case the tracker failed or you were not able to attach a <em>tracker</em> to the mark.</td>
156
+ </tr>
157
+ <tr>
158
+ <td><a href="sailinganalytics/configure-wind-settings.md">Configure wind settings</a></td>
159
+ <td>This tutorial shows how to configure <strong>wind settings.</strong>.</td>
160
+ </tr>
161
+ <tr>
162
+ <td><a href="sailinganalytics/set-up-regattas.md">Set up multiple regattas</a></td>
163
+ <td>This tutorial shows how to set up <em>multiple regattas</em> or <em>classes events</em> with the <strong>SAP Sailing Analytics</strong>.</td>
164
+ </tr>
165
+ <tr>
166
+ <td><a href="sailinganalytics/leaderboard-groups-explanation.md">Leaderboard groups explained</a></td>
167
+ <td>This tutorial explains how <em>Leaderboard Groups</em> work in <strong>the SAP Sailing Analytics</strong>.</td>
168
+ </tr>
169
+ <tr>
170
+ <td><a href="sailinganalytics/split-leaderboard.md">Split a leaderboard</a></td>
171
+ <td>This tutorial shows how to <em>split</em> a leaderboard into divisions with the <strong>SAP Sailing Analytics</strong>.</td>
172
+ </tr>
173
+ <tr>
174
+ <td><a href="sailinganalytics/course-areas.md">Working with course areas</a></td>
175
+ <td>This tutorial shows how to work with <em>course areas</em> in <strong>SAP Sailing Analytics</strong>.</td>
176
+ </tr>
177
+ <tr>
178
+ <td><a href="sailinganalytics/sailing-race-manager.md">Work with Race Manager app</a></td>
179
+ <td>This tutorial explains how to work with <strong>the SAP Sailing Race Manager Application</strong>.</td>
180
+ </tr>
181
+ <tr>
182
+ <td><a href="sailinganalytics/race-manager-connection.md">Connect Race Manager to event</a></td>
183
+ <td>This tutorial shows how to connect <strong>the Race Manager Application</strong> to an <em>event</em>.</td>
184
+ </tr>
185
+ <tr>
186
+ <td><a href="sailinganalytics/edit-results.md">Editing results</a></td>
187
+ <td>This tutorial explains how to <em>edit</em> results with <strong>the SAP Sailing Race Manager Application</strong>.</td>
188
+ </tr>
189
+ <tr>
190
+ <td><a href="sailinganalytics/set-matchrace-event.md">Set up matchrace event</a></td>
191
+ <td>This episode shows you how to set up a <em>matchrace event</em> with <strong>the SAP Sailing Analytics</strong>.</td>
192
+ </tr>
193
+ <tr>
194
+ <td><a href="sailinganalytics/security-system.md">Security system intro</a></td>
195
+ <td>This episode serves as an introduction to the <em>security system</em> of the <strong>SAP Sailing Analytics</strong>.</td>
196
+ </tr>
197
+ <tr>
198
+ <td><a href="sailinganalytics/default-creation-group.md">Default creation group</a></td>
199
+ <td>This episode shows how to set a default <em>creation group</em> in user details with <strong>the SAP Sailing Analytics</strong>.</td>
200
+ </tr>
201
+ <tr>
202
+ <td><a href="sailinganalytics/make-group-public.md">Make group public</a></td>
203
+ <td>This episode shows how to make everything your group owns <em>readable</em> for everyone in <strong>the SAP Sailing Analytics</strong>.</td>
204
+ </tr>
205
+ <tr>
206
+ <td><a href="sailinganalytics/publish-event.md">Publish an event</a></td>
207
+ <td>This episode shows how to <em>publish an event</em> through a dedicated user group in <strong>the SAP Sailing Analytics</strong>.</td>
208
+ </tr>
209
+ <tr>
210
+ <td><a href="sailinganalytics/import-gpx-track.md">Import a GPX track</a></td>
211
+ <td>This episode shows how to import a track from a <em>GPX file</em>.</td>
212
+ </tr>
213
+ <tr>
214
+ <td><a href="sailinganalytics/race-fixes.md">Fix device assignment</a></td>
215
+ <td>This episode shows how to <em>fix</em> races when a device is assigned to multiple competitors <strong>accidentally</strong>.</td>
216
+ </tr>
217
+ <tr>
218
+ <td><a href="sailinganalytics/data-mining-tool.md">Data Mining Tool intro</a></td>
219
+ <td>This tutorial gives an introduction to <strong>the SAP Sailing Analytics Data Mining Tool</strong>.</td>
220
+ </tr>
221
+ <tr>
222
+ <td><a href="sailinganalytics/copy-course-to-race.md">Copy course to race</a></td>
223
+ <td>This tutorial explains how to copy course to other race.</td>
224
+ </tr>
225
+ <tr>
226
+ <td><a href="sailinganalytics/dset-up-course.md">Course set up</a></td>
227
+ <td>This tutorial explains how to set up course in <strong>AdminConsole</strong>.</td>
228
+ </tr>
229
+ </tbody>
140 230
</table>
141 231
142 232
<hr>
wiki/howto/tutorials/sailinganalytics/adjust-mark-position.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows you how to adjust *the postion of a mark* with **SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488483711" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010892770-68eafb9d9777a29688f3fa3dd35f2c82574a8072d69f1ae144ef4a56d7835562-d?f=webp&region=us" alt="Adjust the position of a mark with the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488483711" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/AdjustingMarkPositionByCreatingNewFixCut.mp4" type="video/mp4">
1
+ Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/competitors-data-management.md
... ...
@@ -1,19 +1,5 @@
1 1
This tutorial shows how to *edit* scores/results in leaderboards and *change* competitor data in **the SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488484658" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010898993-1939bb3284504da7d6ce0c7ca44c68bac843370b6b01723d78ee672bf2568701-d?f=webp&region=us" alt="How to edit scores/results in leaderboards and change competitor data in the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488484658" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
- <br><br><br>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/editingcompetitors.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/configure-wind-settings.md
... ...
@@ -1,19 +1,5 @@
1 1
This tutorial shows how to configure **wind settings** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488860317" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1011532573-a72305c16fcb48b67ff30dd60ffb19612a7dc407c852424da37cd49cdc238351-d?f=webp&region=us" alt="Configuring wind settings" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em;">
8
- <a href="https://vimeo.com/488860317" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
-</div>
3
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/ConfiguringWindSettings.mp4" type="video/mp4">
4
+  Your browser does not support the video tag.
5
+</video>
wiki/howto/tutorials/sailinganalytics/copy-course-to-race.md
... ...
@@ -0,0 +1,5 @@
1
+This tutorial explains how to copy course to other race with **the SAP Sailing Race Manager Application** :
2
+
3
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/CopyingCourseToOtherRaces.mp4" type="video/mp4">
4
+  Your browser does not support the video tag.
5
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/course-areas.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows how to work with *course areas* in **SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488486330" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010908534-67799518b2812965dddb3595fdf0452eae2e61346ae69213748313856a6f3b96-d?f=webp&amp;region=us" alt="Working with course areas SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488486330" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/WorkingWithCourseAreas_Part1.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/create-regattas.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows how to create **more complex regattas** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/634988326" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1277334038-e9c29f5bf85d54076b7aacb78786efdc39b079d048a97f71a?f=webp&region=us" alt="Creating more complex regattas (with multiple series)" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/634988326" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
3
+<video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/CreateMoreComplexRegattas.mp4" type="video/mp4">
4
+  Your browser does not support the video tag.
5
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/data-mining-tool.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial gives an introduction to **the SAP Sailing Analytics Data Mining Tool** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/517202211" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1070935518-8b0ba12a0b853e140c36fd9dd89b1fe4929bdab5d4e464017628f508588e650d-d?f=webp&region=us" alt="An Introduction to the SAP Sailing Analytics Data Mining Tool" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/517202211" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/DataMiningIntroduction.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/default-creation-group.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows how to set a default *creation group* in user details with **the SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488485747" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010869111-2290caea7e6f6cac1a64b58af3423fc31700f24c2839a92c5e3dc7dd85c1e669-d?f=webp&region=us" alt="Setting a default creation group in user details with the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488485747" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/SettingDefaultCreationGroupInUserDetails.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/edit-results.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial explains how to *edit* results with **the SAP Sailing Race Manager Application** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488484797" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010874720-12e724c4940d378318204f96d75247de239f0728a9bd5beb5415aad70df1d2ca-d?f=webp&region=us" alt="Editing results with the SAP Sailing Race Manager app" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488484797" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/editingresultswiththeracemanagerapp.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/import-gpx-track.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows how to import a track from a *GPX file* :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/517202462" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1070949814-e607721644fc5d9ed274d3fb23342634b75aefe69ef34b387095b86c8b4008ad-d?f=webp&region=us" alt="Import a track from a GPX file" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/517202462" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/ImportGPXTrack.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/importing-results.md
... ...
@@ -1,18 +1,5 @@
1 1
The video explains how you can *import* results/scores from other regatta management systems for which **the SAP Sailing Analytics** have an integration in place, such as **YachtScoring** and **Manage2Sail**:
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/539278602" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1116473176-be00159b5f0aae985461bb734efb6adc52f27e5536d0b8f8960dde6192b6b66d-d?f=webp&amp;region=us" alt="Importing Results" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/539278602" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/VideoEditLeaderBoard.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/into-to-backend.md
... ...
@@ -1,18 +1,5 @@
1 1
The guide **General Introduction to SAP Sailing Analytics Backend** will give you a look around the SAP Sailing Analytics *Admin Console* :
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
4
- <a href="https://vimeo.com/488483856" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010905634-646b489c3740b5d1c6d1e83fe88fbe50cd43be60a2073d209520983a4c4ce9c2-d?f=webp&region=us" alt="General Introduction to SAP Sailing Analytics Backend" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488483856" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/ALookAroundAdminConsole.mp4" type="video/mp4">
1
+ Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/leaderboard-groups-explanation.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial explains how *Leaderboard Groups* work in **the SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/489321478" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1015856109-bb64efa3a2a4f304576789690646aaad0a7646c37c85c013ab43e016899e1aa1-d?f=webp&region=us" alt="Leaderboard groups explained in the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/489321478" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/Advanced+Topics/Leaderboard+Group+explained.mp4" type="video/mp4">
1
+ Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/make-group-public.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows how to make everything your group owns *readable* for everyone in **the SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488485239" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010886232-bf31fae06774e2abed01713779a86d50704dbf34ce2341c9bfe3751468c64d20-d?f=webp&amp;region=us" alt="Make everything your group owns readable for everyone in the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488485239" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/MakingEverythingYourGroupOwnsReadableForEveryone.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/publish-event.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows how to *publish an event* through a dedicated user group in **the SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488485433" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010883117-c1919ac1563d2d40fc5a6ff49f4ff66918ef1de005d0820a928d5478f0b98a64-d?f=webp&region=us" alt="Publish an event through a dedicated user group in the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488485433" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/PublishingEventThroughDedicatedUserGroup.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/race-fixes.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows how to *fix* races when a device is assigned to multiple competitors **accidentally** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/560018855" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1157667852-8e3dae0f1479eee9c82e71f93a5b0a2b09b6065a406b11027d3fbff828fd03f5-d?f=webp&region=us" alt="Fixing races when a device is assigned to multiple competitors accidentally" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/560018855" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/FixRaces.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/race-manager-connection.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows how to connect **the Race Manager Application** to an *event* :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/496362004" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1027112686-11119a6afa84a2196b43d0952cd504e43ab27ed67b256f138dac4481d9568cbf-d?f=webp&region=us" alt="How to connect the Race Manager App to an event" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/496362004" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/ConnectToEvent.mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/sailing-race-manager.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial explains how to work with **the SAP Sailing Race Manager Application** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488484868" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010878230-c2c61789493de4080b910dbb08521af8ff8f7036aa66c9b1eabe51690a68e5a0-d?f=webp&region=us" alt="How to work with the SAP Sailing Race Manager app" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488484868" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/howtogetgoingwiththeracemanagerapp.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/security-system.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode serves as an introduction to the *security system* of the **SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488484953" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010855456-9066a0a6e5a3c8d8fb4a5804e04ece6688246ac7d34932ca3e68d4e51a70fffd-d?f=webp&region=us" alt="Introduction to the security system of the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488484953" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/IntroductionSecuritySystem.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/set-mark-position.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows you how to set *the postion of a mark* with **SAP Sailing Analytics** in case the tracker failed or you were not able to attach a *tracker* to the mark :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/488486072" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010865518-60ba1a02a2fadb08c1f15bc00e8ad6fc5549c45abc521ca268ba291157e95480-d?f=webp&region=us" alt="Set the position of a mark with the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488486072" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/SettingFirstPositionForAMarkOnTheMapCut.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/set-matchrace-event.md
... ...
@@ -1,18 +1,5 @@
1 1
This episode shows you how to set up a *matchrace event* with **the SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/489321685" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1015853549-810174185dc750b52c9b061ff92f1579424fa5f89eeab0d12ef53ac6b4bc2cc5-d?f=webp&region=us" alt="Setting up a matchrace event with the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/489321685" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/Advanced+Topics/MatchraceSetup.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/set-up-course.md
... ...
@@ -0,0 +1,5 @@
1
+This tutorial explains how to set up course in *AdminConsole*:
2
+
3
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/SettingUpCourseInAdminConsole.mp4" type="video/mp4">
4
+  Your browser does not support the video tag.
5
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/set-up-regattas.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows how to set up *multiple regattas* or *classes events* with the **SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/489321331" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1015852481-18078496a5c92d5a7c894e3fa44678686e719e304baa3b0af31c976d1419e6d2-d?f=webp&amp;region=us" alt="Setting up multiple regattas or classes events with the SAP Sailing Analytics" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/489321331" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/Advanced+Topics/Setting+up+Events+with+multiple+Regattas+or+Classes.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/sign-up.md
... ...
@@ -1,20 +1,6 @@
1 1
This tutorial will show you how to sign up for a user account at the **SAP Sailing Analytics** :
2 2
3
-
4
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
5
- <a href="https://vimeo.com/488486248" target="_blank">
6
- <img src="https://i.vimeocdn.com/video/1010859699-4efcb1ff2d25befb03951c2ed835ca7e6dc07906902a6b80d832d1e8dcc6b74b-d?f=webp&region=us" alt="Signing up for a user account at the SAP Sailing Analytics" style="display: inline-block;">
7
- </a>
8
- <div style="line-height: normal; margin-top: -18em;margin-bottom: 16em ">
9
- <a href="https://vimeo.com/488486248" target="_blank" style="
10
- display: inline-block;
11
- vertical-align: middle;
12
- background-color: #007BFF;
13
- color: white;
14
- padding: 10px 20px;
15
- border-radius: 4px;
16
- text-decoration: none;
17
- font-weight: bold;
18
- ">Watch the Video</a>
19
- </div>
3
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/SigningUpForAUserAccount.mp4" type="video/mp4">
4
+  Your browser does not support the video tag.
5
+</video>
20 6
wiki/howto/tutorials/sailinganalytics/simple-event-creation.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows you how to create an event with the SAP Analytics *Administration Console* on [my.sapsailing.com](https://my.sapsailing.com/gwt/Home.html) :
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
4
- <a href="https://vimeo.com/488484401" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010901946-6ef9df5238d5f517e69b301fc9eddb2069c59f1a41218f17539bfc5372fa685b-d?f=webp&region=us" alt="create an event with the SAP Analytics Administration Console" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/488484401" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/CreatingYourFirstEvent.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/split-leaderboard.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows how to *split* a Leaderboard into divisions with the **SAP Sailing Analytics** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/555773483" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1148490178-0abd3500b3e9f273c259bf4e690dd3ff4fd59d24fc615c5f03db1659ee232a6a-d?f=webp&region=us" alt="Splitting a Leaderboard into divisions" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/555773483" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/SplitLeaderBoard.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/tracking-race-player.md
... ...
@@ -1,19 +1,5 @@
1 1
The video below gives an excellent overview of the main functionality of the SAP Race Player which is accessible on a per-race basis via the "Races/Tracking" Tab of a regatta.
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 18em;">
4
- <a href="https://player.vimeo.com/video/786236240?h=5837f0d8b3" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1580518450-d061bcba753035fe130227e4b1c3ac735440041fabb61c3a14e289b9cd102dd5-d?mw=640&q=85" alt="tracking race player" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -12em; margin-bottom: 16em">
8
- <a href="https://player.vimeo.com/video/786236240?h=5837f0d8b3" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
-</div>
3
+<video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/RaceBoardDemo.mp4" type="video/mp4">
4
+  Your browser does not support the video tag.
5
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailinganalytics/video-tracking-management.md
... ...
@@ -1,18 +1,5 @@
1 1
This tutorial shows how to add and align *Youtube videos* to the **tracking timeline** :
2 2
3
-<div style="text-align: center; line-height: 0;">
4
- <a href="https://vimeo.com/634989080" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1277334324-ee19c413fefcee3578a6b2e395e45cd678e31de2d3299670b?f=webp&region=us" alt="Adding and aligning Youtube videos to the tracking timeline" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em">
8
- <a href="https://vimeo.com/634989080" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/AddingYouTubeVideos.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailingracemanager/configure-wind-settings.md
... ...
@@ -1,19 +1,5 @@
1
-This episode shows you how to configure *wind settings* with **the SAP Sailing Race Manager App** :
1
+This tutorial shows how to configure **wind settings** :
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
4
- <a href="thttps://vimeo.com/488860317" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1011532573-a72305c16fcb48b67ff30dd60ffb19612a7dc407c852424da37cd49cdc238351-d?f=webp&region=us" alt="How to configure wind settings" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em; margin-bottom: 16em;">
8
- <a href="hhttps://vimeo.com/488860317" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
-</div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/ConfiguringWindSettings.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailingracemanager/connect-to-event.md
... ...
@@ -1,19 +1,5 @@
1 1
This episode shows you how to connect **the Race Manager App** to an *Event* :
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
4
- <a href="https://vimeo.com/496362004" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1027112686-11119a6afa84a2196b43d0952cd504e43ab27ed67b256f138dac4481d9568cbf-d?f=webp&region=us" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em;margin-bottom: 16em;">
8
- <a href="https://vimeo.com/496362004" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
-</div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/Advanced+Topics/Leaderboard+Group+explained.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailingracemanager/edit-results.md
... ...
@@ -1,19 +1,5 @@
1 1
This episode shows you how to edit results with **the SAP Sailing Race Manager App** :
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
4
- <a href="https://vimeo.com/488484797" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010874720-12e724c4940d378318204f96d75247de239f0728a9bd5beb5415aad70df1d2ca-d?f=webp&region=us" alt="Editing results with the SAP Sailing Race Manager App" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em;margin-bottom: 16em;">
8
- <a href="https://vimeo.com/488484797" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
-</div>
... ...
\ No newline at end of file
0
+ <video controls="true" width="640" src="https://sapsailing-documentation.s3-eu-west-1.amazonaws.com/adminconsole/editingresultswiththeracemanagerapp.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file
wiki/howto/tutorials/sailingracemanager/sailing-race-guide.md
... ...
@@ -1,19 +1,5 @@
1 1
This episode shows you how to work with **the SAP Sailing Race Manager App** :
2 2
3
-<div style="text-align: center; line-height: 0;margin-bottom: 14em;">
4
- <a href="https://vimeo.com/488484868" target="_blank">
5
- <img src="https://i.vimeocdn.com/video/1010878230-c2c61789493de4080b910dbb08521af8ff8f7036aa66c9b1eabe51690a68e5a0-d?f=webp&region=us" alt="How to work with the SAP Sailing Race Manager App" style="display: inline-block;">
6
- </a>
7
- <div style="line-height: normal; margin-top: -18em;margin-bottom: 16em;">
8
- <a href="https://vimeo.com/488484868" target="_blank" style="
9
- display: inline-block;
10
- vertical-align: middle;
11
- background-color: #007BFF;
12
- color: white;
13
- padding: 10px 20px;
14
- border-radius: 4px;
15
- text-decoration: none;
16
- font-weight: bold;
17
- ">Watch the Video</a>
18
- </div>
19
-</div>
... ...
\ No newline at end of file
0
+<video controls="true" width="640" src="https://sapsailing-documentation.s3.eu-west-1.amazonaws.com/adminconsole/WorkWithSailingManagerApp.mp4" type="video/mp4">
1
+  Your browser does not support the video tag.
2
+</video>
... ...
\ No newline at end of file