From 41a9cba74ec5e2044b2322ddb840c6e860abcfbe Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Wed, 10 Oct 2018 21:52:39 -0400 Subject: [PATCH] Fix file path and title for the pihole command Signed-off-by: Mcat12 --- docs/core/pihole-command.md | 2 ++ mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"