Skip to content

Commit

Permalink
docs: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 10, 2024
1 parent 50f0dd0 commit c0fbb02
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/pages/Docs.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
export function Docs() {
return (
<div className="p-10">
<h1 className="text-xl pb-10">JSON tool docs</h1>
<ul>
<li>
<h1 className="text-2xl pb-10">JSON tool docs</h1>
<ul className="pt-5">
<li className="pb-5">
<a href="https://marabesi.com/tools/json-tool-a-companion-for-formatting-json-strings.html?utm_source=json-tool&utm_medium=direct&utm_campaign=jsontool&utm_id=json-tool-docs" target="_blank" rel="noreferrer">
Why JSON tool?
</a>
</li>
<li>
<details>
<summary>
<span className="text-xl mt-5">The technology behind JSON tool</span>

</summary>

<ul className="pt-1">
<li>
<a href="https://marabesi.com/javascript/web-workers-to-the-rescue-how-to-work-with-json-strings-without-blocking-user-interactions.html?utm_source=json-tool&utm_medium=direct&utm_campaign=jsontool&utm_id=json-tool-docs" target="_blank" rel="noreferrer">Web workers</a></li>
</ul>
</details>
</li>
</ul>
</div>
);
Expand Down

0 comments on commit c0fbb02

Please sign in to comment.