diff --git a/docs/core/pihole-command.md b/docs/core/pihole-command.md index 1ed84d0..2da8a8c 100644 --- a/docs/core/pihole-command.md +++ b/docs/core/pihole-command.md @@ -1,3 +1,5 @@ +title: The pihole command - Pi-hole documentation + Pi-hole makes use of many commands, and here we will break down those required to administer the program via the Command Line Interface. | Index | Invocation | diff --git a/mkdocs.yml b/mkdocs.yml index 72ce029..9538902 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,7 +45,7 @@ pages: - 'Post-Install': 'main/post-install.md' - 'Updating': 'main/update.md' - 'Pi-hole Core': - - '`pihole` command': 'main/pihole-command.md' + - 'The pihole command': 'core/pihole-command.md' - 'FTLDNS': - 'Overview': "ftldns/index.md" - 'Configuration': "ftldns/configfile.md"