File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -340,8 +340,13 @@ Trio requires Bluetooth to function as a (hybrid) closed-loop system. If you do
340
340
<p style =" text-align : center ; font-size : 32px ;" >Congratulations!</p >
341
341
<p style =" text-align : center ; font-size : 24px ;" >But, you're not done yet!</p >
342
342
343
- ![ Home Screen Mockup] ( img/trio-phone-mockup.mp4 ) { width="500px" }
344
- { align=center }
343
+ <div class =" video-center " label =" Home Screen Mockup " >
344
+ <video controls preload =" metadata " width =" 500 " height =" 500 " >
345
+ <source src="/configuration/img/trio-phone-mockup.mp4" type="video/mp4">
346
+ Your browser doesn’t support the HTML5 video tag.
347
+ <p>The video cannot be displayed. You can <a href="https://triodocs.org/usage/img/trio-phone-mockup.mp4">download it here</a>.</p>
348
+ </video >
349
+ <</div >
345
350
346
351
** Steps 7 & 8 are not in the Onboarding Wizard**
347
352
These cannot be completed until you've finished onboarding, but _ must_ be completed before you can start using Trio.
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ plugins:
103
103
excluded_files :
104
104
- back.html.j2
105
105
- background.png
106
+ - bolus-entry-dynamic-graph.mp4
106
107
- CNAME
107
108
- .DS_Store
108
109
- extra.css
@@ -115,6 +116,7 @@ plugins:
115
116
- primary_color.css
116
117
- trio-docs.pdf
117
118
- trio-intro.mp4
119
+ - trio-phone-mockup.mp4
118
120
- search
119
121
120
122
extra_css :
@@ -176,6 +178,10 @@ markdown_extensions:
176
178
- includes/glossary.txt
177
179
- pymdownx.tabbed :
178
180
alternate_style : true
181
+ combine_header_slug : true
182
+ slugify : !!python/object/apply:pymdownx.slugs.slugify
183
+ kwds :
184
+ case : lower
179
185
- tables
180
186
- toc :
181
187
permalink : true
You can’t perform that action at this time.
0 commit comments