Skip to content

Commit

Permalink
RegEx Blocking section. Title Case and redirects
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Sep 25, 2024
1 parent 15b23a8 commit e415b25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/ftldns/configfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'}

Expand Down
2 changes: 1 addition & 1 deletion docs/main/pihole-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down
File renamed without changes.
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit e415b25

Please sign in to comment.