From 073d6e5088a5769ade33e6eb6f94a7df637decf8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 14 Dec 2024 20:35:44 -0800 Subject: [PATCH] Generate docs for nmap Add it to the makefile Signed-off-by: Tim Smith --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 278dd1b3c..5837e66af 100644 --- a/Makefile +++ b/Makefile @@ -639,6 +639,12 @@ lr/docs/markdown: providers/lr --description "The Cloudflare resource pack lets you use MQL to query and assess the security of your Cloudflare configuration." \ --docs-file providers/cloudflare/resources/cloudflare.lr.manifest.yaml \ --output ../docs/docs/mql/resources/cloudflare-pack + ./lr markdown providers/nmap/resources/nmap.lr \ + --pack-name "Nmap" \ + --description "The Nmap resource pack lets you use MQL to query and assess the network devices with Nmap." \ + --docs-file providers/nmap/resources/nmap.lr.manifest.yaml \ + --output ../docs/docs/mql/resources/nmap-pack + lr/docs/stats: @echo "Please remember to re-run before using this:"