Skip to content

Commit 45c2711

Browse files
committed
docs: updated with new content
1 parent aa159d4 commit 45c2711

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/pages/Docs.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@ export function Docs() {
3636
</ul>
3737
</details>
3838
</li>
39+
<li className="pb-5">
40+
<details open={true}>
41+
<summary className="cursor-pointer">
42+
<span className="text-xl mt-5">Five Years of Open Source json-tool and 3,000 Active Users Later</span>
43+
</summary>
44+
<ul className="pt-1">
45+
<li>
46+
Five years ago, I started working on json-tool out of necessity. I needed a JSON formatting tool I
47+
could trust with sensitive data: one that wouldn’t send my information to third-party servers filled with
48+
ads and tracking scripts. What began as a personal weekend project has quietly grown into something used
49+
by 3,000 active users. This milestone made me pause and reflect on what this journey has taught me about
50+
building and maintaining open source software.
51+
<a href="https://marabesi.com/thoughts/five-years-json-tool-3000-active-users.html?utm_source=json-tool&utm_medium=direct&utm_campaign=jsontool&utm_id=json-tool-docs" target="_blank" rel="noreferrer">
52+
<div className="text-blue-500 hover:underline">Read more</div>
53+
</a></li>
54+
</ul>
55+
</details>
56+
</li>
3957
{/* <li>
4058
<details open={true}>
4159
<summary>

0 commit comments

Comments
 (0)