We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa6a9e commit aa7c8ffCopy full SHA for aa7c8ff
apps/docs/.vitepress/config.ts
@@ -62,7 +62,9 @@ export default defineConfig({
62
items: [
63
{ text: 'Configuration', link: '/reference/configuration' },
64
{ text: 'Troubleshooting', link: '/reference/troubleshooting' },
65
- { text: 'FAQ', link: '/reference/faq' }
+ { text: 'FAQ', link: '/reference/faq' },
66
+ { text: 'Whitelist Generator', link: 'https://whitelist.nginxwaf.me' },
67
+ { text: 'IP address lookup', link: 'https://ip.nginxwaf.me/' }
68
]
69
}
70
],
0 commit comments