From 3ca9625c47d57fc4d0373e0cffd281c79e003ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Sun, 15 Mar 2020 15:37:12 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 001ab34..1e3d4e2 100644 --- a/Home.md +++ b/Home.md @@ -9,7 +9,7 @@ These are currently the most relevant topics in this wiki: * [Initializers](Initializers): Initialize Netbox with information (aka Seeds), useful when developing for/with Netbox. * Advanced: * [Custom Reports](Custom-Reports): Add custom python reports to the Docker image. - * [Deployment](Deployment): How to deploy Netbox, e.g. to Kubernetes. + * [Deployment](Deployment): What to consider when using Netbox Docker **in production**, e.g. when deploying to Kubernetes. * [LDAP](LDAP): How to use the LDAP variant. * [NAPALM Configuration](NAPALM-Configuration): How to use the NAPALM feature of Netbox with the Docker image. * [Startup Scripts](Startup-Scripts): How to write custom scripts that run on startup of the Docker image.