Skip to content

Commit 19aa7ba

Browse files
committed
Add Knip article
1 parent eefd4cf commit 19aa7ba

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

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

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -109,33 +109,35 @@ Special thanks to the wonderful people who have contributed to this project:
109109

110110
A curated selection of articles about Knip, most recent first:
111111

112-
- dip Engineer Blog: [Knipで安心してデッドコードを撲滅する][11]
112+
- Mohammed Farmaan: [Declutter Your JavaScript and TypeScript Projects][11]
113+
(2025-08-13)
114+
- dip Engineer Blog: [Knipで安心してデッドコードを撲滅する][12]
113115
(2025-04-04/Japanese 🇯🇵)
114-
- Tom MacWright: [Knip: good software for cleaning up TypeScript tech debt][12]
116+
- Tom MacWright: [Knip: good software for cleaning up TypeScript tech debt][13]
115117
(2024-10-25)
116-
- Neng Apichet: [มาทำความสะอาด Project โค้ดของเราด้วย Knip กัน][13]
118+
- Neng Apichet: [มาทำความสะอาด Project โค้ดของเราด้วย Knip กัน][14]
117119
(2024-10-22/Thai 🇹🇭)
118120
- Anthony Pena: [Knip: l'ultime outil pour faire le ménage dans vos
119-
projets!][14] (2024-10-08/French 🇫🇷)
120-
- Taro: [TypeScript/JavaScriptの不要なコードを削除するツール「Knip」の紹介][15]
121+
projets!][15] (2024-10-08/French 🇫🇷)
122+
- Taro: [TypeScript/JavaScriptの不要なコードを削除するツール「Knip」の紹介][16]
121123
(2024-07-25/Japanese 🇯🇵)
122-
- Maddy Miller: [Using Knip to find dead code in a high-traffic git repo][16]
124+
- Maddy Miller: [Using Knip to find dead code in a high-traffic git repo][17]
123125
(2023-09-17)
124-
- Josh Goldberg: [Speeding Up Centered Part 4: Unused Code Bloat][17]
126+
- Josh Goldberg: [Speeding Up Centered Part 4: Unused Code Bloat][18]
125127
(2023-08-21)
126128
- Smashing Magazine: [Knip: An Automated Tool For Finding Unused Files, Exports,
127-
And Dependencies][18] (2023-08-14)
129+
And Dependencies][19] (2023-08-14)
128130
- Effective TypeScript: [Recommendation Update: ✂️ Use knip to detect dead code
129-
and types][19] (2023-07-29)
131+
and types][20] (2023-07-29)
130132

131133
## Don't just take our word for it
132134

133135
<Posts />
134136

135137
## Read More
136138

137-
- [Unused dependencies][20]
138-
- [Unused exports][21]
139+
- [Unused dependencies][21]
140+
- [Unused exports][22]
139141

140142
[1]: https://www.npmjs.com/package/knip
141143
[2]: https://img.shields.io/npm/v/knip?color=f56e0f
@@ -147,19 +149,20 @@ A curated selection of articles about Knip, most recent first:
147149
[8]: ./playground
148150
[9]: ./guides/troubleshooting.md
149151
[10]: https://www.jamesshopland.com
150-
[11]:
152+
[11]: https://farmaan.dev/writing/using-knip
153+
[12]:
151154
https://developer.dip-net.co.jp/entry/2025/04/04/Knipで安心してデッドコードを撲滅する
152-
[12]: https://macwright.com/2024/10/25/good-software-knip
153-
[13]:
154-
https://engineering.thinknet.co.th/มาทำความสะอาด-project-โค้ดของเราด้วย-knip-กัน-20dbd65f6b58
155+
[13]: https://macwright.com/2024/10/25/good-software-knip
155156
[14]:
157+
https://engineering.thinknet.co.th/มาทำความสะอาด-project-โค้ดของเราด้วย-knip-กัน-20dbd65f6b58
158+
[15]:
156159
https://k49.fr.nf/knip-l-ultime-outil-pour-faire-le-menage-dans-vos-projets/
157-
[15]: https://tech.basemachina.jp/entry/introduction-knip
158-
[16]: https://madelinemiller.dev/blog/knip-dead-code/
159-
[17]:
160-
https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
160+
[16]: https://tech.basemachina.jp/entry/introduction-knip
161+
[17]: https://madelinemiller.dev/blog/knip-dead-code/
161162
[18]:
163+
https://www.joshuakgoldberg.com/blog/speeding-up-centered-part-4-unused-code-bloat/
164+
[19]:
162165
https://www.smashingmagazine.com/2023/08/knip-automated-tool-find-unused-files-exports-dependencies/
163-
[19]: https://effectivetypescript.com/2023/07/29/knip/
164-
[20]: ./typescript/unused-dependencies.md
165-
[21]: ./typescript/unused-exports.md
166+
[20]: https://effectivetypescript.com/2023/07/29/knip/
167+
[21]: ./typescript/unused-dependencies.md
168+
[22]: ./typescript/unused-exports.md

0 commit comments

Comments
 (0)