Skip to content

Commit

Permalink
Auto Generate Syntax Docs + JSONSchema [Thu Sep 19 13:34:08 UTC 2024]…
Browse files Browse the repository at this point in the history
… :robot:
  • Loading branch information
ghost committed Sep 19, 2024
1 parent 6347efa commit 1610d96
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SYNTAX-REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3664,8 +3664,18 @@ Enum Values:

- <code>files</code>

- <code>waitdom</code>

- <code>waitfcp</code>

- <code>waitfmp</code>

- <code>waitidle</code>

- <code>waitload</code>

- <code>waitstable</code>

- <code>getresource</code>

- <code>extract</code>
Expand Down
5 changes: 5 additions & 0 deletions nuclei-jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,12 @@
"time",
"select",
"files",
"waitdom",
"waitfcp",
"waitfmp",
"waitidle",
"waitload",
"waitstable",
"getresource",
"extract",
"setmethod",
Expand Down
5 changes: 5 additions & 0 deletions pkg/templates/templates_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,12 @@ func init() {
"time",
"select",
"files",
"waitdom",
"waitfcp",
"waitfmp",
"waitidle",
"waitload",
"waitstable",
"getresource",
"extract",
"setmethod",
Expand Down

0 comments on commit 1610d96

Please sign in to comment.