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 aa7c8ff commit 97b864fCopy full SHA for 97b864f
apps/docs/.vitepress/config.ts
@@ -63,8 +63,10 @@ export default defineConfig({
63
{ text: 'Configuration', link: '/reference/configuration' },
64
{ text: 'Troubleshooting', link: '/reference/troubleshooting' },
65
{ text: 'FAQ', link: '/reference/faq' },
66
- { text: 'Whitelist Generator', link: 'https://whitelist.nginxwaf.me' },
67
- { text: 'IP address lookup', link: 'https://ip.nginxwaf.me/' }
+ { text: 'Modsecurity Whitelist Generator', link: 'https://whitelist.nginxwaf.me' },
+ { text: 'IP address lookup', link: 'https://ip.nginxwaf.me/' },
68
+ { text: 'Feature Voting', link: 'https://idea.nginxwaf.me' }
69
+
70
]
71
}
72
],
0 commit comments