Skip to content

Commit 31bb2d7

Browse files
committed
Merge branch 'dev' into update_remote-control
2 parents 0ff1ca2 + a4d5da5 commit 31bb2d7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/configuration/new-user-setup.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,13 @@ Trio requires Bluetooth to function as a (hybrid) closed-loop system. If you do
340340
<p style="text-align: center; font-size: 32px;">Congratulations!</p>
341341
<p style="text-align: center; font-size: 24px;">But, you're not done yet!</p>
342342

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>
345350

346351
**Steps 7 & 8 are not in the Onboarding Wizard**
347352
These cannot be completed until you've finished onboarding, but _must_ be completed before you can start using Trio.

mkdocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ plugins:
103103
excluded_files:
104104
- back.html.j2
105105
- background.png
106+
- bolus-entry-dynamic-graph.mp4
106107
- CNAME
107108
- .DS_Store
108109
- extra.css
@@ -115,6 +116,7 @@ plugins:
115116
- primary_color.css
116117
- trio-docs.pdf
117118
- trio-intro.mp4
119+
- trio-phone-mockup.mp4
118120
- search
119121

120122
extra_css:
@@ -176,6 +178,10 @@ markdown_extensions:
176178
- includes/glossary.txt
177179
- pymdownx.tabbed:
178180
alternate_style: true
181+
combine_header_slug: true
182+
slugify: !!python/object/apply:pymdownx.slugs.slugify
183+
kwds:
184+
case: lower
179185
- tables
180186
- toc:
181187
permalink: true

0 commit comments

Comments
 (0)