Skip to content

Commit 509a4ea

Browse files
committed
Port navigation to zensical.toml
Signed-off-by: yubiuser <[email protected]>
1 parent 4ecacfc commit 509a4ea

File tree

11 files changed

+148
-58
lines changed

11 files changed

+148
-58
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ trim_trailing_whitespace = true
1515
[*.yml]
1616
tab_width = 2
1717

18+
[*.toml]
19+
tab_width = 2
20+
1821
[*.md]
1922
tab_width = 4
2023
trim_trailing_whitespace = false

docs/database/domain-database/groups.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Group Management
3-
---
4-
51
Groups are defined in the `group` table and can have an optional description in addition to the mandatory name of the group.
62

73
Label | Type | Uniqueness enforced | Content

docs/database/domain-database/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
title: Domain Database
3-
---
4-
51
Pi-hole uses the well-known relational database management system SQLite3 for managing the various domains that are used to control the DNS filtering system. The database-based domain management has been added with Pi-hole v5.0. The ability to subscribe to external *allow*lists has been added with Pi-hole v6.0.
62

73
## Priorities

docs/docker/DHCP.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Docker DHCP and Network Modes
3-
description: Setting up DHCP for Docker Pi-hole
4-
last_updated: Sat Feb 09 00:00:00 2019 UTC
5-
---
6-
71
# Docker DHCP and Network Modes
82

93
Docker runs in a separate network by default called a docker bridge network, which makes DHCP want to serve addresses to that network and not your LAN network where you probably want it. This document details why Docker Pi-hole DHCP is different from normal Pi-hole and how to fix the problem.

docs/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: Overview of Pi-hole
3-
description: Brief overview of Pi-hole
4-
---
5-
61
<p class="text-center">
72
<a href="https://pi-hole.net/">
83
<img src="https://pi-hole.github.io/graphics/Vortex/Vortex_with_Wordmark.svg" width="150" height="260" alt="Pi-hole">

docs/main/contact.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Getting in touch
3-
description: Pi-hole contacts and social media
4-
last_updated: Sun Jan 13 18:33:27 2019 UTC
5-
---
6-
71
While we are primarily reachable on our [Discourse User Forum](https://discourse.pi-hole.net/), we can also be found on a variety of social media outlets. **Please be sure to check the FAQ's** before starting a new discussion, as we do not have the spare time to reply to every request for assistance.
82

93
- [Frequently Asked Questions](https://discourse.pi-hole.net/c/faqs)

docs/main/coverage.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Pi-hole News and Blogs
3-
description: Sites and articles about Pi-hole
4-
last_updated: Sun Jan 13 19:20:35 2019 UTC
5-
---
6-
71
## YouTube/Twit/Video
82

93
- [Security Now Netcast: Pi-hole](https://www.youtube.com/watch?v=p7-osq_y8i8&t=100m26s) _Oct 13, 2015_

docs/main/origins.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Pi-hole Origins
3-
description: Software packages used in Pi-hole
4-
last_updated: Sun Jan 13 18:35:14 2019 UTC
5-
---
6-
71
Pi-hole being a **advertising-aware DNS/Web server**, makes use of the following technologies:
82

93
- [`dnsmasq`](https://www.thekelleys.org.uk/dnsmasq/doc.html) - a lightweight DNS and DHCP server

docs/main/prerequisites.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Prerequisites
3-
description: Operating system and network requirements
4-
last_updated: May 25 2020
5-
---
6-
71
## Hardware
82

93
Pi-hole is very lightweight and does not require much processing power

docs/main/projects.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Community Projects
3-
description: Things built with Pi-hole
4-
last_updated: Sun Sep 06 14:28:14 2020 UTC
5-
---
6-
71
- [The Big Blocklist Collection](https://firebog.net/)
82
- [Pi-Hole in the cloud](https://blog.codybunch.com/2015/07/28/Pi-Hole-in-the-cloud/)
93
- [Minibian Pi-hole](https://munkjensen.net/wiki/index.php/See_my_Pi-Hole#Minibian_Pi-hole)

0 commit comments

Comments
 (0)