Skip to content

Commit d220f5b

Browse files
committed
πŸ”§ Add YouTube links
1 parent a8d617f commit d220f5b

6 files changed

Lines changed: 13 additions & 2 deletions

File tree

β€Žsrc/content/docs/index.mdxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ import achievements from '../../assets/achievement-screen.png';
240240
Among other things, the latest version of Kando brings keyboard-based item selection and a powerful IPC interface for third-party tools and plugins!
241241
</p>
242242
<YouTube id="I5SCWVLgv3E" />
243+
<center>
244+
<sup>If the video does not work, you can watch it on <a href="https://www.youtube.com/watch?v=I5SCWVLgv3E" target="_blank">YouTube</a>.</sup>
245+
</center>
243246
</SwiperSlide>
244247
<SwiperSlide>
245248
<h2><Icon name="solar:emoji-funny-circle-bold" class="inline-icon" /> Kando is <span class="sakura-font">fun</span>.</h2>

β€Žsrc/content/docs/installation-on-linux.mdxβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ next:
1414

1515
import { Steps, Aside, Tabs, TabItem } from '@astrojs/starlight/components';
1616
import { Icon } from 'astro-icon/components';
17-
import { YouTube } from '@astro-community/astro-embed-youtube';
1817
import CustomAside from '../../components/CustomAside.astro';
1918
import Intro from '../../components/Intro.astro';
2019

β€Žsrc/content/docs/installation-on-macos.mdxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ import { YouTube } from '@astro-community/astro-embed-youtube';
1818
import Intro from '../../components/Intro.astro';
1919

2020
<YouTube id="q1H64iPYnAE" />
21+
<center>
22+
<sup>If the video does not work, you can watch it on <a href="https://www.youtube.com/watch?v=q1H64iPYnAE" target="_blank">YouTube</a>.</sup>
23+
</center>
2124

2225
<Intro>
2326
On macOS, you can either install Kando from your package manager, via an installer or by downloading a ZIP archive.

β€Žsrc/content/docs/installation-on-windows.mdxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ import {Image} from 'astro:assets';
2121
import errorDialog from '../../assets/img/windows-error.png';
2222

2323
<YouTube id="T4iC99HM5bo" />
24+
<center>
25+
<sup>If the video does not work, you can watch it on <a href="https://www.youtube.com/watch?v=T4iC99HM5bo" target="_blank">YouTube</a>.</sup>
26+
</center>
2427

2528
<Intro>
2629
On Windows, you can either install Kando via `winget`, via an installer, or by downloading a ZIP archive.

β€Žsrc/content/docs/intro.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can watch the video below to get an idea on how Kando works.
4444

4545
<YouTube id="vOE7EAlPUwE" />
4646
<center>
47-
<sup>Beware, there's some cringy music inside πŸ˜…</sup>
47+
<sup>If the video does not work, you can watch it on <a href="https://www.youtube.com/watch?v=vOE7EAlPUwE" target="_blank">YouTube</a>.<br />And beware, there's some cringy music inside πŸ˜…</sup>
4848
</center>
4949

5050
## How does Kando compare to similar tools?

β€Žsrc/content/docs/usage.mdxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ In this case, you can use the tray icon to open the settings and change the shor
2828
</Intro>
2929

3030
<YouTube id="elHUCarOiXQ" />
31+
<center>
32+
<sup>If the video does not work, you can watch it on <a href="https://www.youtube.com/watch?v=elHUCarOiXQ" target="_blank">YouTube</a>.</sup>
33+
</center>
3134

3235
<Aside type="tip">
3336
Per default, Kando menus can only be opened with a ⌨️ keyboard shortcut. If you want to open them with πŸ–±οΈ mouse buttons or πŸ‘† touch gestures, you can use third-party tools to do so. You can find more information about this in [**Alternative Ways to Open Menus**](/opening-menus).

0 commit comments

Comments
Β (0)