RegEx Blocking section. Title Case and redirects

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2024-09-25 18:47:51 +00:00
committed by Adam Warner
parent 120eff1000
commit 6023ad3eb1
4 changed files with 7 additions and 6 deletions

View File

@@ -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'}

View File

@@ -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**:

View File

@@ -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