diff --git a/docs/index.md b/docs/index.md index 6b236d0..8b587b5 100755 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ The Pi-hole[®](https://pi-hole.net/trademark-rules-and-brand-guidelines/) is a - **Easy-to-install**: our versatile installer walks you through the process, and [takes less than ten minutes](https://www.youtube.com/watch?v=vKWjx1AQYgs) - **Resolute**: content is blocked in _non-browser locations_, such as ad-laden mobile apps and smart TVs - **Responsive**: seamlessly speeds up the feel of everyday browsing by caching DNS queries -- **Lightweight**: runs smoothly with [minimal hardware and software requirements](main/prerequesites.md) +- **Lightweight**: runs smoothly with [minimal hardware and software requirements](main/prerequisites.md) - **Robust**: a command-line interface that is quality assured for interoperability - **Insightful**: a beautiful responsive Web Interface dashboard to view and control your Pi-hole - **Versatile**: can optionally function as a [DHCP server](https://discourse.pi-hole.net/t/how-do-i-use-pi-holes-built-in-dhcp-server-and-why-would-i-want-to/3026), ensuring *all* your devices are protected automatically diff --git a/mkdocs.yml b/mkdocs.yml index 0285709..54da3ef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -140,3 +140,4 @@ plugins: 'ftldns/database.md': database/index.md 'ftldns/regex/index.md': ftldns/regex/overview.md 'main/presentations.md': index.md + 'main/prerequesites.md': main/prerequisites.md