From 9077587c6fbc55a9726a1d832aab29c1dc7e7b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Wed, 10 Feb 2021 12:22:55 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index aef72c4..dcdc7a0 100644 --- a/Home.md +++ b/Home.md @@ -6,27 +6,28 @@ These are currently the most relevant topics in this wiki: ## Basics - * [Getting Started](Getting-Started): How to get started with Netbox Docker for a local installation. + * [Getting Started](Getting-Started): How to get started with NetBox Docker for a local installation. * [Configuration](Configuration): General information about how to configure the Docker image. **Read for production use!** - * [Troubleshooting](Troubleshooting): Useful commands when something goes wrong, also covers basic backup techniques and upgrading. + * [Troubleshooting](Troubleshooting): Useful tips and tricks when something goes wrong. Also covers basic backup techniques and upgrading. + * [Using a specific Version](Version): Describes how to run a specific version of NetBox. ## Advanced - * [Deployment](Deployment): What to consider when using Netbox Docker **in production**, e.g. when deploying 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. - * [TLS](TLS): How to configure TLS for Netbox - * [Monitoring](Monitoring): Learn how to use [Prometheus][prometheus] and [Grafana][grafana] to monitor your Netbox Docker instance. + * [NAPALM Configuration](NAPALM-Configuration): How to use the NAPALM feature of NetBox with the Docker image. + * [TLS](TLS): How to configure TLS for NetBox + * [Monitoring](Monitoring): Learn how to use [Prometheus][prometheus] and [Grafana][grafana] to monitor your NetBox Docker instance. [prometheus]: https://prometheus.io/ [grafana]: https://grafana.com/grafana/ ## Customizing - * [Initializers](Initializers): Initialize Netbox with information (aka Seeds), useful when developing for/with Netbox. + * [Initializers](Initializers): Initialize NetBox with information (aka Seeds), useful when developing for/with NetBox. * [Startup Scripts](Startup-Scripts): How to write custom scripts that run on startup of the Docker image. * [Custom Reports](Custom-Reports): Add custom python reports to the Docker image. * [Build Image](Build): Build custom images and extend the existing images. - * [Netbox Plugins](Using-Netbox-Plugins): How to use Netbox Plugins with Netbox Docker + * [NetBox Plugins](Using-Netbox-Plugins): How to use NetBox Plugins with NetBox Docker ## Contributor and Maintainer Guides * [Project Principles](Project-Principles): Describes the principles this project is trying to apply.