Skip to content

Commit 5d32cfb

Browse files
committedNov 6, 2024·
Add plugins card to homepage
1 parent ac3344a commit 5d32cfb

File tree

1 file changed

+35
-26
lines changed

1 file changed

+35
-26
lines changed
 

‎packages/docs/src/content/docs/index.mdx

+35-26
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,23 @@ Enjoying Knip? [Support it!][2]
6565

6666
</Card>
6767

68+
<Card title="Plugins" icon="open-book">
69+
70+
Knip comes with [over 80 plugins][3] for tools and frameworks like Astro,
71+
Cypress, ESLint, Jest, GitHub Actions, Next.js, Nx, Remix, Storybook,
72+
Svelte, Vite, Vitest, Webpack and many many more.
73+
74+
</Card>
75+
6876
<Card title="Playground" icon="rocket">
6977

70-
Try Knip on the [playground][3].
78+
Try Knip on the [playground][4].
7179

7280
</Card>
7381

7482
<Card title="Troubleshooting" icon="warning">
7583

76-
Need help? [Start troubleshooting][4].
84+
Need help? [Start troubleshooting][5].
7785

7886
</Card>
7987

@@ -94,7 +102,7 @@ Enjoying Knip? [Support it!][2]
94102

95103
## 🧡 Introduction video
96104

97-
[James Shopland][5] has a great introduction and overview of Knip (thanks
105+
[James Shopland][6] has a great introduction and overview of Knip (thanks
98106
James!):
99107

100108
<YouTube id="uhEkgWt-pUM" />
@@ -117,47 +125,48 @@ Special thanks to the wonderful people who have contributed to this project:
117125

118126
Most recent article first:
119127

120-
- Tom MacWright: [Knip: good software for cleaning up TypeScript tech debt][6]
128+
- Tom MacWright: [Knip: good software for cleaning up TypeScript tech debt][7]
121129
(2024-10-25)
122-
- [มาทำความสะอาด Project โค้ดของเราด้วย Knip กัน][7] (2024-10-22/Thai)
123-
- Anthony Pena: [Knip: l'ultime outil pour faire le ménage dans vos projets!][8]
130+
- [มาทำความสะอาด Project โค้ดของเราด้วย Knip กัน][8] (2024-10-22/Thai)
131+
- Anthony Pena: [Knip: l'ultime outil pour faire le ménage dans vos projets!][9]
124132
(2024-10-08/French)
125-
- Taro: [TypeScript/JavaScriptの不要なコードを削除するツール「Knip」の紹介][9]
133+
- Taro: [TypeScript/JavaScriptの不要なコードを削除するツール「Knip」の紹介][10]
126134
(2024-07-25/Japanese)
127-
- Maddy Miller: [Using Knip to find dead code in a high-traffic git repo][10]
135+
- Maddy Miller: [Using Knip to find dead code in a high-traffic git repo][11]
128136
(2023-09-17)
129-
- Josh Goldberg: [Speeding Up Centered Part 4: Unused Code Bloat][11]
137+
- Josh Goldberg: [Speeding Up Centered Part 4: Unused Code Bloat][12]
130138
(2023-08-21)
131139
- Smashing Magazine: [Knip: An Automated Tool For Finding Unused Files, Exports,
132-
And Dependencies][12] (2023-08-14)
140+
And Dependencies][13] (2023-08-14)
133141
- Effective TypeScript: [Recommendation Update: ✂️ Use knip to detect dead code
134-
and types][13] (2023-07-29)
142+
and types][14] (2023-07-29)
135143

136144
## 🧡 Testimonials
137145

138146
<Posts />
139147

140148
## Read More
141149

142-
- [Unused dependencies][14]
143-
- [Unused exports][15]
150+
- [Unused dependencies][15]
151+
- [Unused exports][16]
144152

145153
[1]: ./explanations/why-use-knip.md
146154
[2]: ./sponsors
147-
[3]: ./playground
148-
[4]: ./guides/troubleshooting.md
149-
[5]: https://www.jamesshopland.com
150-
[6]: https://macwright.com/2024/10/25/good-software-knip
151-
[7]:
152-
https://engineering.thinknet.co.th/%E0%B8%A1%E0%B8%B2%E0%B8%97%E0%B8%B3%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%AA%E0%B8%B0%E0%B8%AD%E0%B8%B2%E0%B8%94-project-%E0%B9%82%E0%B8%84%E0%B9%89%E0%B8%94%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%A3%E0%B8%B2%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-knip-%E0%B8%81%E0%B8%B1%E0%B8%99-20dbd65f6b58
155+
[3]: ./reference/plugins.md
156+
[4]: ./playground
157+
[5]: ./guides/troubleshooting.md
158+
[6]: https://www.jamesshopland.com
159+
[7]: https://macwright.com/2024/10/25/good-software-knip
153160
[8]:
161+
https://engineering.thinknet.co.th/%E0%B8%A1%E0%B8%B2%E0%B8%97%E0%B8%B3%E0%B8%84%E0%B8%A7%E0%B8%B2%E0%B8%A1%E0%B8%AA%E0%B8%B0%E0%B8%AD%E0%B8%B2%E0%B8%94-project-%E0%B9%82%E0%B8%84%E0%B9%89%E0%B8%94%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%A3%E0%B8%B2%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-knip-%E0%B8%81%E0%B8%B1%E0%B8%99-20dbd65f6b58
162+
[9]:
154163
https://k49.fr.nf/knip-l-ultime-outil-pour-faire-le-menage-dans-vos-projets/
155-
[9]: https://tech.basemachina.jp/entry/introduction-knip
156-
[10]: https://madelinemiller.dev/blog/knip-dead-code/
157-
[11]:
158-
https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
164+
[10]: https://tech.basemachina.jp/entry/introduction-knip
165+
[11]: https://madelinemiller.dev/blog/knip-dead-code/
159166
[12]:
167+
https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
168+
[13]:
160169
https://www.smashingmagazine.com/2023/08/knip-automated-tool-find-unused-files-exports-dependencies/
161-
[13]: https://effectivetypescript.com/2023/07/29/knip/
162-
[14]: ./typescript/unused-dependencies.md
163-
[15]: ./typescript/unused-exports.md
170+
[14]: https://effectivetypescript.com/2023/07/29/knip/
171+
[15]: ./typescript/unused-dependencies.md
172+
[16]: ./typescript/unused-exports.md

0 commit comments

Comments
 (0)