From 8af56195c55f03ca42d11d367acd0a6b030b1f28 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 1 Jan 2018 19:44:13 +0000 Subject: [PATCH] some tweaks to style Signed-off-by: Adam Warner --- docs/main/prerequesites.md | 16 +++++++--------- mkdocs.yml | 10 ++++++++++ 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/docs/main/prerequesites.md b/docs/main/prerequesites.md index 6ba2e94..a05b327 100644 --- a/docs/main/prerequesites.md +++ b/docs/main/prerequesites.md @@ -29,13 +29,11 @@ Due to the complexity of different ways of setting an IP address across differen ###Ports -We need ports _53_, _80_, and _4711_. Port _80_ is optional if you decide not to install the Web dashboard during installation. +| Service | Port | Notes | +| --------------------|:-------|:------| +| dnsmasq | 53 |If you happen to have another DNS server running, such as BIND, you will need to turn it off in order for Pi-hole to respond to DNS queries.| +|lighttpd|80|If you have another Web server already running, such as Apache, Pi-hole's Web server will not work. You can either disable the other Web server or change the port on which `lighttpd` listens, which allows you keep both Web servers running.| +|pihole-FTL | 4711|FTL is our API engine and by default uses port 4711, but will increment if it's already in use by something else.| -**Port 53 should be used by `dnsmasq`** -If you happen to have another DNS server running, such as BIND, you will need to turn it off in order for Pi-hole to respond to DNS queries. - -**Port 80 should be used by `lighttpd`** -If you have another Web server already running, such as Apache, Pi-hole's Web server will not work. You can either disable the other Web server or change the port on which `lighttpd` listens, which allows you keep both Web servers running. - -**Port 4711 should be used by `pihole-FTL`** -FTL is our API engine and by default uses port 4711, but will increment if it's already in use by something else. +!!! info + The use of lighttpd on port _80_ is optional if you decide not to install the Web dashboard during installation. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 49055c1..d159d95 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,16 @@ repo_url: https://github.com/pi-hole/docs edit_uri: ../docs/edit/master/docs/ remote_branch: gh-pages theme: material +markdown_extensions: + - codehilite(guess_lang=true) + - toc(permalink=true) + - admonition + - pymdownx.magiclink + - pymdownx.tasklist(custom_checkbox=true) + - pymdownx.mark + - pymdownx.tilde + - pymdownx.extra + - footnotes pages: - 'Support': 'index.md' - 'Getting Started':