From 7c08e548de35bfbfd30288456bd5a8f0572a0a92 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 1 Sep 2022 12:56:46 +0200 Subject: [PATCH] Initializers were moved to plugin --- Home.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Home.md b/Home.md index 6382089..fab6799 100644 --- a/Home.md +++ b/Home.md @@ -24,8 +24,6 @@ These are currently the most relevant topics in this wiki: [grafana]: https://grafana.com/grafana/ ## Customizing - * [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 & Scripts](Custom-Reports-&-Scripts): 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