Skip to content

Commit

Permalink
Update index html
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 28, 2024
1 parent bf9b691 commit ada28f1
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions webdocs/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<h1>r2papi</h1>
<h2>API documentations</h2>
<h1>API documentations</h1>
<h2>r2pipe</h2>
<ul>
<li><a href="https://pypi.org/project/r2pipe/">Python</a></li>
<li><a href="https://www.npmjs.com/package/r2pipe-ts">TypeScript</a></li>
</ul>
<h2>r2papi</h2>
<ul>
<li><a href="python/index.html">Python</a></li>
<li>TypeScript:<ul>
<li><a href="typescript/async/index.html">TypeScript Async</a></li>
<li><a href="typescript/sync/index.html">TypeScript Sync</a></li>
<li><a href="typescript/async/index.html">Async</a></li>
<li><a href="typescript/sync/index.html">Sync</a></li>
</ul></li>
</ul>
<h2>r2api</h2>
<ul>
<li><a href="https://www.radare.org/vdoc/libr/index.htm">Vala</a></li>
<li><a href="https://crates.io/crates/r2api">Rust</a></li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="https://www.radare.org/doc/frida/">Frida</a></li>
</ul>
</body>
</html>
</html>

0 comments on commit ada28f1

Please sign in to comment.