Skip to content

Commit

Permalink
Add introduction video to front page
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 23, 2024
1 parent 022d7ee commit 0741b70
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"qa": "npm run build && npm run lint && npm run remark"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "0.4.4",
"@astrojs/starlight": "0.15.3",
"sharp": "0.33.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ hero:
---

import { Card, CardGrid } from '@astrojs/starlight/components';
import { YouTube } from '@astro-community/astro-embed-youtube';
import Tweets from '../../components/Tweets.astro';
import Contributors from '../../components/Contributors.astro';

Expand All @@ -50,6 +51,13 @@ Are you using Knip at work? Please consider [sponsoring me][1]!
</Card>
</CardGrid>

## 🧡 Introduction Video

[James Shopland](https://www.jamesshopland.com) created this great introduction
and overview of Knip:

<YouTube id="uhEkgWt-pUM" />

## 🧡 Contributors

Special thanks to the wonderful people who have contributed to this project!
Expand Down

0 comments on commit 0741b70

Please sign in to comment.