diff --git a/docs/ftldns/configfile.md b/docs/ftldns/configfile.md index 3ce0d68..57c4d13 100644 --- a/docs/ftldns/configfile.md +++ b/docs/ftldns/configfile.md @@ -323,7 +323,7 @@ Print information about ARP table processing: How long did parsing take, whether Controls if *FTL*DNS should print extended details about regex matching into `FTL.log`. -**[More details](../regex/overview.md)** +**[More details](../regex/index.md)** #### `DEBUG_API=false|true` {#debug_api data-toc-label='API'} diff --git a/docs/main/pihole-command.md b/docs/main/pihole-command.md index 7b7071b..1a0a31a 100644 --- a/docs/main/pihole-command.md +++ b/docs/main/pihole-command.md @@ -48,7 +48,7 @@ The core script of Pi-hole provides the ability to tie many DNS related function Administrators need to be able to manually add and remove domains for various purposes, and these commands serve that purpose. -See [Regex Blocking](../regex/overview.md) for more information about using Regex. +See [Regex Blocking](../regex/index.md) for more information about using Regex. **Basic Script Process**: diff --git a/docs/regex/overview.md b/docs/regex/index.md similarity index 100% rename from docs/regex/overview.md rename to docs/regex/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 578962d..ac9ca05 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -151,8 +151,8 @@ nav: - 'Group Management': - 'Group Management': group_management/index.md - 'Examples': group_management/example.md - - 'RegEx blocking': - - "Overview": regex/overview.md + - 'RegEx Blocking': + - "Regex Blocking": regex/index.md - "Testing": regex/testmode.md - "Tutorial": regex/tutorial.md - "Pi-hole extensions": regex/pi-hole.md @@ -262,8 +262,8 @@ plugins: 'guides/nginx-configuration.md': 'guides/webserver/nginx.md' 'guides/caddy-configuration.md': 'guides/webserver/caddy.md' 'guides/traefik-configuration-nodocker.md': 'guides/webserver/traefik-nodocker.md' - 'ftldns/regex/index.md': regex/overview.md - 'ftldns/regex/overview.md': regex/overview.md + 'ftldns/regex/index.md': regex/index.md + 'ftldns/regex/overview.md': regex/index.md 'ftldns/regex/tutorial.md': regex/tutorial.md 'database/gravity/example.md': group_management/example.md 'core/pihole-command.md': main/pihole-command.md @@ -272,3 +272,4 @@ plugins: 'database/gravity/recovery.md': database/domain-database/recovery.md 'database/gravity/groups.md': database/domain-database/groups.md 'group_management/groups.md': group_management/index.md + 'regex/overview.md': regex/index.md