capa/web/rules
Willi Ballenthin 729a1a85b7
cli: link to rule names to capa rules website (#2338)
* web: rules: redirect from various rule names to canonical rule URL

closes #2319

Update index.html

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>

* cli: link to rule names to capa rules website

* just: make `just lint` run all steps, not fail on first error

---------

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
2024-08-29 16:56:14 +02:00
..
public add landing page and rules website (#2310) 2024-08-22 09:42:40 +02:00
scripts cli: link to rule names to capa rules website (#2338) 2024-08-29 16:56:14 +02:00
.gitignore cli: link to rule names to capa rules website (#2338) 2024-08-29 16:56:14 +02:00
justfile add landing page and rules website (#2310) 2024-08-22 09:42:40 +02:00
README.md add landing page and rules website (#2310) 2024-08-22 09:42:40 +02:00
requirements.txt add landing page and rules website (#2310) 2024-08-22 09:42:40 +02:00

capa rules documentation website

requirements

building

just clean
just build

then just serve and visit http://127.0.0.1:8000/ or (upload ./public somewhere).