Skip to content

Commit

Permalink
docs: add additional links to front page
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 8, 2024
1 parent 5f8d3d5 commit 8029db2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions site/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,18 @@
<div class="col-lg-5 text-start">
<h2 class="h4">Like YARA, but better</h2>
YARA-X is a re-incarnation of <a href="https://virustotal.github.io/yara">YARA</a>, with a
focus on user-friendliness, performance and safety.
focus on user-friendliness, performance and safety. <a href="docs/intro/yara-x-vs-yara/">Why
it's better?</a>
</div>
<div class="col-lg-5 text-start">
<h2 class="h4">99% rule compatible</h2>
Most of your YARA rules will work with YARA-X without any changes. If not, it should be
for the better.
for the better. Learn <a href="docs/writing_rules/differences-with-yara">more</a>.
</div>
<div class="col-lg-5 text-start">
<h2 class="h4">Easy integration</h2>
YARA-X is written in Rust, but we provide APIs for C/C++, Python and Golang.
YARA-X is written in Rust, but we provide APIs for <a href="docs/api/c/c-/">C/C++</a>,
<a href="docs/api/python">Python</a> and <a href="docs/api/go">Go</a>.
</div>
</div>
</div>
Expand Down

0 comments on commit 8029db2

Please sign in to comment.