Skip to content

Commit

Permalink
Generate docs for nmap
Browse files Browse the repository at this point in the history
Add it to the makefile

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 committed Dec 15, 2024
1 parent ebc4e69 commit 073d6e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 073d6e5

Please sign in to comment.