From 86b280eb72fd76a88e460130755b917e012c38fd Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Tue, 2 Jun 2020 13:07:24 +0200 Subject: [PATCH] Improves developer guide sectioning --- doc/04-Developer-Guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/04-Developer-Guide.md b/doc/04-Developer-Guide.md index 7739a0a5..cfeba1b1 100644 --- a/doc/04-Developer-Guide.md +++ b/doc/04-Developer-Guide.md @@ -13,6 +13,12 @@ A detailed overview of functions can be found below * [New-IcingaCheck](developerguide/01-New-IcingaCheck.md) * [New-IcingaCheckPackage](developerguide/02-New-IcingaCheckPackage.md) * [New-IcingaCheckResult](developerguide/03-New-IcingaCheckResult.md) + +Example Usage +--- + +To get started easier you can find detailed examples for developing modules/integrations/best practices in the following categories: + * [Custom Daemons](developerguide/10-Custom-Daemons.md) * [Custom Plugins](developerguide/11-Custom-Plugins.md) * [Custom API-Endpoints](developerguide/12-Custom-API-Endpoints.md)