diff --git a/docs/core/chronometer-thumb.jpg b/docs/core/chronometer-thumb.jpg deleted file mode 100644 index 95171f7..0000000 Binary files a/docs/core/chronometer-thumb.jpg and /dev/null differ diff --git a/docs/core/chronometer-thumb@2x.jpg b/docs/core/chronometer-thumb@2x.jpg deleted file mode 100644 index 7a17ce9..0000000 Binary files a/docs/core/chronometer-thumb@2x.jpg and /dev/null differ diff --git a/docs/core/chronometer.jpg b/docs/core/chronometer.jpg deleted file mode 100644 index 45bca26..0000000 Binary files a/docs/core/chronometer.jpg and /dev/null differ diff --git a/docs/core/pihole-command.md b/docs/main/pihole-command.md similarity index 99% rename from docs/core/pihole-command.md rename to docs/main/pihole-command.md index 4aae9e5..e25f77b 100644 --- a/docs/core/pihole-command.md +++ b/docs/main/pihole-command.md @@ -1,7 +1,3 @@ ---- -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 fcb5d1b..523fc0b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -120,8 +120,7 @@ nav: - 'Post-Install': main/post-install.md - 'Updating': main/update.md - 'Uninstalling': main/uninstall.md - - 'Pi-hole Core': - - 'The  pihole  command': core/pihole-command.md + - 'The  pihole  Command': main/pihole-command.md - 'Databases': - 'Overview': database/index.md - 'Query database': database/ftl.md @@ -267,3 +266,4 @@ plugins: 'ftldns/regex/overview.md': regex/overview.md 'ftldns/regex/tutorial.md': regex/tutorial.md 'database/gravity/example.md': group_management/example.md + 'core/pihole-command.md': main/pihole-command.md