{ "$schema":"https://mintlify.com/schema.json", "name":"Nuclei Documentation", "logo":{ "dark":"/logo/dark.png", "light":"/logo/light.png" }, "favicon":"/favicon.png", "colors":{ "primary":"#3B2FC9", "light":"#6673FF", "dark":"#3B2FC9" }, "backgroundImage":"/images/background.png", "topbarCtaButton":{ "type":"github", "url":"https://github.com/projectdiscovery/nuclei" }, "topAnchor":{ "name":"Getting Started", "icon":"circle-play" }, "primaryTab":{ "name":"Getting Started" }, "tabs":[ { "name":"Template Guide", "url":"template-guide" }, { "name":"Template Example", "url":"template-example" }, { "name":"Template Editor", "url":"editor" }, { "name":"FAQ", "url":"faq" } ], "navigation":[ { "group":"Getting Started", "pages":[ "getting-started/overview", "getting-started/features", "getting-started/install", "getting-started/running" ] }, { "group":"Template Guide", "pages":[ "template-guide/introduction", "template-guide/template-details", { "group":"HTTP", "pages":[ "template-guide/http/base-http", "template-guide/http/raw-http", "template-guide/http/http-payloads", "template-guide/http/http-fuzzing", "template-guide/http/unsafe-http", "template-guide/http/advance-http" ] }, "template-guide/headless", "template-guide/network", "template-guide/dns", "template-guide/file", { "group":"Operators", "pages":[ "template-guide/operators/matchers", "template-guide/operators/extractors" ] }, "template-guide/oob-testing", "template-guide/helper-functions", "template-guide/variables", "template-guide/preprocessors", "template-guide/workflows" ] }, { "group":"Template Example", "pages":[ { "group":"HTTP", "pages":[ "template-example/http/base-http", "template-example/http/raw-http", "template-example/http/http-fuzzing", "template-example/http/http-smuggling", "template-example/http/http-payloads", "template-example/http/http-race-conditions" ] }, "template-example/dns", "template-example/file", "template-example/headless", "template-example/network", "template-example/workflow", "template-example/helper-functions" ] }, { "group":"Editor", "pages":[ "editor/introduction", "editor/ai", "editor/share", "editor/shortcut", { "group":"REST API", "pages":[ "editor/api/scan", "editor/api/generate" ] } ] }, { "group":"FAQ", "pages":[ "faq/nuclei", "faq/templates", "faq/editor" ] } ], "footerSocials":{ "twitter":"https://twitter.com/pdnuclei", "github":"https://github.com/projectdiscovery/nuclei", "discord":"https://discord.com/invite/projectdiscovery" }, "feedback":{ "thumbsRating":true, "suggestEdit":true }, "api":{ "auth":{ "method":"key", "name":"X-API-KEY" } } }