diff --git a/docs/guides/misc/tor/overview.md b/docs/guides/misc/tor/index.md similarity index 100% rename from docs/guides/misc/tor/overview.md rename to docs/guides/misc/tor/index.md diff --git a/docs/guides/vpn/openvpn/deprecation_notice.md b/docs/guides/vpn/openvpn/deprecation_notice.md index 02b2d0737..758e49e5c 100644 --- a/docs/guides/vpn/openvpn/deprecation_notice.md +++ b/docs/guides/vpn/openvpn/deprecation_notice.md @@ -2,4 +2,4 @@ !!! warning "OpenVPN is no longer recommended" We do no longer recommending the use of OpenVPN for new deployments. Although OpenVPN has served us well in the past, we believe it's time to move towards more modern and efficient solutions. - We suggest that users now turn their attention to [WireGuard](../wireguard/overview.md), a forward-thinking VPN solution that offers better performance, faster speeds, and easier implementation. WireGuard has been designed with the latest technology in mind, providing simple yet powerful tools for securing your network communications. Pi-hole's step-by-step tutorial is designed to help you understand the ins and outs of WireGuard, regardless of your technical expertise. + We suggest that users now turn their attention to [WireGuard](../wireguard/index.md), a forward-thinking VPN solution that offers better performance, faster speeds, and easier implementation. WireGuard has been designed with the latest technology in mind, providing simple yet powerful tools for securing your network communications. Pi-hole's step-by-step tutorial is designed to help you understand the ins and outs of WireGuard, regardless of your technical expertise. diff --git a/docs/guides/vpn/openvpn/overview.md b/docs/guides/vpn/openvpn/index.md similarity index 100% rename from docs/guides/vpn/openvpn/overview.md rename to docs/guides/vpn/openvpn/index.md diff --git a/docs/guides/vpn/wireguard/overview.md b/docs/guides/vpn/wireguard/index.md similarity index 100% rename from docs/guides/vpn/wireguard/overview.md rename to docs/guides/vpn/wireguard/index.md diff --git a/mkdocs.yml b/mkdocs.yml index ac9ca0546..e2ed57fb9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -172,7 +172,7 @@ nav: - 'Upstream DNS Providers': guides/dns/upstream-dns-providers.md - 'VPN': - 'WireGuard': - - 'Overview': guides/vpn/wireguard/overview.md + - 'Wireguard': guides/vpn/wireguard/index.md - 'Concept': guides/vpn/wireguard/concept.md - 'Install server': guides/vpn/wireguard/server.md - 'Add client(s)': guides/vpn/wireguard/client.md @@ -181,7 +181,7 @@ nav: - 'Tunnel all Internet traffic': guides/vpn/wireguard/route-everything.md - 'Troubleshooting': guides/vpn/wireguard/faq.md - 'OpenVPN': - - 'Overview': guides/vpn/openvpn/overview.md + - 'OpenVPN': guides/vpn/openvpn/index.md - 'Installation': guides/vpn/openvpn/installation.md - 'Setup OpenVPN Server': guides/vpn/openvpn/setup-openvpn-server.md - 'Firewall Configuration': guides/vpn/openvpn/firewall.md @@ -196,7 +196,7 @@ nav: - 'Misc': - 'Benchmarking': guides/misc/benchmark.md - 'Tor & Pi-hole': - - 'Overview': guides/misc/tor/overview.md + - 'Tor & Pi-hole': guides/misc/tor/index.md - 'Basic Setup': guides/misc/tor/setup.md - 'Using Tor': guides/misc/tor/using-tor.md - 'Performance and other issues': guides/misc/tor/performance-issues.md @@ -241,7 +241,7 @@ plugins: 'guides/unbound.md': guides/dns/unbound.md 'guides/upstream-dns-providers.md': guides/dns/upstream-dns-providers.md 'guides/dns-over-https.md': guides/dns/cloudflared.md - 'guides/vpn/overview.md': guides/vpn/openvpn/overview.md + 'guides/vpn/overview.md': guides/vpn/openvpn/index.md 'guides/vpn/installation.md': guides/vpn/openvpn/installation.md 'guides/vpn/setup-openvpn-server.md': guides/vpn/openvpn/setup-openvpn-server.md 'guides/vpn/firewall.md': guides/vpn/openvpn/firewall.md @@ -253,7 +253,7 @@ plugins: 'guides/vpn/dynDNS.md': guides/vpn/openvpn/dynDNS.md 'guides/vpn/troubleshooting.md': guides/vpn/openvpn/troubleshooting.md 'guides/benchmark.md': guides/misc/benchmark.md - 'guides/tor/overview.md': guides/misc/tor/overview.md + 'guides/tor/overview.md': guides/misc/tor/index.md 'guides/tor/setup.md': guides/misc/tor/setup.md 'guides/tor/using-tor.md': guides/misc/tor/using-tor.md 'guides/tor/performance-issues.md': guides/misc/tor/performance-issues.md @@ -273,3 +273,6 @@ plugins: 'database/gravity/groups.md': database/domain-database/groups.md 'group_management/groups.md': group_management/index.md 'regex/overview.md': regex/index.md + 'guides/vpn/wireguard/overview.md': guides/vpn/wireguard/index.md + 'guides/vpn/openvpn/overview.md': guides/vpn/openvpn/index.md + 'guides/misc/tor/overview.md': guides/misc/tor/index.md