From 6f01a1455b37da7fd1d94489ba7eeadb40447b85 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 3 May 2021 20:20:31 +0200 Subject: [PATCH 1/2] Add uninstallation info Signed-off-by: yubiuser --- docs/main/uninstall.md | 8 ++++++++ mkdocs.yml | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/main/uninstall.md diff --git a/docs/main/uninstall.md b/docs/main/uninstall.md new file mode 100644 index 0000000..0c1f42b --- /dev/null +++ b/docs/main/uninstall.md @@ -0,0 +1,8 @@ +Uninstallation is as simple as running the following command: + +`pihole uninstall` + +!!! warning + If your are unsure whether a packag should be removed during uninstallation, we recommend leaving it installed, as usually required system packages are among them! + +{!abbreviations.md!} diff --git a/mkdocs.yml b/mkdocs.yml index 5cd0fc2..2962a23 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,6 +85,7 @@ nav: - 'Installation': main/basic-install.md - 'Post-Install': main/post-install.md - 'Updating': main/update.md + - 'Uninstallation': main/uninstall.md - 'Pi-hole Core': - 'The pihole command': core/pihole-command.md - 'Databases': From 809c03fdf59519725599ea8f67775ed75c1dd2c9 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Wed, 5 May 2021 19:47:05 +0200 Subject: [PATCH 2/2] Fix grammar Signed-off-by: yubiuser --- docs/main/uninstall.md | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/main/uninstall.md b/docs/main/uninstall.md index 0c1f42b..7c9b5c8 100644 --- a/docs/main/uninstall.md +++ b/docs/main/uninstall.md @@ -1,8 +1,8 @@ -Uninstallation is as simple as running the following command: +Pi-hole can be uninstalled using: `pihole uninstall` !!! warning - If your are unsure whether a packag should be removed during uninstallation, we recommend leaving it installed, as usually required system packages are among them! + If your are unsure whether a package should be removed during uninstalling, we'd recommend leaving it installed, as required system packages may be among them! {!abbreviations.md!} diff --git a/mkdocs.yml b/mkdocs.yml index 2962a23..fb99dd5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,7 +85,7 @@ nav: - 'Installation': main/basic-install.md - 'Post-Install': main/post-install.md - 'Updating': main/update.md - - 'Uninstallation': main/uninstall.md + - 'Uninstalling': main/uninstall.md - 'Pi-hole Core': - 'The pihole command': core/pihole-command.md - 'Databases':