From 152a81b8a27efb9f1b153af7157e05d2824cf34e Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Sat, 9 Feb 2019 13:37:02 -0600 Subject: [PATCH] Nav and a proper date Signed-off-by: Adam Hill --- docs/docker/DHCP.md | 2 +- mkdocs.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docker/DHCP.md b/docs/docker/DHCP.md index 0a8c3d7..e64fcca 100644 --- a/docs/docker/DHCP.md +++ b/docs/docker/DHCP.md @@ -1,7 +1,7 @@ --- title: Docker DHCP and Network Modes description: Setting up DHCP for Docker Pi-hole -last_updated: Sat Feb 09 +last_updated: Sat Feb 09 00:00:00 2019 UTC --- # Docker DHCP and Network Modes diff --git a/mkdocs.yml b/mkdocs.yml index c6aaa34..5ab89e2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -71,6 +71,8 @@ nav: - 'Install from source': ftldns/compile.md - 'Debugging FTLDNS': ftldns/debugging.md - 'In-depth manual': ftldns/in-depth.md +- 'Docker': + - 'DHCP': docker/DHCP.md - 'Contributing': - 'Contributing on Github': guides/github/contributing.md - 'How to sign-off commits': guides/github/how-to-signoff.md